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

Definition

Each property of the xtd::drawing::applications_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::applications_system_images class is an xtd::drawing::image object ...
Definition applications_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::applications_system_images
Header
#include <xtd/drawing/applications_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 accessories_calculator () noexcept
 Gets the applications system image "accessories-calculator".
 
static xtd::drawing::image accessories_calculator (const xtd::drawing::size &size) noexcept
 Gets the applications system image "accessories-calculator" with specified size.
 
static xtd::drawing::image accessories_character_map () noexcept
 Gets the applications system image "accessories-character-map".
 
static xtd::drawing::image accessories_character_map (const xtd::drawing::size &size) noexcept
 Gets the applications system image "accessories-character-map" with specified size.
 
static xtd::drawing::image accessories_dictionary () noexcept
 Gets the applications system image "accessories-dictionary".
 
static xtd::drawing::image accessories_dictionary (const xtd::drawing::size &size) noexcept
 Gets the applications system image "accessories-dictionary" with specified size.
 
static xtd::drawing::image accessories_text_editor () noexcept
 Gets the applications system image "accessories-text-editor".
 
static xtd::drawing::image accessories_text_editor (const xtd::drawing::size &size) noexcept
 Gets the applications system image "accessories-text-editor" with specified size.
 
static xtd::drawing::image help_browser () noexcept
 Gets the applications system image "help-browser".
 
static xtd::drawing::image help_browser (const xtd::drawing::size &size) noexcept
 Gets the applications system image "help-browser" with specified size.
 
static xtd::drawing::image help () noexcept
 Gets the applications system image "help".
 
static xtd::drawing::image help (const xtd::drawing::size &size) noexcept
 Gets the applications system image "help" with specified size.
 
static xtd::drawing::image multimedia_volume_control () noexcept
 Gets the applications system image "multimedia-volume-control".
 
static xtd::drawing::image multimedia_volume_control (const xtd::drawing::size &size) noexcept
 Gets the applications system image "multimedia-volume-control" with specified size.
 
static xtd::drawing::image preferences_desktop_accessibility () noexcept
 Gets the applications system image "preferences-desktop-accessibility".
 
static xtd::drawing::image preferences_desktop_accessibility (const xtd::drawing::size &size) noexcept
 Gets the applications system image "preferences-desktop-accessibility" with specified size.
 
static xtd::drawing::image preferences_desktop_font () noexcept
 Gets the applications system image "preferences-desktop-font".
 
static xtd::drawing::image preferences_desktop_font (const xtd::drawing::size &size) noexcept
 Gets the applications system image "preferences-desktop-font" with specified size.
 
static xtd::drawing::image preferences_desktop_keyboard () noexcept
 Gets the applications system image "preferences-desktop-keyboard".
 
static xtd::drawing::image preferences_desktop_keyboard (const xtd::drawing::size &size) noexcept
 Gets the applications system image "preferences-desktop-keyboard" with specified size.
 
static xtd::drawing::image preferences_desktop_locale () noexcept
 Gets the applications system image "preferences-desktop-locale".
 
static xtd::drawing::image preferences_desktop_locale (const xtd::drawing::size &size) noexcept
 Gets the applications system image "preferences-desktop-locale" with specified size.
 
static xtd::drawing::image preferences_desktop_screensaver () noexcept
 Gets the applications system image "preferences-desktop-screensaver".
 
static xtd::drawing::image preferences_desktop_screensaver (const xtd::drawing::size &size) noexcept
 Gets the applications system image "preferences-desktop-screensaver" with specified size.
 
static xtd::drawing::image preferences_desktop_theme () noexcept
 Gets the applications system image "preferences-desktop-theme".
 
static xtd::drawing::image preferences_desktop_theme (const xtd::drawing::size &size) noexcept
 Gets the applications system image "preferences-desktop-theme" with specified size.
 
static xtd::drawing::image preferences_desktop_wallpaper () noexcept
 Gets the applications system image "preferences-desktop-wallpaper".
 
static xtd::drawing::image preferences_desktop_wallpaper (const xtd::drawing::size &size) noexcept
 Gets the applications system image "preferences-desktop-wallpaper" with specified size.
 
static xtd::drawing::image system_file_manager () noexcept
 Gets the applications system image "system-file-manager".
 
static xtd::drawing::image system_file_manager (const xtd::drawing::size &size) noexcept
 Gets the applications system image "system-file-manager" with specified size.
 
static xtd::drawing::image system_software_install () noexcept
 Gets the applications system image "system-software-install".
 
static xtd::drawing::image system_software_install (const xtd::drawing::size &size) noexcept
 Gets the applications system image "system-software-install" with specified size.
 
static xtd::drawing::image system_software_update () noexcept
 Gets the applications system image "system-software-update".
 
static xtd::drawing::image system_software_update (const xtd::drawing::size &size) noexcept
 Gets the applications system image "system-software-update" with specified size.
 
static xtd::drawing::image utilities_system_monitor () noexcept
 Gets the applications system image "utilities-system-monitor".
 
static xtd::drawing::image utilities_system_monitor (const xtd::drawing::size &size) noexcept
 Gets the applications system image "utilities-system-monitor" with specified size.
 
static xtd::drawing::image utilities_terminal () noexcept
 Gets the applications system image "utilities-terminal".
 
static xtd::drawing::image utilities_terminal (const xtd::drawing::size &size) noexcept
 Gets the applications system image "utilities-terminal" 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

◆ accessories_calculator() [1/2]

static xtd::drawing::image xtd::drawing::applications_system_images::accessories_calculator ( )
staticnoexcept

Gets the applications system image "accessories-calculator".

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

◆ accessories_calculator() [2/2]

static xtd::drawing::image xtd::drawing::applications_system_images::accessories_calculator ( const xtd::drawing::size size)
staticnoexcept

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

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

◆ accessories_character_map() [1/2]

static xtd::drawing::image xtd::drawing::applications_system_images::accessories_character_map ( )
staticnoexcept

Gets the applications system image "accessories-character-map".

Returns
The xtd::drawing::image "accessories-character-map".

◆ accessories_character_map() [2/2]

static xtd::drawing::image xtd::drawing::applications_system_images::accessories_character_map ( const xtd::drawing::size size)
staticnoexcept

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

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

◆ accessories_dictionary() [1/2]

static xtd::drawing::image xtd::drawing::applications_system_images::accessories_dictionary ( )
staticnoexcept

Gets the applications system image "accessories-dictionary".

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

◆ accessories_dictionary() [2/2]

static xtd::drawing::image xtd::drawing::applications_system_images::accessories_dictionary ( const xtd::drawing::size size)
staticnoexcept

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

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

◆ accessories_text_editor() [1/2]

static xtd::drawing::image xtd::drawing::applications_system_images::accessories_text_editor ( )
staticnoexcept

Gets the applications system image "accessories-text-editor".

Returns
The xtd::drawing::image "accessories-text-editor".

◆ accessories_text_editor() [2/2]

static xtd::drawing::image xtd::drawing::applications_system_images::accessories_text_editor ( const xtd::drawing::size size)
staticnoexcept

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

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

◆ default_size()

static xtd::drawing::size xtd::drawing::applications_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::applications_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::applications_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::applications_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.

◆ help() [1/2]

static xtd::drawing::image xtd::drawing::applications_system_images::help ( )
staticnoexcept

Gets the applications system image "help".

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

◆ help() [2/2]

static xtd::drawing::image xtd::drawing::applications_system_images::help ( const xtd::drawing::size size)
staticnoexcept

Gets the applications system image "help" with specified size.

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

◆ help_browser() [1/2]

static xtd::drawing::image xtd::drawing::applications_system_images::help_browser ( )
staticnoexcept

Gets the applications system image "help-browser".

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

◆ help_browser() [2/2]

static xtd::drawing::image xtd::drawing::applications_system_images::help_browser ( const xtd::drawing::size size)
staticnoexcept

Gets the applications system image "help-browser" with specified size.

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

◆ multimedia_volume_control() [1/2]

static xtd::drawing::image xtd::drawing::applications_system_images::multimedia_volume_control ( )
staticnoexcept

Gets the applications system image "multimedia-volume-control".

Returns
The xtd::drawing::image "multimedia-volume-control".

◆ multimedia_volume_control() [2/2]

static xtd::drawing::image xtd::drawing::applications_system_images::multimedia_volume_control ( const xtd::drawing::size size)
staticnoexcept

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

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

◆ preferences_desktop_accessibility() [1/2]

static xtd::drawing::image xtd::drawing::applications_system_images::preferences_desktop_accessibility ( )
staticnoexcept

Gets the applications system image "preferences-desktop-accessibility".

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

◆ preferences_desktop_accessibility() [2/2]

static xtd::drawing::image xtd::drawing::applications_system_images::preferences_desktop_accessibility ( const xtd::drawing::size size)
staticnoexcept

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

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

◆ preferences_desktop_font() [1/2]

static xtd::drawing::image xtd::drawing::applications_system_images::preferences_desktop_font ( )
staticnoexcept

Gets the applications system image "preferences-desktop-font".

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

◆ preferences_desktop_font() [2/2]

static xtd::drawing::image xtd::drawing::applications_system_images::preferences_desktop_font ( const xtd::drawing::size size)
staticnoexcept

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

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

◆ preferences_desktop_keyboard() [1/2]

static xtd::drawing::image xtd::drawing::applications_system_images::preferences_desktop_keyboard ( )
staticnoexcept

Gets the applications system image "preferences-desktop-keyboard".

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

◆ preferences_desktop_keyboard() [2/2]

static xtd::drawing::image xtd::drawing::applications_system_images::preferences_desktop_keyboard ( const xtd::drawing::size size)
staticnoexcept

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

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

◆ preferences_desktop_locale() [1/2]

static xtd::drawing::image xtd::drawing::applications_system_images::preferences_desktop_locale ( )
staticnoexcept

Gets the applications system image "preferences-desktop-locale".

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

◆ preferences_desktop_locale() [2/2]

static xtd::drawing::image xtd::drawing::applications_system_images::preferences_desktop_locale ( const xtd::drawing::size size)
staticnoexcept

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

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

◆ preferences_desktop_screensaver() [1/2]

static xtd::drawing::image xtd::drawing::applications_system_images::preferences_desktop_screensaver ( )
staticnoexcept

Gets the applications system image "preferences-desktop-screensaver".

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

◆ preferences_desktop_screensaver() [2/2]

static xtd::drawing::image xtd::drawing::applications_system_images::preferences_desktop_screensaver ( const xtd::drawing::size size)
staticnoexcept

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

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

◆ preferences_desktop_theme() [1/2]

static xtd::drawing::image xtd::drawing::applications_system_images::preferences_desktop_theme ( )
staticnoexcept

Gets the applications system image "preferences-desktop-theme".

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

◆ preferences_desktop_theme() [2/2]

static xtd::drawing::image xtd::drawing::applications_system_images::preferences_desktop_theme ( const xtd::drawing::size size)
staticnoexcept

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

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

◆ preferences_desktop_wallpaper() [1/2]

static xtd::drawing::image xtd::drawing::applications_system_images::preferences_desktop_wallpaper ( )
staticnoexcept

Gets the applications system image "preferences-desktop-wallpaper".

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

◆ preferences_desktop_wallpaper() [2/2]

static xtd::drawing::image xtd::drawing::applications_system_images::preferences_desktop_wallpaper ( const xtd::drawing::size size)
staticnoexcept

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

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

◆ system_file_manager() [1/2]

static xtd::drawing::image xtd::drawing::applications_system_images::system_file_manager ( )
staticnoexcept

Gets the applications system image "system-file-manager".

Returns
The xtd::drawing::image "system-file-manager".

◆ system_file_manager() [2/2]

static xtd::drawing::image xtd::drawing::applications_system_images::system_file_manager ( const xtd::drawing::size size)
staticnoexcept

Gets the applications system image "system-file-manager" with specified size.

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

◆ system_software_install() [1/2]

static xtd::drawing::image xtd::drawing::applications_system_images::system_software_install ( )
staticnoexcept

Gets the applications system image "system-software-install".

Returns
The xtd::drawing::image "system-software-install".

◆ system_software_install() [2/2]

static xtd::drawing::image xtd::drawing::applications_system_images::system_software_install ( const xtd::drawing::size size)
staticnoexcept

Gets the applications system image "system-software-install" with specified size.

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

◆ system_software_update() [1/2]

static xtd::drawing::image xtd::drawing::applications_system_images::system_software_update ( )
staticnoexcept

Gets the applications system image "system-software-update".

Returns
The xtd::drawing::image "system-software-update".

◆ system_software_update() [2/2]

static xtd::drawing::image xtd::drawing::applications_system_images::system_software_update ( const xtd::drawing::size size)
staticnoexcept

Gets the applications system image "system-software-update" with specified size.

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

◆ utilities_system_monitor() [1/2]

static xtd::drawing::image xtd::drawing::applications_system_images::utilities_system_monitor ( )
staticnoexcept

Gets the applications system image "utilities-system-monitor".

Returns
The xtd::drawing::image "utilities-system-monitor".

◆ utilities_system_monitor() [2/2]

static xtd::drawing::image xtd::drawing::applications_system_images::utilities_system_monitor ( const xtd::drawing::size size)
staticnoexcept

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

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

◆ utilities_terminal() [1/2]

static xtd::drawing::image xtd::drawing::applications_system_images::utilities_terminal ( )
staticnoexcept

Gets the applications system image "utilities-terminal".

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

◆ utilities_terminal() [2/2]

static xtd::drawing::image xtd::drawing::applications_system_images::utilities_terminal ( const xtd::drawing::size size)
staticnoexcept

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

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

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