xtd 0.2.0
Loading...
Searching...
No Matches
applications_system_images.h
Go to the documentation of this file.
1
4#pragma once
6#include <vector>
7
9namespace xtd {
11 namespace drawing {
29 public:
31
36
39 static xtd::drawing::image accessories_calculator() noexcept;
43 static xtd::drawing::image accessories_calculator(const xtd::drawing::size& size) noexcept;
44
47 static xtd::drawing::image accessories_character_map() noexcept;
51 static xtd::drawing::image accessories_character_map(const xtd::drawing::size& size) noexcept;
52
55 static xtd::drawing::image accessories_dictionary() noexcept;
59 static xtd::drawing::image accessories_dictionary(const xtd::drawing::size& size) noexcept;
60
63 static xtd::drawing::image accessories_text_editor() noexcept;
67 static xtd::drawing::image accessories_text_editor(const xtd::drawing::size& size) noexcept;
68
71 static xtd::drawing::image help_browser() noexcept;
75 static xtd::drawing::image help_browser(const xtd::drawing::size& size) noexcept;
76
79 static xtd::drawing::image help() noexcept;
83 static xtd::drawing::image help(const xtd::drawing::size& size) noexcept;
84
87 static xtd::drawing::image multimedia_volume_control() noexcept;
91 static xtd::drawing::image multimedia_volume_control(const xtd::drawing::size& size) noexcept;
92
95 static xtd::drawing::image preferences_desktop_accessibility() noexcept;
99 static xtd::drawing::image preferences_desktop_accessibility(const xtd::drawing::size& size) noexcept;
100
103 static xtd::drawing::image preferences_desktop_font() noexcept;
107 static xtd::drawing::image preferences_desktop_font(const xtd::drawing::size& size) noexcept;
108
111 static xtd::drawing::image preferences_desktop_keyboard() noexcept;
115 static xtd::drawing::image preferences_desktop_keyboard(const xtd::drawing::size& size) noexcept;
116
119 static xtd::drawing::image preferences_desktop_locale() noexcept;
123 static xtd::drawing::image preferences_desktop_locale(const xtd::drawing::size& size) noexcept;
124
127 static xtd::drawing::image preferences_desktop_screensaver() noexcept;
131 static xtd::drawing::image preferences_desktop_screensaver(const xtd::drawing::size& size) noexcept;
132
135 static xtd::drawing::image preferences_desktop_theme() noexcept;
139 static xtd::drawing::image preferences_desktop_theme(const xtd::drawing::size& size) noexcept;
140
143 static xtd::drawing::image preferences_desktop_wallpaper() noexcept;
147 static xtd::drawing::image preferences_desktop_wallpaper(const xtd::drawing::size& size) noexcept;
148
151 static xtd::drawing::image system_file_manager() noexcept;
155 static xtd::drawing::image system_file_manager(const xtd::drawing::size& size) noexcept;
156
159 static xtd::drawing::image system_software_install() noexcept;
163 static xtd::drawing::image system_software_install(const xtd::drawing::size& size) noexcept;
164
167 static xtd::drawing::image system_software_update() noexcept;
171 static xtd::drawing::image system_software_update(const xtd::drawing::size& size) noexcept;
172
175 static xtd::drawing::image utilities_system_monitor() noexcept;
179 static xtd::drawing::image utilities_system_monitor(const xtd::drawing::size& size) noexcept;
180
183 static xtd::drawing::image utilities_terminal() noexcept;
187 static xtd::drawing::image utilities_terminal(const xtd::drawing::size& size) noexcept;
188
190
192
196 static const std::vector<xtd::drawing::image>& get_images() noexcept;
200 static std::vector<xtd::drawing::image> get_images(const xtd::drawing::size& size) noexcept;
201
204 static const std::vector<xtd::string>& get_image_names() noexcept;
206 };
207 }
208}
Each property of the xtd::drawing::applications_system_images class is an xtd::drawing::image object ...
Definition applications_system_images.h:28
static xtd::drawing::size default_size() noexcept
Gets system image from specified name.
An abstract base class that provides functionality for the bitmap and metafile descended classes.
Definition image.h:49
Stores an ordered pair of integers, which specify a height and width.
Definition size.h:31
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
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Contains xtd::drawing::system_images_base factory.