xtd 0.2.0
Loading...
Searching...
No Matches
xtd::drawing::xtd_system_images Class Referencefinal
Inheritance diagram for xtd::drawing::xtd_system_images:
xtd::drawing::system_images_base

Definition

Each property of the xtd::drawing::xtd_system_images class is an xtd::drawing::image object for Windows system-wide images. This class cannot be inherited.

Represents the base for all system_images clases (xtd::drawing::system_images).
Definition system_images_base.h:32
Each property of the xtd::drawing::xtd_system_images class is an xtd::drawing::image object for Windo...
Definition xtd_system_images.h:28
#define drawing_export_
Define shared library export.
Definition drawing_export.h:13
Inheritance
xtd::drawing::system_images_basextd::drawing::xtd_system_images
Header
#include <xtd/drawing/xtd_system_images>
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 xtd::drawing::image gammasoft () noexcept
 Gets the xtd system image "gammasoft".
 
static xtd::drawing::image gammasoft (const xtd::drawing::size &size) noexcept
 Gets the xtd system image "gammasoft" with specified size.
 
static xtd::drawing::image xtd () noexcept
 Gets the xtd system image "xtd".
 
static xtd::drawing::image xtd (const xtd::drawing::size &size) noexcept
 Gets the xtd system image "xtd" with specified size.
 
static xtd::drawing::image xtd_console () noexcept
 Gets the xtd system image "xtd-console".
 
static xtd::drawing::image xtd_console (const xtd::drawing::size &size) noexcept
 Gets the xtd system image "xtd-console" with specified size.
 
static xtd::drawing::image xtd_forms () noexcept
 Gets the xtd system image "xtd-forms".
 
static xtd::drawing::image xtd_forms (const xtd::drawing::size &size) noexcept
 Gets the xtd system image "xtd-forms" with specified size.
 
static xtd::drawing::image xtd_tunit () noexcept
 Gets the xtd system image "xtd-tunit".
 
static xtd::drawing::image xtd_tunit (const xtd::drawing::size &size) noexcept
 Gets the xtd system image "xtd-tunit" with specified size.
 
static xtd::drawing::image xtd_core () noexcept
 Gets the xtd system image "xtd-core".
 
static xtd::drawing::image xtd_core (const xtd::drawing::size &size) noexcept
 Gets the xtd system image "xtd-core" with specified size.
 
static xtd::drawing::image xtd_delegates () noexcept
 Gets the xtd system image "xtd-delegates".
 
static xtd::drawing::image xtd_delegates (const xtd::drawing::size &size) noexcept
 Gets the xtd system image "xtd-delegates" with specified size.
 
static xtd::drawing::image xtd_diagnostics () noexcept
 Gets the xtd system image "xtd-diagnostics".
 
static xtd::drawing::image xtd_diagnostics (const xtd::drawing::size &size) noexcept
 Gets the xtd system image "xtd-diagnostics" with specified size.
 
static xtd::drawing::image xtd_drawing () noexcept
 Gets the xtd system image "xtd-drawing".
 
static xtd::drawing::image xtd_drawing (const xtd::drawing::size &size) noexcept
 Gets the xtd system image "xtd-drawing" with specified size.
 
static xtd::drawing::image xtd_io () noexcept
 Gets the xtd system image "xtd-io".
 
static xtd::drawing::image xtd_io (const xtd::drawing::size &size) noexcept
 Gets the xtd system image "xtd-io" with specified size.
 
static xtd::drawing::image xtd_strings () noexcept
 Gets the xtd system image "xtd-strings".
 
static xtd::drawing::image xtd_strings (const xtd::drawing::size &size) noexcept
 Gets the xtd system image "xtd-strings" with specified size.
 
static xtd::drawing::image xtd_cmake () noexcept
 Gets the xtd system image "xtd-cmake".
 
static xtd::drawing::image xtd_cmake (const xtd::drawing::size &size) noexcept
 Gets the xtd system image "xtd-cmake" with specified size.
 

Public Static Methods

static const std::vector< xtd::drawing::image > & get_images () noexcept
 Gets an array of images.
 
static std::vector< xtd::drawing::imageget_images (const xtd::drawing::size &size) noexcept
 Gets an array of images with specified size.
 
static const std::vector< xtd::string > & get_image_names () noexcept
 Gets an array of image names.
 

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