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

Definition

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

Each property of the xtd::drawing::emblems_system_images class is an xtd::drawing::image object for W...
Definition emblems_system_images.h:26
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
Inheritance
xtd::drawing::system_images_basextd::drawing::emblems_system_images
Header
#include <xtd/drawing/emblems_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 emblem_default () noexcept
 Gets the emblems system image "emblem-default".
 
static xtd::drawing::image emblem_default (const xtd::drawing::size &size) noexcept
 Gets the emblems system image "emblem-default" with specified size.
 
static xtd::drawing::image emblem_documents () noexcept
 Gets the emblems system image "emblem-documents".
 
static xtd::drawing::image emblem_documents (const xtd::drawing::size &size) noexcept
 Gets the emblems system image "emblem-documents" with specified size.
 
static xtd::drawing::image emblem_downloads () noexcept
 Gets the emblems system image "emblem-downloads".
 
static xtd::drawing::image emblem_downloads (const xtd::drawing::size &size) noexcept
 Gets the emblems system image "emblem-downloads" with specified size.
 
static xtd::drawing::image emblem_favorite () noexcept
 Gets the emblems system image "emblem-favorite".
 
static xtd::drawing::image emblem_favorite (const xtd::drawing::size &size) noexcept
 Gets the emblems system image "emblem-favorite" with specified size.
 
static xtd::drawing::image emblem_important () noexcept
 Gets the emblems system image "emblem-important".
 
static xtd::drawing::image emblem_important (const xtd::drawing::size &size) noexcept
 Gets the emblems system image "emblem-important" with specified size.
 
static xtd::drawing::image emblem_locked () noexcept
 Gets the emblems system image "emblem-locked".
 
static xtd::drawing::image emblem_locked (const xtd::drawing::size &size) noexcept
 Gets the emblems system image "emblem-locked" with specified size.
 
static xtd::drawing::image emblem_mail () noexcept
 Gets the emblems system image "emblem-mail".
 
static xtd::drawing::image emblem_mail (const xtd::drawing::size &size) noexcept
 Gets the emblems system image "emblem-mail" with specified size.
 
static xtd::drawing::image emblem_new () noexcept
 Gets the emblems system image "emblem-new".
 
static xtd::drawing::image emblem_new (const xtd::drawing::size &size) noexcept
 Gets the emblems system image "emblem-new" with specified size.
 
static xtd::drawing::image emblem_photos () noexcept
 Gets the emblems system image "emblem-photos".
 
static xtd::drawing::image emblem_photos (const xtd::drawing::size &size) noexcept
 Gets the emblems system image "emblem-photos" with specified size.
 
static xtd::drawing::image emblem_readonly () noexcept
 Gets the emblems system image "emblem-readonly".
 
static xtd::drawing::image emblem_readonly (const xtd::drawing::size &size) noexcept
 Gets the emblems system image "emblem-readonly" with specified size.
 
static xtd::drawing::image emblem_shared () noexcept
 Gets the emblems system image "emblem-shared".
 
static xtd::drawing::image emblem_shared (const xtd::drawing::size &size) noexcept
 Gets the emblems system image "emblem-shared" with specified size.
 
static xtd::drawing::image emblem_symbolic_link () noexcept
 Gets the emblems system image "emblem-symbolic-link".
 
static xtd::drawing::image emblem_symbolic_link (const xtd::drawing::size &size) noexcept
 Gets the emblems system image "emblem-symbolic-link" with specified size.
 
static xtd::drawing::image emblem_synchronizing () noexcept
 Gets the emblems system image "emblem-synchronizing".
 
static xtd::drawing::image emblem_synchronizing (const xtd::drawing::size &size) noexcept
 Gets the emblems system image "emblem-synchronizing" with specified size.
 
static xtd::drawing::image emblem_system () noexcept
 Gets the emblems system image "emblem-system".
 
static xtd::drawing::image emblem_system (const xtd::drawing::size &size) noexcept
 Gets the emblems system image "emblem-system" with specified size.
 
static xtd::drawing::image emblem_unlocked () noexcept
 Gets the emblems system image "emblem-unlocked".
 
static xtd::drawing::image emblem_unlocked (const xtd::drawing::size &size) noexcept
 Gets the emblems system image "emblem-unlocked" with specified size.
 
static xtd::drawing::image emblem_unreadable () noexcept
 Gets the emblems system image "emblem-unreadable".
 
static xtd::drawing::image emblem_unreadable (const xtd::drawing::size &size) noexcept
 Gets the emblems system image "emblem-unreadable" 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::emblems_system_images::default_size ( )
staticnoexcept

Gets system image from specified name.

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

◆ emblem_default() [1/2]

static xtd::drawing::image xtd::drawing::emblems_system_images::emblem_default ( )
staticnoexcept

Gets the emblems system image "emblem-default".

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

◆ emblem_default() [2/2]

static xtd::drawing::image xtd::drawing::emblems_system_images::emblem_default ( const xtd::drawing::size size)
staticnoexcept

Gets the emblems system image "emblem-default" with specified size.

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

◆ emblem_documents() [1/2]

static xtd::drawing::image xtd::drawing::emblems_system_images::emblem_documents ( )
staticnoexcept

Gets the emblems system image "emblem-documents".

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

◆ emblem_documents() [2/2]

static xtd::drawing::image xtd::drawing::emblems_system_images::emblem_documents ( const xtd::drawing::size size)
staticnoexcept

Gets the emblems system image "emblem-documents" with specified size.

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

◆ emblem_downloads() [1/2]

static xtd::drawing::image xtd::drawing::emblems_system_images::emblem_downloads ( )
staticnoexcept

Gets the emblems system image "emblem-downloads".

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

◆ emblem_downloads() [2/2]

static xtd::drawing::image xtd::drawing::emblems_system_images::emblem_downloads ( const xtd::drawing::size size)
staticnoexcept

Gets the emblems system image "emblem-downloads" with specified size.

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

◆ emblem_favorite() [1/2]

static xtd::drawing::image xtd::drawing::emblems_system_images::emblem_favorite ( )
staticnoexcept

Gets the emblems system image "emblem-favorite".

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

◆ emblem_favorite() [2/2]

static xtd::drawing::image xtd::drawing::emblems_system_images::emblem_favorite ( const xtd::drawing::size size)
staticnoexcept

Gets the emblems system image "emblem-favorite" with specified size.

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

◆ emblem_important() [1/2]

static xtd::drawing::image xtd::drawing::emblems_system_images::emblem_important ( )
staticnoexcept

Gets the emblems system image "emblem-important".

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

◆ emblem_important() [2/2]

static xtd::drawing::image xtd::drawing::emblems_system_images::emblem_important ( const xtd::drawing::size size)
staticnoexcept

Gets the emblems system image "emblem-important" with specified size.

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

◆ emblem_locked() [1/2]

static xtd::drawing::image xtd::drawing::emblems_system_images::emblem_locked ( )
staticnoexcept

Gets the emblems system image "emblem-locked".

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

◆ emblem_locked() [2/2]

static xtd::drawing::image xtd::drawing::emblems_system_images::emblem_locked ( const xtd::drawing::size size)
staticnoexcept

Gets the emblems system image "emblem-locked" with specified size.

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

◆ emblem_mail() [1/2]

static xtd::drawing::image xtd::drawing::emblems_system_images::emblem_mail ( )
staticnoexcept

Gets the emblems system image "emblem-mail".

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

◆ emblem_mail() [2/2]

static xtd::drawing::image xtd::drawing::emblems_system_images::emblem_mail ( const xtd::drawing::size size)
staticnoexcept

Gets the emblems system image "emblem-mail" with specified size.

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

◆ emblem_new() [1/2]

static xtd::drawing::image xtd::drawing::emblems_system_images::emblem_new ( )
staticnoexcept

Gets the emblems system image "emblem-new".

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

◆ emblem_new() [2/2]

static xtd::drawing::image xtd::drawing::emblems_system_images::emblem_new ( const xtd::drawing::size size)
staticnoexcept

Gets the emblems system image "emblem-new" with specified size.

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

◆ emblem_photos() [1/2]

static xtd::drawing::image xtd::drawing::emblems_system_images::emblem_photos ( )
staticnoexcept

Gets the emblems system image "emblem-photos".

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

◆ emblem_photos() [2/2]

static xtd::drawing::image xtd::drawing::emblems_system_images::emblem_photos ( const xtd::drawing::size size)
staticnoexcept

Gets the emblems system image "emblem-photos" with specified size.

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

◆ emblem_readonly() [1/2]

static xtd::drawing::image xtd::drawing::emblems_system_images::emblem_readonly ( )
staticnoexcept

Gets the emblems system image "emblem-readonly".

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

◆ emblem_readonly() [2/2]

static xtd::drawing::image xtd::drawing::emblems_system_images::emblem_readonly ( const xtd::drawing::size size)
staticnoexcept

Gets the emblems system image "emblem-readonly" with specified size.

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

◆ emblem_shared() [1/2]

static xtd::drawing::image xtd::drawing::emblems_system_images::emblem_shared ( )
staticnoexcept

Gets the emblems system image "emblem-shared".

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

◆ emblem_shared() [2/2]

static xtd::drawing::image xtd::drawing::emblems_system_images::emblem_shared ( const xtd::drawing::size size)
staticnoexcept

Gets the emblems system image "emblem-shared" with specified size.

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

◆ emblem_symbolic_link() [1/2]

static xtd::drawing::image xtd::drawing::emblems_system_images::emblem_symbolic_link ( )
staticnoexcept

Gets the emblems system image "emblem-symbolic-link".

Returns
The xtd::drawing::image "emblem-symbolic-link".

◆ emblem_symbolic_link() [2/2]

static xtd::drawing::image xtd::drawing::emblems_system_images::emblem_symbolic_link ( const xtd::drawing::size size)
staticnoexcept

Gets the emblems system image "emblem-symbolic-link" with specified size.

Parameters
sizeThe emblems system image size in pixels.
Returns
The xtd::drawing::image "emblem-symbolic-link".

◆ emblem_synchronizing() [1/2]

static xtd::drawing::image xtd::drawing::emblems_system_images::emblem_synchronizing ( )
staticnoexcept

Gets the emblems system image "emblem-synchronizing".

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

◆ emblem_synchronizing() [2/2]

static xtd::drawing::image xtd::drawing::emblems_system_images::emblem_synchronizing ( const xtd::drawing::size size)
staticnoexcept

Gets the emblems system image "emblem-synchronizing" with specified size.

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

◆ emblem_system() [1/2]

static xtd::drawing::image xtd::drawing::emblems_system_images::emblem_system ( )
staticnoexcept

Gets the emblems system image "emblem-system".

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

◆ emblem_system() [2/2]

static xtd::drawing::image xtd::drawing::emblems_system_images::emblem_system ( const xtd::drawing::size size)
staticnoexcept

Gets the emblems system image "emblem-system" with specified size.

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

◆ emblem_unlocked() [1/2]

static xtd::drawing::image xtd::drawing::emblems_system_images::emblem_unlocked ( )
staticnoexcept

Gets the emblems system image "emblem-unlocked".

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

◆ emblem_unlocked() [2/2]

static xtd::drawing::image xtd::drawing::emblems_system_images::emblem_unlocked ( const xtd::drawing::size size)
staticnoexcept

Gets the emblems system image "emblem-unlocked" with specified size.

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

◆ emblem_unreadable() [1/2]

static xtd::drawing::image xtd::drawing::emblems_system_images::emblem_unreadable ( )
staticnoexcept

Gets the emblems system image "emblem-unreadable".

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

◆ emblem_unreadable() [2/2]

static xtd::drawing::image xtd::drawing::emblems_system_images::emblem_unreadable ( const xtd::drawing::size size)
staticnoexcept

Gets the emblems system image "emblem-unreadable" with specified size.

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

◆ get_image_names()

static const std::vector< xtd::ustring > & xtd::drawing::emblems_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::emblems_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::emblems_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.

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