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

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