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::image folder_html() noexcept
Gets the places system image "folder-html".
static xtd::drawing::image folder_desktop() noexcept
Gets the places system image "folder-desktop".
static xtd::drawing::size default_size() noexcept
Gets system image from specified name.
static xtd::drawing::image folder_remote() noexcept
Gets the places system image "folder-remote".
static xtd::drawing::image folder_locked() noexcept
Gets the places system image "folder-locked".
static xtd::drawing::image folder_public() noexcept
Gets the places system image "folder-public".
static xtd::drawing::image folder_network() noexcept
Gets the places system image "folder-network".
static xtd::drawing::image folder_applications() noexcept
Gets the places system image "folder-applications".
static xtd::drawing::image folder_favorites() noexcept
Gets the places system image "folder-favorites".
static xtd::drawing::image user_bookmarks() noexcept
Gets the places system image "user-bookmarks".
static xtd::drawing::image folder_download() noexcept
Gets the places system image "folder-download".
static xtd::drawing::image user_trash() noexcept
Gets the places system image "user-trash".
static xtd::drawing::image folder_bookmark() noexcept
Gets the places system image "folder-bookmark".
static xtd::drawing::image folder_documents() noexcept
Gets the places system image "folder-documents".
static xtd::drawing::image folder_games() noexcept
Gets the places system image "folder-games".
static xtd::drawing::image folder_print() noexcept
Gets the places system image "folder-print".
static const xtd::array< xtd::string > & get_image_names() noexcept
Gets an array of image names.
static xtd::drawing::image folder_templates() noexcept
Gets the places system image "folder-templates".
static const xtd::array< xtd::drawing::image > & get_images() noexcept
Gets an array of images.
static xtd::drawing::image user_desktop() noexcept
Gets the places system image "user-desktop".
static xtd::drawing::image folder_home() noexcept
Gets the places system image "folder-home".
static xtd::drawing::image folder_development() noexcept
Gets the places system image "folder-development".
static xtd::drawing::image folder_text() noexcept
Gets the places system image "folder-text".
static xtd::drawing::image folder_images() noexcept
Gets the places system image "folder-images".
static xtd::drawing::image user_home() noexcept
Gets the places system image "user-home".
static xtd::drawing::image folder() noexcept
Gets the places system image "folder".
static xtd::drawing::image start_here() noexcept
Gets the places system image "start-here".
static xtd::drawing::image network_server() noexcept
Gets the places system image "network-server".
static xtd::drawing::image folder_tar() noexcept
Gets the places system image "folder-tar".
static xtd::drawing::image folder_system() noexcept
Gets the places system image "folder-system".
static xtd::drawing::image folder_github() noexcept
Gets the places system image "folder-github".
static xtd::drawing::image network_workgroup() noexcept
Gets the places system image "network-workgroup".
static xtd::drawing::image folder_activities() noexcept
Gets the places system image "folder-activities".
static xtd::drawing::image folder_music() noexcept
Gets the places system image "folder-music".
static xtd::drawing::image folder_videos() noexcept
Gets the places system image "folder-videos".
static xtd::drawing::image folder_important() noexcept
Gets the places system image "folder-important".
static xtd::drawing::image folder_cloud() noexcept
Gets the places system image "folder-cloud".
static xtd::drawing::image folder_temp() noexcept
Gets the places system image "folder-temp".
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::drawing namespace provides access to GDI+ basic graphics functionality. More advanced functi...
Definition actions_system_images.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Stores an ordered pair of integers, which specify a height and width.
Definition size.hpp:32
Contains xtd::drawing::system_images_base factory.