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 {
29 public:
31
36
39 static xtd::drawing::image folder() noexcept;
43 static xtd::drawing::image folder(const xtd::drawing::size& size) noexcept;
44
47 static xtd::drawing::image folder_activities() noexcept;
51 static xtd::drawing::image folder_activities(const xtd::drawing::size& size) noexcept;
52
55 static xtd::drawing::image folder_applications() noexcept;
59 static xtd::drawing::image folder_applications(const xtd::drawing::size& size) noexcept;
60
63 static xtd::drawing::image folder_bookmark() noexcept;
67 static xtd::drawing::image folder_bookmark(const xtd::drawing::size& size) noexcept;
68
71 static xtd::drawing::image folder_cloud() noexcept;
75 static xtd::drawing::image folder_cloud(const xtd::drawing::size& size) noexcept;
76
79 static xtd::drawing::image folder_desktop() noexcept;
83 static xtd::drawing::image folder_desktop(const xtd::drawing::size& size) noexcept;
84
87 static xtd::drawing::image folder_development() noexcept;
91 static xtd::drawing::image folder_development(const xtd::drawing::size& size) noexcept;
92
95 static xtd::drawing::image folder_documents() noexcept;
99 static xtd::drawing::image folder_documents(const xtd::drawing::size& size) noexcept;
100
103 static xtd::drawing::image folder_download() noexcept;
107 static xtd::drawing::image folder_download(const xtd::drawing::size& size) noexcept;
108
111 static xtd::drawing::image folder_favorites() noexcept;
115 static xtd::drawing::image folder_favorites(const xtd::drawing::size& size) noexcept;
116
119 static xtd::drawing::image folder_games() noexcept;
123 static xtd::drawing::image folder_games(const xtd::drawing::size& size) noexcept;
124
127 static xtd::drawing::image folder_github() noexcept;
131 static xtd::drawing::image folder_github(const xtd::drawing::size& size) noexcept;
132
135 static xtd::drawing::image folder_home() noexcept;
139 static xtd::drawing::image folder_home(const xtd::drawing::size& size) noexcept;
140
143 static xtd::drawing::image folder_html() noexcept;
147 static xtd::drawing::image folder_html(const xtd::drawing::size& size) noexcept;
148
151 static xtd::drawing::image folder_images() noexcept;
155 static xtd::drawing::image folder_images(const xtd::drawing::size& size) noexcept;
156
159 static xtd::drawing::image folder_important() noexcept;
163 static xtd::drawing::image folder_important(const xtd::drawing::size& size) noexcept;
164
167 static xtd::drawing::image folder_locked() noexcept;
171 static xtd::drawing::image folder_locked(const xtd::drawing::size& size) noexcept;
172
175 static xtd::drawing::image folder_music() noexcept;
179 static xtd::drawing::image folder_music(const xtd::drawing::size& size) noexcept;
180
183 static xtd::drawing::image folder_network() noexcept;
187 static xtd::drawing::image folder_network(const xtd::drawing::size& size) noexcept;
188
191 static xtd::drawing::image folder_print() noexcept;
195 static xtd::drawing::image folder_print(const xtd::drawing::size& size) noexcept;
196
199 static xtd::drawing::image folder_public() noexcept;
203 static xtd::drawing::image folder_public(const xtd::drawing::size& size) noexcept;
204
207 static xtd::drawing::image folder_remote() noexcept;
211 static xtd::drawing::image folder_remote(const xtd::drawing::size& size) noexcept;
212
215 static xtd::drawing::image folder_system() noexcept;
219 static xtd::drawing::image folder_system(const xtd::drawing::size& size) noexcept;
220
223 static xtd::drawing::image folder_tar() noexcept;
227 static xtd::drawing::image folder_tar(const xtd::drawing::size& size) noexcept;
228
231 static xtd::drawing::image folder_temp() noexcept;
235 static xtd::drawing::image folder_temp(const xtd::drawing::size& size) noexcept;
236
239 static xtd::drawing::image folder_templates() noexcept;
243 static xtd::drawing::image folder_templates(const xtd::drawing::size& size) noexcept;
244
247 static xtd::drawing::image folder_text() noexcept;
251 static xtd::drawing::image folder_text(const xtd::drawing::size& size) noexcept;
252
255 static xtd::drawing::image folder_videos() noexcept;
259 static xtd::drawing::image folder_videos(const xtd::drawing::size& size) noexcept;
260
263 static xtd::drawing::image network_server() noexcept;
267 static xtd::drawing::image network_server(const xtd::drawing::size& size) noexcept;
268
271 static xtd::drawing::image network_workgroup() noexcept;
275 static xtd::drawing::image network_workgroup(const xtd::drawing::size& size) noexcept;
276
279 static xtd::drawing::image start_here() noexcept;
283 static xtd::drawing::image start_here(const xtd::drawing::size& size) noexcept;
284
287 static xtd::drawing::image user_bookmarks() noexcept;
291 static xtd::drawing::image user_bookmarks(const xtd::drawing::size& size) noexcept;
292
295 static xtd::drawing::image user_desktop() noexcept;
299 static xtd::drawing::image user_desktop(const xtd::drawing::size& size) noexcept;
300
303 static xtd::drawing::image user_home() noexcept;
307 static xtd::drawing::image user_home(const xtd::drawing::size& size) noexcept;
308
311 static xtd::drawing::image user_trash() noexcept;
315 static xtd::drawing::image user_trash(const xtd::drawing::size& size) noexcept;
316
318
320
324 static const std::vector<xtd::drawing::image>& get_images() noexcept;
328 static std::vector<xtd::drawing::image> get_images(const xtd::drawing::size& size) noexcept;
329
332 static const std::vector<xtd::string>& get_image_names() noexcept;
334 };
335 }
336}
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:28
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
#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.