xtd 0.2.0
applications_system_images.hpp
Go to the documentation of this file.
1
4#pragma once
6
8namespace xtd {
10 namespace drawing {
28 public:
30
35
43
51
59
67
70 static xtd::drawing::image help_browser() noexcept;
74 static xtd::drawing::image help_browser(const xtd::drawing::size& size) noexcept;
75
78 static xtd::drawing::image help() noexcept;
82 static xtd::drawing::image help(const xtd::drawing::size& size) noexcept;
83
91
99
107
115
123
131
139
147
155
163
171
179
182 static xtd::drawing::image utilities_terminal() noexcept;
186 static xtd::drawing::image utilities_terminal(const xtd::drawing::size& size) noexcept;
187
189
191
195 static const xtd::array<xtd::drawing::image>& get_images() noexcept;
199 static xtd::array<xtd::drawing::image> get_images(const xtd::drawing::size& size) noexcept;
200
203 static const xtd::array<xtd::string>& get_image_names() noexcept;
205 };
206 }
207}
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition array.hpp:61
Each property of the xtd::drawing::applications_system_images class is an xtd::drawing::image object ...
Definition applications_system_images.hpp:27
static const xtd::array< xtd::drawing::image > & get_images() noexcept
Gets an array of images.
static xtd::drawing::image preferences_desktop_accessibility() noexcept
Gets the applications system image "preferences-desktop-accessibility".
static xtd::drawing::image system_software_update() noexcept
Gets the applications system image "system-software-update".
static xtd::drawing::image accessories_dictionary() noexcept
Gets the applications system image "accessories-dictionary".
static xtd::drawing::image system_software_install() noexcept
Gets the applications system image "system-software-install".
static xtd::drawing::image utilities_system_monitor() noexcept
Gets the applications system image "utilities-system-monitor".
static xtd::drawing::image preferences_desktop_font() noexcept
Gets the applications system image "preferences-desktop-font".
static xtd::drawing::image accessories_text_editor() noexcept
Gets the applications system image "accessories-text-editor".
static xtd::drawing::image help_browser() noexcept
Gets the applications system image "help-browser".
static xtd::drawing::image system_file_manager() noexcept
Gets the applications system image "system-file-manager".
static xtd::drawing::image accessories_character_map() noexcept
Gets the applications system image "accessories-character-map".
static xtd::drawing::image preferences_desktop_wallpaper() noexcept
Gets the applications system image "preferences-desktop-wallpaper".
static xtd::drawing::image utilities_terminal() noexcept
Gets the applications system image "utilities-terminal".
static const xtd::array< xtd::string > & get_image_names() noexcept
Gets an array of image names.
static xtd::drawing::image preferences_desktop_screensaver() noexcept
Gets the applications system image "preferences-desktop-screensaver".
static xtd::drawing::image preferences_desktop_locale() noexcept
Gets the applications system image "preferences-desktop-locale".
static xtd::drawing::image preferences_desktop_theme() noexcept
Gets the applications system image "preferences-desktop-theme".
static xtd::drawing::image help() noexcept
Gets the applications system image "help".
static xtd::drawing::image preferences_desktop_keyboard() noexcept
Gets the applications system image "preferences-desktop-keyboard".
static xtd::drawing::image multimedia_volume_control() noexcept
Gets the applications system image "multimedia-volume-control".
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".
An abstract base class that provides functionality for the bitmap and metafile descended classes.
Definition image.hpp:49
Represents the base for all system_images clases (xtd::drawing::system_images).
Definition system_images_base.hpp:32
#define drawing_export_
Define shared library export.
Definition drawing_export.hpp:13
The xtd::drawing namespace provides access to GDI+ basic graphics functionality. More advanced functi...
Definition actions_system_images.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Stores an ordered pair of integers, which specify a height and width.
Definition size.hpp:32
Contains xtd::drawing::system_images_base factory.