5 #include "../drawing_export.h" 59 static std::vector<xtd::ustring> contexts() noexcept;
453 static std::map<xtd::ustring, std::vector<xtd::ustring>> context_names() noexcept;
846 static std::vector<xtd::ustring> names() noexcept;
1241 static std::vector<xtd::ustring> names(
const xtd::ustring& context) noexcept;
1245 static std::vector<xtd::drawing::size> sizes() noexcept;
1279 static bool native_system_images_from_name_enabled() noexcept {
return __XTD_CURRENT_TARGET_ID__ != __XTD_TARGET_ID_TEST_APPLICATION__;}
1283 static std::vector<xtd::ustring> themes() noexcept;
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition: static.h:37
Stores an ordered pair of integers, which specify a height and width.
Definition: size.h:31
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Represents text as a sequence of UTF-8 code units.
Definition: ustring.h:46
Each property of the xtd::drawing::system_icons class is an xtd::drawing::icon object for Windows sys...
Definition: system_icons.h:28
An abstract base class that provides functionality for the bitmap and metafile descended classes...
Definition: image.h:48
Contains xtd::drawing::bitmap class.
Contains xtd::drawing::size class.
Represents the base for all system_images clases (xtd::drawing::system_images).
Definition: system_images_base.h:31