xtd 1.0.0
Loading...
Searching...
No Matches
devices_system_images.hpp
Go to the documentation of this file.
1
4#pragma once
6#include <vector>
7
9namespace xtd {
11 namespace drawing {
29 public:
31
35 [[nodiscard]] static auto default_size() noexcept -> xtd::drawing::size;
36
39 [[nodiscard]] static auto audio_card() noexcept -> xtd::drawing::image;
43 [[nodiscard]] static auto audio_card(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
44
47 [[nodiscard]] static auto audio_input_microphone() noexcept -> xtd::drawing::image;
51 [[nodiscard]] static auto audio_input_microphone(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
52
55 [[nodiscard]] static auto battery() noexcept -> xtd::drawing::image;
59 [[nodiscard]] static auto battery(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
60
63 [[nodiscard]] static auto camera_photo() noexcept -> xtd::drawing::image;
67 [[nodiscard]] static auto camera_photo(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
68
71 [[nodiscard]] static auto camera_video() noexcept -> xtd::drawing::image;
75 [[nodiscard]] static auto camera_video(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
76
79 [[nodiscard]] static auto camera_web() noexcept -> xtd::drawing::image;
83 [[nodiscard]] static auto camera_web(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
84
87 [[nodiscard]] static auto computer() noexcept -> xtd::drawing::image;
91 [[nodiscard]] static auto computer(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
92
95 [[nodiscard]] static auto drive_harddisk() noexcept -> xtd::drawing::image;
99 [[nodiscard]] static auto drive_harddisk(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
100
103 [[nodiscard]] static auto drive_optical() noexcept -> xtd::drawing::image;
107 [[nodiscard]] static auto drive_optical(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
108
111 [[nodiscard]] static auto drive_removable_media_usb_pendrive() noexcept -> xtd::drawing::image;
115 [[nodiscard]] static auto drive_removable_media_usb_pendrive(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
116
119 [[nodiscard]] static auto drive_removable_media() noexcept -> xtd::drawing::image;
123 [[nodiscard]] static auto drive_removable_media(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
124
127 [[nodiscard]] static auto input_gaming() noexcept -> xtd::drawing::image;
131 [[nodiscard]] static auto input_gaming(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
132
135 [[nodiscard]] static auto input_keyboard() noexcept -> xtd::drawing::image;
139 [[nodiscard]] static auto input_keyboard(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
140
143 [[nodiscard]] static auto input_mouse() noexcept -> xtd::drawing::image;
147 [[nodiscard]] static auto input_mouse(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
148
151 [[nodiscard]] static auto input_tablet() noexcept -> xtd::drawing::image;
155 [[nodiscard]] static auto input_tablet(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
156
159 [[nodiscard]] static auto media_flash() noexcept -> xtd::drawing::image;
163 [[nodiscard]] static auto media_flash(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
164
167 [[nodiscard]] static auto media_floppy() noexcept -> xtd::drawing::image;
171 [[nodiscard]] static auto media_floppy(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
172
175 [[nodiscard]] static auto media_optical_audio() noexcept -> xtd::drawing::image;
179 [[nodiscard]] static auto media_optical_audio(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
180
183 [[nodiscard]] static auto media_optical_blu_ray() noexcept -> xtd::drawing::image;
187 [[nodiscard]] static auto media_optical_blu_ray(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
188
191 [[nodiscard]] static auto media_optical_data() noexcept -> xtd::drawing::image;
195 [[nodiscard]] static auto media_optical_data(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
196
199 [[nodiscard]] static auto media_optical_dvd_video() noexcept -> xtd::drawing::image;
203 [[nodiscard]] static auto media_optical_dvd_video(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
204
207 [[nodiscard]] static auto media_optical_dvd() noexcept -> xtd::drawing::image;
211 [[nodiscard]] static auto media_optical_dvd(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
212
215 [[nodiscard]] static auto media_optical_mixed_cd() noexcept -> xtd::drawing::image;
219 [[nodiscard]] static auto media_optical_mixed_cd(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
220
223 [[nodiscard]] static auto media_optical_recordable() noexcept -> xtd::drawing::image;
227 [[nodiscard]] static auto media_optical_recordable(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
228
231 [[nodiscard]] static auto media_optical_video() noexcept -> xtd::drawing::image;
235 [[nodiscard]] static auto media_optical_video(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
236
239 [[nodiscard]] static auto media_optical() noexcept -> xtd::drawing::image;
243 [[nodiscard]] static auto media_optical(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
244
247 [[nodiscard]] static auto media_tape() noexcept -> xtd::drawing::image;
251 [[nodiscard]] static auto media_tape(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
252
255 [[nodiscard]] static auto modem() noexcept -> xtd::drawing::image;
259 [[nodiscard]] static auto modem(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
260
263 [[nodiscard]] static auto multimedia_player() noexcept -> xtd::drawing::image;
267 [[nodiscard]] static auto multimedia_player(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
268
271 [[nodiscard]] static auto network_wired() noexcept -> xtd::drawing::image;
275 [[nodiscard]] static auto network_wired(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
276
279 [[nodiscard]] static auto network_wireless() noexcept -> xtd::drawing::image;
283 [[nodiscard]] static auto network_wireless(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
284
287 [[nodiscard]] static auto pda() noexcept -> xtd::drawing::image;
291 [[nodiscard]] static auto pda(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
292
295 [[nodiscard]] static auto phone() noexcept -> xtd::drawing::image;
299 [[nodiscard]] static auto phone(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
300
303 [[nodiscard]] static auto printer() noexcept -> xtd::drawing::image;
307 [[nodiscard]] static auto printer(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
308
311 [[nodiscard]] static auto scanner() noexcept -> xtd::drawing::image;
315 [[nodiscard]] static auto scanner(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
316
319 [[nodiscard]] static auto video_display() noexcept -> xtd::drawing::image;
323 [[nodiscard]] static auto video_display(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
324
326
328
332 [[nodiscard]] static auto get_images() noexcept -> const xtd::array<xtd::drawing::image>&;
336 [[nodiscard]] static auto get_images(const xtd::drawing::size& size) noexcept -> xtd::array<xtd::drawing::image>;
337
340 [[nodiscard]] static auto get_image_names() noexcept -> const xtd::array<xtd::string>&;
342 };
343 }
344}
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition array.hpp:64
Each property of the xtd::drawing::devices_system_images class is an xtd::drawing::image object for W...
Definition devices_system_images.hpp:28
static auto phone() noexcept -> xtd::drawing::image
Gets the devices system image "phone".
static auto media_floppy() noexcept -> xtd::drawing::image
Gets the devices system image "media-floppy".
static auto input_tablet() noexcept -> xtd::drawing::image
Gets the devices system image "input-tablet".
static auto audio_card() noexcept -> xtd::drawing::image
Gets the devices system image "audio-card".
static auto drive_removable_media_usb_pendrive() noexcept -> xtd::drawing::image
Gets the devices system image "drive-removable-media-usb-pendrive".
static auto media_optical_blu_ray() noexcept -> xtd::drawing::image
Gets the devices system image "media-optical-blu-ray".
static auto media_optical() noexcept -> xtd::drawing::image
Gets the devices system image "media-optical".
static auto modem() noexcept -> xtd::drawing::image
Gets the devices system image "modem".
static auto media_optical_video() noexcept -> xtd::drawing::image
Gets the devices system image "media-optical-video".
static auto battery() noexcept -> xtd::drawing::image
Gets the devices system image "battery".
static auto input_keyboard() noexcept -> xtd::drawing::image
Gets the devices system image "input-keyboard".
static auto media_optical_data() noexcept -> xtd::drawing::image
Gets the devices system image "media-optical-data".
static auto drive_optical() noexcept -> xtd::drawing::image
Gets the devices system image "drive-optical".
static auto network_wireless() noexcept -> xtd::drawing::image
Gets the devices system image "network-wireless".
static auto scanner() noexcept -> xtd::drawing::image
Gets the devices system image "scanner".
static auto camera_web() noexcept -> xtd::drawing::image
Gets the devices system image "camera-web".
static auto multimedia_player() noexcept -> xtd::drawing::image
Gets the devices system image "multimedia-player".
static auto drive_removable_media() noexcept -> xtd::drawing::image
Gets the devices system image "drive-removable-media".
static auto get_images() noexcept -> const xtd::array< xtd::drawing::image > &
Gets an array of images.
static auto input_mouse() noexcept -> xtd::drawing::image
Gets the devices system image "input-mouse".
static auto computer() noexcept -> xtd::drawing::image
Gets the devices system image "computer".
static auto pda() noexcept -> xtd::drawing::image
Gets the devices system image "pda".
static auto media_optical_mixed_cd() noexcept -> xtd::drawing::image
Gets the devices system image "media-optical-mixed-cd".
static auto media_optical_dvd() noexcept -> xtd::drawing::image
Gets the devices system image "media-optical-dvd".
static auto drive_harddisk() noexcept -> xtd::drawing::image
Gets the devices system image "drive-harddisk".
static auto get_image_names() noexcept -> const xtd::array< xtd::string > &
Gets an array of image names.
static auto printer() noexcept -> xtd::drawing::image
Gets the devices system image "printer".
static auto media_tape() noexcept -> xtd::drawing::image
Gets the devices system image "media-tape".
static auto media_optical_audio() noexcept -> xtd::drawing::image
Gets the devices system image "media-optical-audio".
static auto media_optical_dvd_video() noexcept -> xtd::drawing::image
Gets the devices system image "media-optical-dvd-video".
static auto camera_video() noexcept -> xtd::drawing::image
Gets the devices system image "camera-video".
static auto camera_photo() noexcept -> xtd::drawing::image
Gets the devices system image "camera-photo".
static auto media_optical_recordable() noexcept -> xtd::drawing::image
Gets the devices system image "media-optical-recordable".
static auto network_wired() noexcept -> xtd::drawing::image
Gets the devices system image "network-wired".
static auto video_display() noexcept -> xtd::drawing::image
Gets the devices system image "video-display".
static auto audio_input_microphone() noexcept -> xtd::drawing::image
Gets the devices system image "audio-input-microphone".
static auto media_flash() noexcept -> xtd::drawing::image
Gets the devices system image "media-flash".
static auto input_gaming() noexcept -> xtd::drawing::image
Gets the devices system image "input-gaming".
static auto default_size() noexcept -> xtd::drawing::size
Gets system image from specified name.
An abstract base class that provides functionality for the bitmap and metafile descended classes.
Definition image.hpp:49
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.