xtd 0.2.0
applications_system_images.h
Go to the documentation of this file.
1 #pragma once
5 #include "system_images_base.h"
6 #include <vector>
7 
9 namespace xtd {
11  namespace drawing {
26  class drawing_export_ applications_system_images final : private system_images_base {
27  public:
29 
33  static xtd::drawing::size default_size() noexcept;
34 
37  static xtd::drawing::image accessories_calculator() noexcept;
41  static xtd::drawing::image accessories_calculator(const xtd::drawing::size& size) noexcept;
42 
45  static xtd::drawing::image accessories_character_map() noexcept;
49  static xtd::drawing::image accessories_character_map(const xtd::drawing::size& size) noexcept;
50 
53  static xtd::drawing::image accessories_dictionary() noexcept;
57  static xtd::drawing::image accessories_dictionary(const xtd::drawing::size& size) noexcept;
58 
61  static xtd::drawing::image accessories_text_editor() noexcept;
65  static xtd::drawing::image accessories_text_editor(const xtd::drawing::size& size) noexcept;
66 
69  static xtd::drawing::image help_browser() noexcept;
73  static xtd::drawing::image help_browser(const xtd::drawing::size& size) noexcept;
74 
77  static xtd::drawing::image help() noexcept;
81  static xtd::drawing::image help(const xtd::drawing::size& size) noexcept;
82 
85  static xtd::drawing::image multimedia_volume_control() noexcept;
89  static xtd::drawing::image multimedia_volume_control(const xtd::drawing::size& size) noexcept;
90 
93  static xtd::drawing::image preferences_desktop_accessibility() noexcept;
97  static xtd::drawing::image preferences_desktop_accessibility(const xtd::drawing::size& size) noexcept;
98 
101  static xtd::drawing::image preferences_desktop_font() noexcept;
105  static xtd::drawing::image preferences_desktop_font(const xtd::drawing::size& size) noexcept;
106 
109  static xtd::drawing::image preferences_desktop_keyboard() noexcept;
113  static xtd::drawing::image preferences_desktop_keyboard(const xtd::drawing::size& size) noexcept;
114 
117  static xtd::drawing::image preferences_desktop_locale() noexcept;
121  static xtd::drawing::image preferences_desktop_locale(const xtd::drawing::size& size) noexcept;
122 
125  static xtd::drawing::image preferences_desktop_screensaver() noexcept;
129  static xtd::drawing::image preferences_desktop_screensaver(const xtd::drawing::size& size) noexcept;
130 
133  static xtd::drawing::image preferences_desktop_theme() noexcept;
137  static xtd::drawing::image preferences_desktop_theme(const xtd::drawing::size& size) noexcept;
138 
141  static xtd::drawing::image preferences_desktop_wallpaper() noexcept;
145  static xtd::drawing::image preferences_desktop_wallpaper(const xtd::drawing::size& size) noexcept;
146 
149  static xtd::drawing::image system_file_manager() noexcept;
153  static xtd::drawing::image system_file_manager(const xtd::drawing::size& size) noexcept;
154 
157  static xtd::drawing::image system_software_install() noexcept;
161  static xtd::drawing::image system_software_install(const xtd::drawing::size& size) noexcept;
162 
165  static xtd::drawing::image system_software_update() noexcept;
169  static xtd::drawing::image system_software_update(const xtd::drawing::size& size) noexcept;
170 
173  static xtd::drawing::image utilities_system_monitor() noexcept;
177  static xtd::drawing::image utilities_system_monitor(const xtd::drawing::size& size) noexcept;
178 
181  static xtd::drawing::image utilities_terminal() noexcept;
185  static xtd::drawing::image utilities_terminal(const xtd::drawing::size& size) noexcept;
186 
188 
190 
194  static const std::vector<xtd::drawing::image>& get_images() noexcept;
198  static std::vector<xtd::drawing::image> get_images(const xtd::drawing::size& size) noexcept;
199 
202  static const std::vector<xtd::ustring>& get_image_names() noexcept;
204  };
205  }
206 }
Contains xtd::drawing::system_images_base factory.
Stores an ordered pair of integers, which specify a height and width.
Definition: size.h:31
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
An abstract base class that provides functionality for the bitmap and metafile descended classes...
Definition: image.h:48
Represents the base for all system_images clases (xtd::drawing::system_images).
Definition: system_images_base.h:31
Each property of the xtd::drawing::applications_system_images class is an xtd::drawing::image object ...
Definition: applications_system_images.h:26