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

Definition

Each property of the xtd::drawing::categories_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::categories_system_images class is an xtd::drawing::image object fo...
Definition categories_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::categories_system_images
Header
#include <xtd/drawing/categories_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 applications_accessories () noexcept
 Gets the categories system image "applications-accessories".
 
static xtd::drawing::image applications_accessories (const xtd::drawing::size &size) noexcept
 Gets the categories system image "applications-accessories" with specified size.
 
static xtd::drawing::image applications_development () noexcept
 Gets the categories system image "applications-development".
 
static xtd::drawing::image applications_development (const xtd::drawing::size &size) noexcept
 Gets the categories system image "applications-development" with specified size.
 
static xtd::drawing::image applications_engineering () noexcept
 Gets the categories system image "applications-engineering".
 
static xtd::drawing::image applications_engineering (const xtd::drawing::size &size) noexcept
 Gets the categories system image "applications-engineering" with specified size.
 
static xtd::drawing::image applications_games () noexcept
 Gets the categories system image "applications-games".
 
static xtd::drawing::image applications_games (const xtd::drawing::size &size) noexcept
 Gets the categories system image "applications-games" with specified size.
 
static xtd::drawing::image applications_graphics () noexcept
 Gets the categories system image "applications-graphics".
 
static xtd::drawing::image applications_graphics (const xtd::drawing::size &size) noexcept
 Gets the categories system image "applications-graphics" with specified size.
 
static xtd::drawing::image applications_internet () noexcept
 Gets the categories system image "applications-internet".
 
static xtd::drawing::image applications_internet (const xtd::drawing::size &size) noexcept
 Gets the categories system image "applications-internet" with specified size.
 
static xtd::drawing::image applications_multimedia () noexcept
 Gets the categories system image "applications-multimedia".
 
static xtd::drawing::image applications_multimedia (const xtd::drawing::size &size) noexcept
 Gets the categories system image "applications-multimedia" with specified size.
 
static xtd::drawing::image applications_office () noexcept
 Gets the categories system image "applications-office".
 
static xtd::drawing::image applications_office (const xtd::drawing::size &size) noexcept
 Gets the categories system image "applications-office" with specified size.
 
static xtd::drawing::image applications_other () noexcept
 Gets the categories system image "applications-other".
 
static xtd::drawing::image applications_other (const xtd::drawing::size &size) noexcept
 Gets the categories system image "applications-other" with specified size.
 
static xtd::drawing::image applications_science () noexcept
 Gets the categories system image "applications-science".
 
static xtd::drawing::image applications_science (const xtd::drawing::size &size) noexcept
 Gets the categories system image "applications-science" with specified size.
 
static xtd::drawing::image applications_system () noexcept
 Gets the categories system image "applications-system".
 
static xtd::drawing::image applications_system (const xtd::drawing::size &size) noexcept
 Gets the categories system image "applications-system" with specified size.
 
static xtd::drawing::image applications_utilities () noexcept
 Gets the categories system image "applications-utilities".
 
static xtd::drawing::image applications_utilities (const xtd::drawing::size &size) noexcept
 Gets the categories system image "applications-utilities" with specified size.
 
static xtd::drawing::image preferences_desktop () noexcept
 Gets the categories system image "preferences-desktop".
 
static xtd::drawing::image preferences_desktop (const xtd::drawing::size &size) noexcept
 Gets the categories system image "preferences-desktop" with specified size.
 
static xtd::drawing::image preferences_desktop_peripherals () noexcept
 Gets the categories system image "preferences-desktop-peripherals".
 
static xtd::drawing::image preferences_desktop_peripherals (const xtd::drawing::size &size) noexcept
 Gets the categories system image "preferences-desktop-peripherals" with specified size.
 
static xtd::drawing::image preferences_desktop_personal () noexcept
 Gets the categories system image "preferences-desktop-personal".
 
static xtd::drawing::image preferences_desktop_personal (const xtd::drawing::size &size) noexcept
 Gets the categories system image "preferences-desktop-personal" with specified size.
 
static xtd::drawing::image preferences_other () noexcept
 Gets the categories system image "preferences-other".
 
static xtd::drawing::image preferences_other (const xtd::drawing::size &size) noexcept
 Gets the categories system image "preferences-other" with specified size.
 
static xtd::drawing::image preferences_system () noexcept
 Gets the categories system image "preferences-system".
 
static xtd::drawing::image preferences_system (const xtd::drawing::size &size) noexcept
 Gets the categories system image "preferences-system" with specified size.
 
static xtd::drawing::image preferences_system_network () noexcept
 Gets the categories system image "preferences-system-network".
 
static xtd::drawing::image preferences_system_network (const xtd::drawing::size &size) noexcept
 Gets the categories system image "preferences-system-network" with specified size.
 
static xtd::drawing::image system_help () noexcept
 Gets the categories system image "system-help".
 
static xtd::drawing::image system_help (const xtd::drawing::size &size) noexcept
 Gets the categories system image "system-help" 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

◆ applications_accessories() [1/2]

static xtd::drawing::image xtd::drawing::categories_system_images::applications_accessories ( )
staticnoexcept

Gets the categories system image "applications-accessories".

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

◆ applications_accessories() [2/2]

static xtd::drawing::image xtd::drawing::categories_system_images::applications_accessories ( const xtd::drawing::size size)
staticnoexcept

Gets the categories system image "applications-accessories" with specified size.

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

◆ applications_development() [1/2]

static xtd::drawing::image xtd::drawing::categories_system_images::applications_development ( )
staticnoexcept

Gets the categories system image "applications-development".

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

◆ applications_development() [2/2]

static xtd::drawing::image xtd::drawing::categories_system_images::applications_development ( const xtd::drawing::size size)
staticnoexcept

Gets the categories system image "applications-development" with specified size.

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

◆ applications_engineering() [1/2]

static xtd::drawing::image xtd::drawing::categories_system_images::applications_engineering ( )
staticnoexcept

Gets the categories system image "applications-engineering".

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

◆ applications_engineering() [2/2]

static xtd::drawing::image xtd::drawing::categories_system_images::applications_engineering ( const xtd::drawing::size size)
staticnoexcept

Gets the categories system image "applications-engineering" with specified size.

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

◆ applications_games() [1/2]

static xtd::drawing::image xtd::drawing::categories_system_images::applications_games ( )
staticnoexcept

Gets the categories system image "applications-games".

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

◆ applications_games() [2/2]

static xtd::drawing::image xtd::drawing::categories_system_images::applications_games ( const xtd::drawing::size size)
staticnoexcept

Gets the categories system image "applications-games" with specified size.

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

◆ applications_graphics() [1/2]

static xtd::drawing::image xtd::drawing::categories_system_images::applications_graphics ( )
staticnoexcept

Gets the categories system image "applications-graphics".

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

◆ applications_graphics() [2/2]

static xtd::drawing::image xtd::drawing::categories_system_images::applications_graphics ( const xtd::drawing::size size)
staticnoexcept

Gets the categories system image "applications-graphics" with specified size.

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

◆ applications_internet() [1/2]

static xtd::drawing::image xtd::drawing::categories_system_images::applications_internet ( )
staticnoexcept

Gets the categories system image "applications-internet".

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

◆ applications_internet() [2/2]

static xtd::drawing::image xtd::drawing::categories_system_images::applications_internet ( const xtd::drawing::size size)
staticnoexcept

Gets the categories system image "applications-internet" with specified size.

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

◆ applications_multimedia() [1/2]

static xtd::drawing::image xtd::drawing::categories_system_images::applications_multimedia ( )
staticnoexcept

Gets the categories system image "applications-multimedia".

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

◆ applications_multimedia() [2/2]

static xtd::drawing::image xtd::drawing::categories_system_images::applications_multimedia ( const xtd::drawing::size size)
staticnoexcept

Gets the categories system image "applications-multimedia" with specified size.

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

◆ applications_office() [1/2]

static xtd::drawing::image xtd::drawing::categories_system_images::applications_office ( )
staticnoexcept

Gets the categories system image "applications-office".

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

◆ applications_office() [2/2]

static xtd::drawing::image xtd::drawing::categories_system_images::applications_office ( const xtd::drawing::size size)
staticnoexcept

Gets the categories system image "applications-office" with specified size.

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

◆ applications_other() [1/2]

static xtd::drawing::image xtd::drawing::categories_system_images::applications_other ( )
staticnoexcept

Gets the categories system image "applications-other".

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

◆ applications_other() [2/2]

static xtd::drawing::image xtd::drawing::categories_system_images::applications_other ( const xtd::drawing::size size)
staticnoexcept

Gets the categories system image "applications-other" with specified size.

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

◆ applications_science() [1/2]

static xtd::drawing::image xtd::drawing::categories_system_images::applications_science ( )
staticnoexcept

Gets the categories system image "applications-science".

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

◆ applications_science() [2/2]

static xtd::drawing::image xtd::drawing::categories_system_images::applications_science ( const xtd::drawing::size size)
staticnoexcept

Gets the categories system image "applications-science" with specified size.

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

◆ applications_system() [1/2]

static xtd::drawing::image xtd::drawing::categories_system_images::applications_system ( )
staticnoexcept

Gets the categories system image "applications-system".

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

◆ applications_system() [2/2]

static xtd::drawing::image xtd::drawing::categories_system_images::applications_system ( const xtd::drawing::size size)
staticnoexcept

Gets the categories system image "applications-system" with specified size.

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

◆ applications_utilities() [1/2]

static xtd::drawing::image xtd::drawing::categories_system_images::applications_utilities ( )
staticnoexcept

Gets the categories system image "applications-utilities".

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

◆ applications_utilities() [2/2]

static xtd::drawing::image xtd::drawing::categories_system_images::applications_utilities ( const xtd::drawing::size size)
staticnoexcept

Gets the categories system image "applications-utilities" with specified size.

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

◆ default_size()

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

Gets system image from specified name.

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

◆ get_image_names()

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

◆ preferences_desktop() [1/2]

static xtd::drawing::image xtd::drawing::categories_system_images::preferences_desktop ( )
staticnoexcept

Gets the categories system image "preferences-desktop".

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

◆ preferences_desktop() [2/2]

static xtd::drawing::image xtd::drawing::categories_system_images::preferences_desktop ( const xtd::drawing::size size)
staticnoexcept

Gets the categories system image "preferences-desktop" with specified size.

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

◆ preferences_desktop_peripherals() [1/2]

static xtd::drawing::image xtd::drawing::categories_system_images::preferences_desktop_peripherals ( )
staticnoexcept

Gets the categories system image "preferences-desktop-peripherals".

Returns
The xtd::drawing::image "preferences-desktop-peripherals".

◆ preferences_desktop_peripherals() [2/2]

static xtd::drawing::image xtd::drawing::categories_system_images::preferences_desktop_peripherals ( const xtd::drawing::size size)
staticnoexcept

Gets the categories system image "preferences-desktop-peripherals" with specified size.

Parameters
sizeThe categories system image size in pixels.
Returns
The xtd::drawing::image "preferences-desktop-peripherals".

◆ preferences_desktop_personal() [1/2]

static xtd::drawing::image xtd::drawing::categories_system_images::preferences_desktop_personal ( )
staticnoexcept

Gets the categories system image "preferences-desktop-personal".

Returns
The xtd::drawing::image "preferences-desktop-personal".

◆ preferences_desktop_personal() [2/2]

static xtd::drawing::image xtd::drawing::categories_system_images::preferences_desktop_personal ( const xtd::drawing::size size)
staticnoexcept

Gets the categories system image "preferences-desktop-personal" with specified size.

Parameters
sizeThe categories system image size in pixels.
Returns
The xtd::drawing::image "preferences-desktop-personal".

◆ preferences_other() [1/2]

static xtd::drawing::image xtd::drawing::categories_system_images::preferences_other ( )
staticnoexcept

Gets the categories system image "preferences-other".

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

◆ preferences_other() [2/2]

static xtd::drawing::image xtd::drawing::categories_system_images::preferences_other ( const xtd::drawing::size size)
staticnoexcept

Gets the categories system image "preferences-other" with specified size.

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

◆ preferences_system() [1/2]

static xtd::drawing::image xtd::drawing::categories_system_images::preferences_system ( )
staticnoexcept

Gets the categories system image "preferences-system".

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

◆ preferences_system() [2/2]

static xtd::drawing::image xtd::drawing::categories_system_images::preferences_system ( const xtd::drawing::size size)
staticnoexcept

Gets the categories system image "preferences-system" with specified size.

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

◆ preferences_system_network() [1/2]

static xtd::drawing::image xtd::drawing::categories_system_images::preferences_system_network ( )
staticnoexcept

Gets the categories system image "preferences-system-network".

Returns
The xtd::drawing::image "preferences-system-network".

◆ preferences_system_network() [2/2]

static xtd::drawing::image xtd::drawing::categories_system_images::preferences_system_network ( const xtd::drawing::size size)
staticnoexcept

Gets the categories system image "preferences-system-network" with specified size.

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

◆ system_help() [1/2]

static xtd::drawing::image xtd::drawing::categories_system_images::system_help ( )
staticnoexcept

Gets the categories system image "system-help".

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

◆ system_help() [2/2]

static xtd::drawing::image xtd::drawing::categories_system_images::system_help ( const xtd::drawing::size size)
staticnoexcept

Gets the categories system image "system-help" with specified size.

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

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