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:26
#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::ustring > & get_image_names () noexcept
 Gets an array of image names.
 

Member Function Documentation

◆ default_size()

static xtd::drawing::size xtd::drawing::xtd_system_images::default_size ( )
staticnoexcept

Gets system image from specified name.

Returns
The default size in pixels (32 x 32).

◆ gammasoft() [1/2]

static xtd::drawing::image xtd::drawing::xtd_system_images::gammasoft ( )
staticnoexcept

Gets the xtd system image "gammasoft".

Returns
The xtd::drawing::image "gammasoft".

◆ gammasoft() [2/2]

static xtd::drawing::image xtd::drawing::xtd_system_images::gammasoft ( const xtd::drawing::size size)
staticnoexcept

Gets the xtd system image "gammasoft" with specified size.

Parameters
sizeThe xtd system image size in pixels.
Returns
The xtd::drawing::image "gammasoft".

◆ get_image_names()

static const std::vector< xtd::ustring > & xtd::drawing::xtd_system_images::get_image_names ( )
staticnoexcept

Gets an array of image names.

Returns
The array of image names.

◆ get_images() [1/2]

static const std::vector< xtd::drawing::image > & xtd::drawing::xtd_system_images::get_images ( )
staticnoexcept

Gets an array of images.

Returns
The array of images.

◆ get_images() [2/2]

static std::vector< xtd::drawing::image > xtd::drawing::xtd_system_images::get_images ( const xtd::drawing::size size)
staticnoexcept

Gets an array of images with specified size.

Parameters
sizeThe images size in pixels.
Returns
The array of images.

◆ xtd() [1/2]

static xtd::drawing::image xtd::drawing::xtd_system_images::xtd ( )
staticnoexcept

Gets the xtd system image "xtd".

Returns
The xtd::drawing::image "xtd".

◆ xtd() [2/2]

static xtd::drawing::image xtd::drawing::xtd_system_images::xtd ( const xtd::drawing::size size)
staticnoexcept

Gets the xtd system image "xtd" with specified size.

Parameters
sizeThe xtd system image size in pixels.
Returns
The xtd::drawing::image "xtd".

◆ xtd_cmake() [1/2]

static xtd::drawing::image xtd::drawing::xtd_system_images::xtd_cmake ( )
staticnoexcept

Gets the xtd system image "xtd-cmake".

Returns
The xtd::drawing::image "xtd-cmake".

◆ xtd_cmake() [2/2]

static xtd::drawing::image xtd::drawing::xtd_system_images::xtd_cmake ( const xtd::drawing::size size)
staticnoexcept

Gets the xtd system image "xtd-cmake" with specified size.

Parameters
sizeThe xtd system image size in pixels.
Returns
The xtd::drawing::image "xtd-cmake".

◆ xtd_console() [1/2]

static xtd::drawing::image xtd::drawing::xtd_system_images::xtd_console ( )
staticnoexcept

Gets the xtd system image "xtd-console".

Returns
The xtd::drawing::image "xtd-console".

◆ xtd_console() [2/2]

static xtd::drawing::image xtd::drawing::xtd_system_images::xtd_console ( const xtd::drawing::size size)
staticnoexcept

Gets the xtd system image "xtd-console" with specified size.

Parameters
sizeThe xtd system image size in pixels.
Returns
The xtd::drawing::image "xtd-console".

◆ xtd_core() [1/2]

static xtd::drawing::image xtd::drawing::xtd_system_images::xtd_core ( )
staticnoexcept

Gets the xtd system image "xtd-core".

Returns
The xtd::drawing::image "xtd-core".

◆ xtd_core() [2/2]

static xtd::drawing::image xtd::drawing::xtd_system_images::xtd_core ( const xtd::drawing::size size)
staticnoexcept

Gets the xtd system image "xtd-core" with specified size.

Parameters
sizeThe xtd system image size in pixels.
Returns
The xtd::drawing::image "xtd-core".

◆ xtd_delegates() [1/2]

static xtd::drawing::image xtd::drawing::xtd_system_images::xtd_delegates ( )
staticnoexcept

Gets the xtd system image "xtd-delegates".

Returns
The xtd::drawing::image "xtd-delegates".

◆ xtd_delegates() [2/2]

static xtd::drawing::image xtd::drawing::xtd_system_images::xtd_delegates ( const xtd::drawing::size size)
staticnoexcept

Gets the xtd system image "xtd-delegates" with specified size.

Parameters
sizeThe xtd system image size in pixels.
Returns
The xtd::drawing::image "xtd-delegates".

◆ xtd_diagnostics() [1/2]

static xtd::drawing::image xtd::drawing::xtd_system_images::xtd_diagnostics ( )
staticnoexcept

Gets the xtd system image "xtd-diagnostics".

Returns
The xtd::drawing::image "xtd-diagnostics".

◆ xtd_diagnostics() [2/2]

static xtd::drawing::image xtd::drawing::xtd_system_images::xtd_diagnostics ( const xtd::drawing::size size)
staticnoexcept

Gets the xtd system image "xtd-diagnostics" with specified size.

Parameters
sizeThe xtd system image size in pixels.
Returns
The xtd::drawing::image "xtd-diagnostics".

◆ xtd_drawing() [1/2]

static xtd::drawing::image xtd::drawing::xtd_system_images::xtd_drawing ( )
staticnoexcept

Gets the xtd system image "xtd-drawing".

Returns
The xtd::drawing::image "xtd-drawing".

◆ xtd_drawing() [2/2]

static xtd::drawing::image xtd::drawing::xtd_system_images::xtd_drawing ( const xtd::drawing::size size)
staticnoexcept

Gets the xtd system image "xtd-drawing" with specified size.

Parameters
sizeThe xtd system image size in pixels.
Returns
The xtd::drawing::image "xtd-drawing".

◆ xtd_forms() [1/2]

static xtd::drawing::image xtd::drawing::xtd_system_images::xtd_forms ( )
staticnoexcept

Gets the xtd system image "xtd-forms".

Returns
The xtd::drawing::image "xtd-forms".

◆ xtd_forms() [2/2]

static xtd::drawing::image xtd::drawing::xtd_system_images::xtd_forms ( const xtd::drawing::size size)
staticnoexcept

Gets the xtd system image "xtd-forms" with specified size.

Parameters
sizeThe xtd system image size in pixels.
Returns
The xtd::drawing::image "xtd-forms".

◆ xtd_io() [1/2]

static xtd::drawing::image xtd::drawing::xtd_system_images::xtd_io ( )
staticnoexcept

Gets the xtd system image "xtd-io".

Returns
The xtd::drawing::image "xtd-io".

◆ xtd_io() [2/2]

static xtd::drawing::image xtd::drawing::xtd_system_images::xtd_io ( const xtd::drawing::size size)
staticnoexcept

Gets the xtd system image "xtd-io" with specified size.

Parameters
sizeThe xtd system image size in pixels.
Returns
The xtd::drawing::image "xtd-io".

◆ xtd_strings() [1/2]

static xtd::drawing::image xtd::drawing::xtd_system_images::xtd_strings ( )
staticnoexcept

Gets the xtd system image "xtd-strings".

Returns
The xtd::drawing::image "xtd-strings".

◆ xtd_strings() [2/2]

static xtd::drawing::image xtd::drawing::xtd_system_images::xtd_strings ( const xtd::drawing::size size)
staticnoexcept

Gets the xtd system image "xtd-strings" with specified size.

Parameters
sizeThe xtd system image size in pixels.
Returns
The xtd::drawing::image "xtd-strings".

◆ xtd_tunit() [1/2]

static xtd::drawing::image xtd::drawing::xtd_system_images::xtd_tunit ( )
staticnoexcept

Gets the xtd system image "xtd-tunit".

Returns
The xtd::drawing::image "xtd-tunit".

◆ xtd_tunit() [2/2]

static xtd::drawing::image xtd::drawing::xtd_system_images::xtd_tunit ( const xtd::drawing::size size)
staticnoexcept

Gets the xtd system image "xtd-tunit" with specified size.

Parameters
sizeThe xtd system image size in pixels.
Returns
The xtd::drawing::image "xtd-tunit".

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