xtd 0.2.0
Loading...
Searching...
No Matches
xtd::drawing::system_images_base Class Reference
Inheritance diagram for xtd::drawing::system_images_base:
xtd::static_object xtd::drawing::actions_system_images xtd::drawing::animations_system_images xtd::drawing::applications_system_images xtd::drawing::categories_system_images xtd::drawing::devices_system_images xtd::drawing::emblems_system_images xtd::drawing::emotes_system_images xtd::drawing::international_system_images xtd::drawing::mimetypes_system_images xtd::drawing::places_system_images xtd::drawing::status_system_images xtd::drawing::system_images xtd::drawing::xtd_system_images

Definition

Represents the base for all system_images clases (xtd::drawing::system_images).

Represents the base for all system_images clases (xtd::drawing::system_images).
Definition system_images_base.h:32
#define drawing_export_
Define shared library export.
Definition drawing_export.h:13
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition static.h:37
Inheritance
xtd::static_objectxtd::drawing::system_images_base
Namespace
xtd::drawing
Library
xtd.drawing
Remarks
Each property of the images class returns a xtd::drawing::image used to display a Windows system-wide images.

Public Static Properties

static xtd::drawing::size default_size () noexcept
 Gets system image from specified name.
 
static std::vector< xtd::stringcontexts () noexcept
 Gets the image contexts.
 
static std::map< xtd::string, std::vector< xtd::string > > context_names () noexcept
 Gets the image context names.
 
static std::vector< xtd::stringnames () noexcept
 Gets the image names.
 
static std::vector< xtd::stringnames (const xtd::string &context) noexcept
 Gets the image names for the specified context.
 
static std::vector< xtd::drawing::sizesizes () noexcept
 Gets standard sizes for image.
 

Public Static Methods

static xtd::drawing::image from_name (const xtd::string &name)
 Gets system image from specified name.
 
static xtd::drawing::image from_name (const xtd::string &name, const xtd::drawing::size &size)
 Gets system image from specified name and size.
 
static xtd::drawing::image from_name (const xtd::string &theme, const xtd::string &name)
 Gets system image from specified them and name.
 
static xtd::drawing::image from_name (const xtd::string &theme, const xtd::string &name, const xtd::drawing::size &size)
 Gets system image from specified theme, name and size.
 

The documentation for this class was generated from the following file: