xtd 0.2.0
places_system_images.hpp
Go to the documentation of this file.
1
4#pragma once
6
8namespace xtd {
10 namespace drawing {
28 public:
30
35
38 static xtd::drawing::image folder() noexcept;
42 static xtd::drawing::image folder(const xtd::drawing::size& size) noexcept;
43
46 static xtd::drawing::image folder_activities() noexcept;
50 static xtd::drawing::image folder_activities(const xtd::drawing::size& size) noexcept;
51
54 static xtd::drawing::image folder_applications() noexcept;
58 static xtd::drawing::image folder_applications(const xtd::drawing::size& size) noexcept;
59
62 static xtd::drawing::image folder_bookmark() noexcept;
66 static xtd::drawing::image folder_bookmark(const xtd::drawing::size& size) noexcept;
67
70 static xtd::drawing::image folder_cloud() noexcept;
74 static xtd::drawing::image folder_cloud(const xtd::drawing::size& size) noexcept;
75
78 static xtd::drawing::image folder_desktop() noexcept;
82 static xtd::drawing::image folder_desktop(const xtd::drawing::size& size) noexcept;
83
86 static xtd::drawing::image folder_development() noexcept;
90 static xtd::drawing::image folder_development(const xtd::drawing::size& size) noexcept;
91
94 static xtd::drawing::image folder_documents() noexcept;
98 static xtd::drawing::image folder_documents(const xtd::drawing::size& size) noexcept;
99
102 static xtd::drawing::image folder_download() noexcept;
106 static xtd::drawing::image folder_download(const xtd::drawing::size& size) noexcept;
107
110 static xtd::drawing::image folder_favorites() noexcept;
114 static xtd::drawing::image folder_favorites(const xtd::drawing::size& size) noexcept;
115
118 static xtd::drawing::image folder_games() noexcept;
122 static xtd::drawing::image folder_games(const xtd::drawing::size& size) noexcept;
123
126 static xtd::drawing::image folder_github() noexcept;
130 static xtd::drawing::image folder_github(const xtd::drawing::size& size) noexcept;
131
134 static xtd::drawing::image folder_home() noexcept;
138 static xtd::drawing::image folder_home(const xtd::drawing::size& size) noexcept;
139
142 static xtd::drawing::image folder_html() noexcept;
146 static xtd::drawing::image folder_html(const xtd::drawing::size& size) noexcept;
147
150 static xtd::drawing::image folder_images() noexcept;
154 static xtd::drawing::image folder_images(const xtd::drawing::size& size) noexcept;
155
158 static xtd::drawing::image folder_important() noexcept;
162 static xtd::drawing::image folder_important(const xtd::drawing::size& size) noexcept;
163
166 static xtd::drawing::image folder_locked() noexcept;
170 static xtd::drawing::image folder_locked(const xtd::drawing::size& size) noexcept;
171
174 static xtd::drawing::image folder_music() noexcept;
178 static xtd::drawing::image folder_music(const xtd::drawing::size& size) noexcept;
179
182 static xtd::drawing::image folder_network() noexcept;
186 static xtd::drawing::image folder_network(const xtd::drawing::size& size) noexcept;
187
190 static xtd::drawing::image folder_print() noexcept;
194 static xtd::drawing::image folder_print(const xtd::drawing::size& size) noexcept;
195
198 static xtd::drawing::image folder_public() noexcept;
202 static xtd::drawing::image folder_public(const xtd::drawing::size& size) noexcept;
203
206 static xtd::drawing::image folder_remote() noexcept;
210 static xtd::drawing::image folder_remote(const xtd::drawing::size& size) noexcept;
211
214 static xtd::drawing::image folder_system() noexcept;
218 static xtd::drawing::image folder_system(const xtd::drawing::size& size) noexcept;
219
222 static xtd::drawing::image folder_tar() noexcept;
226 static xtd::drawing::image folder_tar(const xtd::drawing::size& size) noexcept;
227
230 static xtd::drawing::image folder_temp() noexcept;
234 static xtd::drawing::image folder_temp(const xtd::drawing::size& size) noexcept;
235
238 static xtd::drawing::image folder_templates() noexcept;
242 static xtd::drawing::image folder_templates(const xtd::drawing::size& size) noexcept;
243
246 static xtd::drawing::image folder_text() noexcept;
250 static xtd::drawing::image folder_text(const xtd::drawing::size& size) noexcept;
251
254 static xtd::drawing::image folder_videos() noexcept;
258 static xtd::drawing::image folder_videos(const xtd::drawing::size& size) noexcept;
259
262 static xtd::drawing::image network_server() noexcept;
266 static xtd::drawing::image network_server(const xtd::drawing::size& size) noexcept;
267
270 static xtd::drawing::image network_workgroup() noexcept;
274 static xtd::drawing::image network_workgroup(const xtd::drawing::size& size) noexcept;
275
278 static xtd::drawing::image start_here() noexcept;
282 static xtd::drawing::image start_here(const xtd::drawing::size& size) noexcept;
283
286 static xtd::drawing::image user_bookmarks() noexcept;
290 static xtd::drawing::image user_bookmarks(const xtd::drawing::size& size) noexcept;
291
294 static xtd::drawing::image user_desktop() noexcept;
298 static xtd::drawing::image user_desktop(const xtd::drawing::size& size) noexcept;
299
302 static xtd::drawing::image user_home() noexcept;
306 static xtd::drawing::image user_home(const xtd::drawing::size& size) noexcept;
307
310 static xtd::drawing::image user_trash() noexcept;
314 static xtd::drawing::image user_trash(const xtd::drawing::size& size) noexcept;
315
317
319
323 static const xtd::array<xtd::drawing::image>& get_images() noexcept;
327 static xtd::array<xtd::drawing::image> get_images(const xtd::drawing::size& size) noexcept;
328
331 static const xtd::array<xtd::string>& get_image_names() noexcept;
333 };
334 }
335}
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition array.hpp:61
An abstract base class that provides functionality for the bitmap and metafile descended classes.
Definition image.hpp:49
Each property of the xtd::drawing::places_system_images class is an xtd::drawing::image object for Wi...
Definition places_system_images.hpp:27
static xtd::drawing::size default_size() noexcept
Gets system image from specified name.
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 namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10
Stores an ordered pair of integers, which specify a height and width.
Definition size.hpp:31
Contains xtd::drawing::system_images_base factory.