xtd 0.2.0
Loading...
Searching...
No Matches
places_system_images.h
Go to the documentation of this file.
1
4#pragma once
6#include <vector>
7
9namespace xtd {
11 namespace drawing {
27 public:
29
34
37 static xtd::drawing::image folder() noexcept;
41 static xtd::drawing::image folder(const xtd::drawing::size& size) noexcept;
42
45 static xtd::drawing::image folder_activities() noexcept;
49 static xtd::drawing::image folder_activities(const xtd::drawing::size& size) noexcept;
50
53 static xtd::drawing::image folder_applications() noexcept;
57 static xtd::drawing::image folder_applications(const xtd::drawing::size& size) noexcept;
58
61 static xtd::drawing::image folder_bookmark() noexcept;
65 static xtd::drawing::image folder_bookmark(const xtd::drawing::size& size) noexcept;
66
69 static xtd::drawing::image folder_cloud() noexcept;
73 static xtd::drawing::image folder_cloud(const xtd::drawing::size& size) noexcept;
74
77 static xtd::drawing::image folder_desktop() noexcept;
81 static xtd::drawing::image folder_desktop(const xtd::drawing::size& size) noexcept;
82
85 static xtd::drawing::image folder_development() noexcept;
89 static xtd::drawing::image folder_development(const xtd::drawing::size& size) noexcept;
90
93 static xtd::drawing::image folder_documents() noexcept;
97 static xtd::drawing::image folder_documents(const xtd::drawing::size& size) noexcept;
98
101 static xtd::drawing::image folder_download() noexcept;
105 static xtd::drawing::image folder_download(const xtd::drawing::size& size) noexcept;
106
109 static xtd::drawing::image folder_favorites() noexcept;
113 static xtd::drawing::image folder_favorites(const xtd::drawing::size& size) noexcept;
114
117 static xtd::drawing::image folder_games() noexcept;
121 static xtd::drawing::image folder_games(const xtd::drawing::size& size) noexcept;
122
125 static xtd::drawing::image folder_github() noexcept;
129 static xtd::drawing::image folder_github(const xtd::drawing::size& size) noexcept;
130
133 static xtd::drawing::image folder_home() noexcept;
137 static xtd::drawing::image folder_home(const xtd::drawing::size& size) noexcept;
138
141 static xtd::drawing::image folder_html() noexcept;
145 static xtd::drawing::image folder_html(const xtd::drawing::size& size) noexcept;
146
149 static xtd::drawing::image folder_images() noexcept;
153 static xtd::drawing::image folder_images(const xtd::drawing::size& size) noexcept;
154
157 static xtd::drawing::image folder_important() noexcept;
161 static xtd::drawing::image folder_important(const xtd::drawing::size& size) noexcept;
162
165 static xtd::drawing::image folder_locked() noexcept;
169 static xtd::drawing::image folder_locked(const xtd::drawing::size& size) noexcept;
170
173 static xtd::drawing::image folder_music() noexcept;
177 static xtd::drawing::image folder_music(const xtd::drawing::size& size) noexcept;
178
181 static xtd::drawing::image folder_network() noexcept;
185 static xtd::drawing::image folder_network(const xtd::drawing::size& size) noexcept;
186
189 static xtd::drawing::image folder_print() noexcept;
193 static xtd::drawing::image folder_print(const xtd::drawing::size& size) noexcept;
194
197 static xtd::drawing::image folder_public() noexcept;
201 static xtd::drawing::image folder_public(const xtd::drawing::size& size) noexcept;
202
205 static xtd::drawing::image folder_remote() noexcept;
209 static xtd::drawing::image folder_remote(const xtd::drawing::size& size) noexcept;
210
213 static xtd::drawing::image folder_system() noexcept;
217 static xtd::drawing::image folder_system(const xtd::drawing::size& size) noexcept;
218
221 static xtd::drawing::image folder_tar() noexcept;
225 static xtd::drawing::image folder_tar(const xtd::drawing::size& size) noexcept;
226
229 static xtd::drawing::image folder_temp() noexcept;
233 static xtd::drawing::image folder_temp(const xtd::drawing::size& size) noexcept;
234
237 static xtd::drawing::image folder_templates() noexcept;
241 static xtd::drawing::image folder_templates(const xtd::drawing::size& size) noexcept;
242
245 static xtd::drawing::image folder_text() noexcept;
249 static xtd::drawing::image folder_text(const xtd::drawing::size& size) noexcept;
250
253 static xtd::drawing::image folder_videos() noexcept;
257 static xtd::drawing::image folder_videos(const xtd::drawing::size& size) noexcept;
258
261 static xtd::drawing::image network_server() noexcept;
265 static xtd::drawing::image network_server(const xtd::drawing::size& size) noexcept;
266
269 static xtd::drawing::image network_workgroup() noexcept;
273 static xtd::drawing::image network_workgroup(const xtd::drawing::size& size) noexcept;
274
277 static xtd::drawing::image start_here() noexcept;
281 static xtd::drawing::image start_here(const xtd::drawing::size& size) noexcept;
282
285 static xtd::drawing::image user_bookmarks() noexcept;
289 static xtd::drawing::image user_bookmarks(const xtd::drawing::size& size) noexcept;
290
293 static xtd::drawing::image user_desktop() noexcept;
297 static xtd::drawing::image user_desktop(const xtd::drawing::size& size) noexcept;
298
301 static xtd::drawing::image user_home() noexcept;
305 static xtd::drawing::image user_home(const xtd::drawing::size& size) noexcept;
306
309 static xtd::drawing::image user_trash() noexcept;
313 static xtd::drawing::image user_trash(const xtd::drawing::size& size) noexcept;
314
316
318
322 static const std::vector<xtd::drawing::image>& get_images() noexcept;
326 static std::vector<xtd::drawing::image> get_images(const xtd::drawing::size& size) noexcept;
327
330 static const std::vector<xtd::ustring>& get_image_names() noexcept;
332 };
333 }
334}
An abstract base class that provides functionality for the bitmap and metafile descended classes.
Definition image.h:49
Each property of the xtd::drawing::places_system_images class is an xtd::drawing::image object for Wi...
Definition places_system_images.h:26
static xtd::drawing::size default_size() noexcept
Gets system image from specified name.
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
Represents text as a sequence of UTF-8 code units.
Definition ustring.h:47
#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.