xtd 1.0.0
Loading...
Searching...
No Matches
applications_system_images.hpp
Go to the documentation of this file.
1
4#pragma once
6
8namespace xtd {
10 namespace drawing {
28 public:
30
34 [[nodiscard]] static auto default_size() noexcept -> xtd::drawing::size;
35
38 [[nodiscard]] static auto accessories_calculator() noexcept -> xtd::drawing::image;
42 [[nodiscard]] static auto accessories_calculator(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
43
46 [[nodiscard]] static auto accessories_character_map() noexcept -> xtd::drawing::image;
50 [[nodiscard]] static auto accessories_character_map(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
51
54 [[nodiscard]] static auto accessories_dictionary() noexcept -> xtd::drawing::image;
58 [[nodiscard]] static auto accessories_dictionary(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
59
62 [[nodiscard]] static auto accessories_text_editor() noexcept -> xtd::drawing::image;
66 [[nodiscard]] static auto accessories_text_editor(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
67
70 [[nodiscard]] static auto help_browser() noexcept -> xtd::drawing::image;
74 [[nodiscard]] static auto help_browser(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
75
78 [[nodiscard]] static auto help() noexcept -> xtd::drawing::image;
82 [[nodiscard]] static auto help(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
83
86 [[nodiscard]] static auto multimedia_volume_control() noexcept -> xtd::drawing::image;
90 [[nodiscard]] static auto multimedia_volume_control(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
91
94 [[nodiscard]] static auto preferences_desktop_accessibility() noexcept -> xtd::drawing::image;
98 [[nodiscard]] static auto preferences_desktop_accessibility(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
99
102 [[nodiscard]] static auto preferences_desktop_font() noexcept -> xtd::drawing::image;
106 [[nodiscard]] static auto preferences_desktop_font(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
107
110 [[nodiscard]] static auto preferences_desktop_keyboard() noexcept -> xtd::drawing::image;
114 [[nodiscard]] static auto preferences_desktop_keyboard(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
115
118 [[nodiscard]] static auto preferences_desktop_locale() noexcept -> xtd::drawing::image;
122 [[nodiscard]] static auto preferences_desktop_locale(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
123
126 [[nodiscard]] static auto preferences_desktop_screensaver() noexcept -> xtd::drawing::image;
130 [[nodiscard]] static auto preferences_desktop_screensaver(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
131
134 [[nodiscard]] static auto preferences_desktop_theme() noexcept -> xtd::drawing::image;
138 [[nodiscard]] static auto preferences_desktop_theme(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
139
142 [[nodiscard]] static auto preferences_desktop_wallpaper() noexcept -> xtd::drawing::image;
146 [[nodiscard]] static auto preferences_desktop_wallpaper(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
147
150 [[nodiscard]] static auto system_file_manager() noexcept -> xtd::drawing::image;
154 [[nodiscard]] static auto system_file_manager(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
155
158 [[nodiscard]] static auto system_software_install() noexcept -> xtd::drawing::image;
162 [[nodiscard]] static auto system_software_install(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
163
166 [[nodiscard]] static auto system_software_update() noexcept -> xtd::drawing::image;
170 [[nodiscard]] static auto system_software_update(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
171
174 [[nodiscard]] static auto utilities_system_monitor() noexcept -> xtd::drawing::image;
178 [[nodiscard]] static auto utilities_system_monitor(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
179
182 [[nodiscard]] static auto utilities_terminal() noexcept -> xtd::drawing::image;
186 [[nodiscard]] static auto utilities_terminal(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
187
189
191
195 [[nodiscard]] static auto get_images() noexcept -> const xtd::array<xtd::drawing::image>&;
199 [[nodiscard]] static auto get_images(const xtd::drawing::size& size) noexcept -> xtd::array<xtd::drawing::image>;
200
203 [[nodiscard]] static auto get_image_names() noexcept -> const xtd::array<xtd::string>&;
205 };
206 }
207}
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition array.hpp:64
Each property of the xtd::drawing::applications_system_images class is an xtd::drawing::image object ...
Definition applications_system_images.hpp:27
static auto default_size() noexcept -> xtd::drawing::size
Gets system image from specified name.
static auto system_software_update() noexcept -> xtd::drawing::image
Gets the applications system image "system-software-update".
static auto accessories_dictionary() noexcept -> xtd::drawing::image
Gets the applications system image "accessories-dictionary".
static auto system_software_install() noexcept -> xtd::drawing::image
Gets the applications system image "system-software-install".
static auto help_browser() noexcept -> xtd::drawing::image
Gets the applications system image "help-browser".
static auto preferences_desktop_screensaver() noexcept -> xtd::drawing::image
Gets the applications system image "preferences-desktop-screensaver".
static auto help() noexcept -> xtd::drawing::image
Gets the applications system image "help".
static auto utilities_system_monitor() noexcept -> xtd::drawing::image
Gets the applications system image "utilities-system-monitor".
static auto system_file_manager() noexcept -> xtd::drawing::image
Gets the applications system image "system-file-manager".
static auto get_image_names() noexcept -> const xtd::array< xtd::string > &
Gets an array of image names.
static auto accessories_character_map() noexcept -> xtd::drawing::image
Gets the applications system image "accessories-character-map".
static auto get_images() noexcept -> const xtd::array< xtd::drawing::image > &
Gets an array of images.
static auto preferences_desktop_wallpaper() noexcept -> xtd::drawing::image
Gets the applications system image "preferences-desktop-wallpaper".
static auto accessories_text_editor() noexcept -> xtd::drawing::image
Gets the applications system image "accessories-text-editor".
static auto preferences_desktop_theme() noexcept -> xtd::drawing::image
Gets the applications system image "preferences-desktop-theme".
static auto preferences_desktop_font() noexcept -> xtd::drawing::image
Gets the applications system image "preferences-desktop-font".
static auto preferences_desktop_locale() noexcept -> xtd::drawing::image
Gets the applications system image "preferences-desktop-locale".
static auto utilities_terminal() noexcept -> xtd::drawing::image
Gets the applications system image "utilities-terminal".
static auto accessories_calculator() noexcept -> xtd::drawing::image
Gets the applications system image "accessories-calculator".
static auto multimedia_volume_control() noexcept -> xtd::drawing::image
Gets the applications system image "multimedia-volume-control".
static auto preferences_desktop_keyboard() noexcept -> xtd::drawing::image
Gets the applications system image "preferences-desktop-keyboard".
static auto preferences_desktop_accessibility() noexcept -> xtd::drawing::image
Gets the applications system image "preferences-desktop-accessibility".
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.