xtd 1.0.0
Loading...
Searching...
No Matches
status_system_images.hpp
Go to the documentation of this file.
1
4#pragma once
6
8namespace xtd {
10 namespace drawing {
28 public:
30
34 [[nodiscard]] static auto default_size() noexcept -> xtd::drawing::size;
35
38 [[nodiscard]] static auto appointment_missed() noexcept -> xtd::drawing::image;
42 [[nodiscard]] static auto appointment_missed(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
43
46 [[nodiscard]] static auto appointment_soon() noexcept -> xtd::drawing::image;
50 [[nodiscard]] static auto appointment_soon(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
51
54 [[nodiscard]] static auto audio_volume_high() noexcept -> xtd::drawing::image;
58 [[nodiscard]] static auto audio_volume_high(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
59
62 [[nodiscard]] static auto audio_volume_low() noexcept -> xtd::drawing::image;
66 [[nodiscard]] static auto audio_volume_low(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
67
70 [[nodiscard]] static auto audio_volume_medium() noexcept -> xtd::drawing::image;
74 [[nodiscard]] static auto audio_volume_medium(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
75
78 [[nodiscard]] static auto audio_volume_muted() noexcept -> xtd::drawing::image;
82 [[nodiscard]] static auto audio_volume_muted(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
83
86 [[nodiscard]] static auto battery_caution() noexcept -> xtd::drawing::image;
90 [[nodiscard]] static auto battery_caution(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
91
94 [[nodiscard]] static auto battery_low() noexcept -> xtd::drawing::image;
98 [[nodiscard]] static auto battery_low(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
99
102 [[nodiscard]] static auto dialog_error() noexcept -> xtd::drawing::image;
106 [[nodiscard]] static auto dialog_error(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
107
110 [[nodiscard]] static auto dialog_information() noexcept -> xtd::drawing::image;
114 [[nodiscard]] static auto dialog_information(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
115
118 [[nodiscard]] static auto dialog_password() noexcept -> xtd::drawing::image;
122 [[nodiscard]] static auto dialog_password(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
123
126 [[nodiscard]] static auto dialog_question() noexcept -> xtd::drawing::image;
130 [[nodiscard]] static auto dialog_question(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
131
134 [[nodiscard]] static auto dialog_warning() noexcept -> xtd::drawing::image;
138 [[nodiscard]] static auto dialog_warning(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
139
142 [[nodiscard]] static auto folder_drag_accept() noexcept -> xtd::drawing::image;
146 [[nodiscard]] static auto folder_drag_accept(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
147
150 [[nodiscard]] static auto folder_open() noexcept -> xtd::drawing::image;
154 [[nodiscard]] static auto folder_open(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
155
158 [[nodiscard]] static auto folder_visiting() noexcept -> xtd::drawing::image;
162 [[nodiscard]] static auto folder_visiting(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
163
166 [[nodiscard]] static auto image_loading() noexcept -> xtd::drawing::image;
170 [[nodiscard]] static auto image_loading(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
171
174 [[nodiscard]] static auto image_missing() noexcept -> xtd::drawing::image;
178 [[nodiscard]] static auto image_missing(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
179
182 [[nodiscard]] static auto mail_attachment() noexcept -> xtd::drawing::image;
186 [[nodiscard]] static auto mail_attachment(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
187
190 [[nodiscard]] static auto mail_unread() noexcept -> xtd::drawing::image;
194 [[nodiscard]] static auto mail_unread(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
195
198 [[nodiscard]] static auto mail_read() noexcept -> xtd::drawing::image;
202 [[nodiscard]] static auto mail_read(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
203
206 [[nodiscard]] static auto mail_replied() noexcept -> xtd::drawing::image;
210 [[nodiscard]] static auto mail_replied(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
211
214 [[nodiscard]] static auto mail_signed() noexcept -> xtd::drawing::image;
218 [[nodiscard]] static auto mail_signed(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
219
222 [[nodiscard]] static auto mail_signed_verified() noexcept -> xtd::drawing::image;
226 [[nodiscard]] static auto mail_signed_verified(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
227
230 [[nodiscard]] static auto media_playlist_repeat() noexcept -> xtd::drawing::image;
234 [[nodiscard]] static auto media_playlist_repeat(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
235
238 [[nodiscard]] static auto media_playlist_shuffle() noexcept -> xtd::drawing::image;
242 [[nodiscard]] static auto media_playlist_shuffle(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
243
246 [[nodiscard]] static auto network_error() noexcept -> xtd::drawing::image;
250 [[nodiscard]] static auto network_error(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
251
254 [[nodiscard]] static auto network_idle() noexcept -> xtd::drawing::image;
258 [[nodiscard]] static auto network_idle(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
259
262 [[nodiscard]] static auto network_offline() noexcept -> xtd::drawing::image;
266 [[nodiscard]] static auto network_offline(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
267
270 [[nodiscard]] static auto network_receive() noexcept -> xtd::drawing::image;
274 [[nodiscard]] static auto network_receive(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
275
278 [[nodiscard]] static auto network_transmit() noexcept -> xtd::drawing::image;
282 [[nodiscard]] static auto network_transmit(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
283
286 [[nodiscard]] static auto network_transmit_receive() noexcept -> xtd::drawing::image;
290 [[nodiscard]] static auto network_transmit_receive(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
291
294 [[nodiscard]] static auto printer_error() noexcept -> xtd::drawing::image;
298 [[nodiscard]] static auto printer_error(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
299
302 [[nodiscard]] static auto printer_printing() noexcept -> xtd::drawing::image;
306 [[nodiscard]] static auto printer_printing(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
307
310 [[nodiscard]] static auto security_high() noexcept -> xtd::drawing::image;
314 [[nodiscard]] static auto security_high(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
315
318 [[nodiscard]] static auto security_medium() noexcept -> xtd::drawing::image;
322 [[nodiscard]] static auto security_medium(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
323
326 [[nodiscard]] static auto security_low() noexcept -> xtd::drawing::image;
330 [[nodiscard]] static auto security_low(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
331
334 [[nodiscard]] static auto software_update_available() noexcept -> xtd::drawing::image;
338 [[nodiscard]] static auto software_update_available(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
339
342 [[nodiscard]] static auto software_update_urgent() noexcept -> xtd::drawing::image;
346 [[nodiscard]] static auto software_update_urgent(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
347
350 [[nodiscard]] static auto task_due() noexcept -> xtd::drawing::image;
354 [[nodiscard]] static auto task_due(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
355
358 [[nodiscard]] static auto task_past_due() noexcept -> xtd::drawing::image;
362 [[nodiscard]] static auto task_past_due(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
363
366 [[nodiscard]] static auto user_available() noexcept -> xtd::drawing::image;
370 [[nodiscard]] static auto user_available(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
371
374 [[nodiscard]] static auto user_away() noexcept -> xtd::drawing::image;
378 [[nodiscard]] static auto user_away(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
379
382 [[nodiscard]] static auto user_idle() noexcept -> xtd::drawing::image;
386 [[nodiscard]] static auto user_idle(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
387
390 [[nodiscard]] static auto user_offline() noexcept -> xtd::drawing::image;
394 [[nodiscard]] static auto user_offline(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
395
398 [[nodiscard]] static auto user_trash_full() noexcept -> xtd::drawing::image;
402 [[nodiscard]] static auto user_trash_full(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
403
406 [[nodiscard]] static auto weather_clear() noexcept -> xtd::drawing::image;
410 [[nodiscard]] static auto weather_clear(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
411
414 [[nodiscard]] static auto weather_clear_night() noexcept -> xtd::drawing::image;
418 [[nodiscard]] static auto weather_clear_night(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
419
422 [[nodiscard]] static auto weather_few_clouds() noexcept -> xtd::drawing::image;
426 [[nodiscard]] static auto weather_few_clouds(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
427
430 [[nodiscard]] static auto weather_few_clouds_night() noexcept -> xtd::drawing::image;
434 [[nodiscard]] static auto weather_few_clouds_night(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
435
438 [[nodiscard]] static auto weather_fog() noexcept -> xtd::drawing::image;
442 [[nodiscard]] static auto weather_fog(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
443
446 [[nodiscard]] static auto weather_overcast() noexcept -> xtd::drawing::image;
450 [[nodiscard]] static auto weather_overcast(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
451
454 [[nodiscard]] static auto weather_severe_alert() noexcept -> xtd::drawing::image;
458 [[nodiscard]] static auto weather_severe_alert(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
459
462 [[nodiscard]] static auto weather_showers() noexcept -> xtd::drawing::image;
466 [[nodiscard]] static auto weather_showers(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
467
470 [[nodiscard]] static auto weather_showers_scattered() noexcept -> xtd::drawing::image;
474 [[nodiscard]] static auto weather_showers_scattered(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
475
478 [[nodiscard]] static auto weather_snow() noexcept -> xtd::drawing::image;
482 [[nodiscard]] static auto weather_snow(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
483
486 [[nodiscard]] static auto weather_storm() noexcept -> xtd::drawing::image;
490 [[nodiscard]] static auto weather_storm(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
491
493
495
499 [[nodiscard]] static auto get_images() noexcept -> const xtd::array<xtd::drawing::image>&;
503 [[nodiscard]] static auto get_images(const xtd::drawing::size& size) noexcept -> xtd::array<xtd::drawing::image>;
504
507 [[nodiscard]] static auto get_image_names() noexcept -> const xtd::array<xtd::string>&;
509 };
510 }
511}
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition array.hpp:64
An abstract base class that provides functionality for the bitmap and metafile descended classes.
Definition image.hpp:49
Each property of the xtd::drawing::status_system_images class is an xtd::drawing::image object for Wi...
Definition status_system_images.hpp:27
static auto weather_overcast() noexcept -> xtd::drawing::image
Gets the status system image "weather-overcast".
static auto audio_volume_muted() noexcept -> xtd::drawing::image
Gets the status system image "audio-volume-muted".
static auto mail_signed() noexcept -> xtd::drawing::image
Gets the status system image "mail-signed".
static auto dialog_password() noexcept -> xtd::drawing::image
Gets the status system image "dialog-password".
static auto folder_open() noexcept -> xtd::drawing::image
Gets the status system image "folder-open".
static auto folder_drag_accept() noexcept -> xtd::drawing::image
Gets the status system image "folder-drag-accept".
static auto weather_storm() noexcept -> xtd::drawing::image
Gets the status system image "weather-storm".
static auto audio_volume_high() noexcept -> xtd::drawing::image
Gets the status system image "audio-volume-high".
static auto security_medium() noexcept -> xtd::drawing::image
Gets the status system image "security-medium".
static auto get_images() noexcept -> const xtd::array< xtd::drawing::image > &
Gets an array of images.
static auto audio_volume_medium() noexcept -> xtd::drawing::image
Gets the status system image "audio-volume-medium".
static auto weather_clear() noexcept -> xtd::drawing::image
Gets the status system image "weather-clear".
static auto user_offline() noexcept -> xtd::drawing::image
Gets the status system image "user-offline".
static auto dialog_question() noexcept -> xtd::drawing::image
Gets the status system image "dialog-question".
static auto task_past_due() noexcept -> xtd::drawing::image
Gets the status system image "task-past-due".
static auto weather_showers() noexcept -> xtd::drawing::image
Gets the status system image "weather-showers".
static auto printer_printing() noexcept -> xtd::drawing::image
Gets the status system image "printer-printing".
static auto dialog_error() noexcept -> xtd::drawing::image
Gets the status system image "dialog-error".
static auto network_error() noexcept -> xtd::drawing::image
Gets the status system image "network-error".
static auto get_image_names() noexcept -> const xtd::array< xtd::string > &
Gets an array of image names.
static auto security_high() noexcept -> xtd::drawing::image
Gets the status system image "security-high".
static auto appointment_soon() noexcept -> xtd::drawing::image
Gets the status system image "appointment-soon".
static auto weather_snow() noexcept -> xtd::drawing::image
Gets the status system image "weather-snow".
static auto dialog_information() noexcept -> xtd::drawing::image
Gets the status system image "dialog-information".
static auto battery_low() noexcept -> xtd::drawing::image
Gets the status system image "battery-low".
static auto network_idle() noexcept -> xtd::drawing::image
Gets the status system image "network-idle".
static auto software_update_available() noexcept -> xtd::drawing::image
Gets the status system image "software-update-available".
static auto software_update_urgent() noexcept -> xtd::drawing::image
Gets the status system image "software-update-urgent".
static auto weather_clear_night() noexcept -> xtd::drawing::image
Gets the status system image "weather-clear-night".
static auto appointment_missed() noexcept -> xtd::drawing::image
Gets the status system image "appointment-missed".
static auto weather_showers_scattered() noexcept -> xtd::drawing::image
Gets the status system image "weather-showers-scattered".
static auto network_offline() noexcept -> xtd::drawing::image
Gets the status system image "network-offline".
static auto weather_few_clouds_night() noexcept -> xtd::drawing::image
Gets the status system image "weather-few-clouds-night".
static auto mail_signed_verified() noexcept -> xtd::drawing::image
Gets the status system image "mail-signed-verified".
static auto weather_few_clouds() noexcept -> xtd::drawing::image
Gets the status system image "weather-few-clouds".
static auto task_due() noexcept -> xtd::drawing::image
Gets the status system image "task-due".
static auto image_loading() noexcept -> xtd::drawing::image
Gets the status system image "image-loading".
static auto weather_fog() noexcept -> xtd::drawing::image
Gets the status system image "weather-fog".
static auto network_receive() noexcept -> xtd::drawing::image
Gets the status system image "network-receive".
static auto media_playlist_repeat() noexcept -> xtd::drawing::image
Gets the status system image "media-playlist-repeat".
static auto weather_severe_alert() noexcept -> xtd::drawing::image
Gets the status system image "weather-severe-alert".
static auto printer_error() noexcept -> xtd::drawing::image
Gets the status system image "printer-error".
static auto folder_visiting() noexcept -> xtd::drawing::image
Gets the status system image "folder-visiting".
static auto network_transmit_receive() noexcept -> xtd::drawing::image
Gets the status system image "network-transmit-receive".
static auto audio_volume_low() noexcept -> xtd::drawing::image
Gets the status system image "audio-volume-low".
static auto mail_read() noexcept -> xtd::drawing::image
Gets the status system image "mail-read".
static auto media_playlist_shuffle() noexcept -> xtd::drawing::image
Gets the status system image "media-playlist-shuffle".
static auto battery_caution() noexcept -> xtd::drawing::image
Gets the status system image "battery-caution".
static auto dialog_warning() noexcept -> xtd::drawing::image
Gets the status system image "dialog-warning".
static auto default_size() noexcept -> xtd::drawing::size
Gets system image from specified name.
static auto mail_unread() noexcept -> xtd::drawing::image
Gets the status system image "mail-unread".
static auto image_missing() noexcept -> xtd::drawing::image
Gets the status system image "image-missing".
static auto user_idle() noexcept -> xtd::drawing::image
Gets the status system image "user-idle".
static auto security_low() noexcept -> xtd::drawing::image
Gets the status system image "security-low".
static auto network_transmit() noexcept -> xtd::drawing::image
Gets the status system image "network-transmit".
static auto user_away() noexcept -> xtd::drawing::image
Gets the status system image "user-away".
static auto user_available() noexcept -> xtd::drawing::image
Gets the status system image "user-available".
static auto user_trash_full() noexcept -> xtd::drawing::image
Gets the status system image "user-trash-full".
static auto mail_replied() noexcept -> xtd::drawing::image
Gets the status system image "mail-replied".
static auto mail_attachment() noexcept -> xtd::drawing::image
Gets the status system image "mail-attachment".
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.