xtd 0.2.0
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
36
39 static xtd::drawing::image audio_card() noexcept;
43 static xtd::drawing::image audio_card(const xtd::drawing::size& size) noexcept;
44
52
55 static xtd::drawing::image battery() noexcept;
59 static xtd::drawing::image battery(const xtd::drawing::size& size) noexcept;
60
63 static xtd::drawing::image camera_photo() noexcept;
67 static xtd::drawing::image camera_photo(const xtd::drawing::size& size) noexcept;
68
71 static xtd::drawing::image camera_video() noexcept;
75 static xtd::drawing::image camera_video(const xtd::drawing::size& size) noexcept;
76
79 static xtd::drawing::image camera_web() noexcept;
83 static xtd::drawing::image camera_web(const xtd::drawing::size& size) noexcept;
84
87 static xtd::drawing::image computer() noexcept;
91 static xtd::drawing::image computer(const xtd::drawing::size& size) noexcept;
92
95 static xtd::drawing::image drive_harddisk() noexcept;
99 static xtd::drawing::image drive_harddisk(const xtd::drawing::size& size) noexcept;
100
103 static xtd::drawing::image drive_optical() noexcept;
107 static xtd::drawing::image drive_optical(const xtd::drawing::size& size) noexcept;
108
116
124
127 static xtd::drawing::image input_gaming() noexcept;
131 static xtd::drawing::image input_gaming(const xtd::drawing::size& size) noexcept;
132
135 static xtd::drawing::image input_keyboard() noexcept;
139 static xtd::drawing::image input_keyboard(const xtd::drawing::size& size) noexcept;
140
143 static xtd::drawing::image input_mouse() noexcept;
147 static xtd::drawing::image input_mouse(const xtd::drawing::size& size) noexcept;
148
151 static xtd::drawing::image input_tablet() noexcept;
155 static xtd::drawing::image input_tablet(const xtd::drawing::size& size) noexcept;
156
159 static xtd::drawing::image media_flash() noexcept;
163 static xtd::drawing::image media_flash(const xtd::drawing::size& size) noexcept;
164
167 static xtd::drawing::image media_floppy() noexcept;
171 static xtd::drawing::image media_floppy(const xtd::drawing::size& size) noexcept;
172
180
188
191 static xtd::drawing::image media_optical_data() noexcept;
195 static xtd::drawing::image media_optical_data(const xtd::drawing::size& size) noexcept;
196
204
207 static xtd::drawing::image media_optical_dvd() noexcept;
211 static xtd::drawing::image media_optical_dvd(const xtd::drawing::size& size) noexcept;
212
220
228
236
239 static xtd::drawing::image media_optical() noexcept;
243 static xtd::drawing::image media_optical(const xtd::drawing::size& size) noexcept;
244
247 static xtd::drawing::image media_tape() noexcept;
251 static xtd::drawing::image media_tape(const xtd::drawing::size& size) noexcept;
252
255 static xtd::drawing::image modem() noexcept;
259 static xtd::drawing::image modem(const xtd::drawing::size& size) noexcept;
260
263 static xtd::drawing::image multimedia_player() noexcept;
267 static xtd::drawing::image multimedia_player(const xtd::drawing::size& size) noexcept;
268
271 static xtd::drawing::image network_wired() noexcept;
275 static xtd::drawing::image network_wired(const xtd::drawing::size& size) noexcept;
276
279 static xtd::drawing::image network_wireless() noexcept;
283 static xtd::drawing::image network_wireless(const xtd::drawing::size& size) noexcept;
284
287 static xtd::drawing::image pda() noexcept;
291 static xtd::drawing::image pda(const xtd::drawing::size& size) noexcept;
292
295 static xtd::drawing::image phone() noexcept;
299 static xtd::drawing::image phone(const xtd::drawing::size& size) noexcept;
300
303 static xtd::drawing::image printer() noexcept;
307 static xtd::drawing::image printer(const xtd::drawing::size& size) noexcept;
308
311 static xtd::drawing::image scanner() noexcept;
315 static xtd::drawing::image scanner(const xtd::drawing::size& size) noexcept;
316
319 static xtd::drawing::image video_display() noexcept;
323 static xtd::drawing::image video_display(const xtd::drawing::size& size) noexcept;
324
326
328
332 static const xtd::array<xtd::drawing::image>& get_images() noexcept;
336 static xtd::array<xtd::drawing::image> get_images(const xtd::drawing::size& size) noexcept;
337
340 static const xtd::array<xtd::string>& get_image_names() noexcept;
342 };
343 }
344}
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition array.hpp:61
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 xtd::drawing::image media_optical() noexcept
Gets the devices system image "media-optical".
static xtd::drawing::image network_wired() noexcept
Gets the devices system image "network-wired".
static xtd::drawing::image media_optical_mixed_cd() noexcept
Gets the devices system image "media-optical-mixed-cd".
static xtd::drawing::image video_display() noexcept
Gets the devices system image "video-display".
static xtd::drawing::image camera_photo() noexcept
Gets the devices system image "camera-photo".
static xtd::drawing::image media_optical_data() noexcept
Gets the devices system image "media-optical-data".
static xtd::drawing::image network_wireless() noexcept
Gets the devices system image "network-wireless".
static xtd::drawing::image input_mouse() noexcept
Gets the devices system image "input-mouse".
static xtd::drawing::image media_optical_dvd_video() noexcept
Gets the devices system image "media-optical-dvd-video".
static xtd::drawing::image camera_video() noexcept
Gets the devices system image "camera-video".
static xtd::drawing::image input_tablet() noexcept
Gets the devices system image "input-tablet".
static xtd::drawing::image battery() noexcept
Gets the devices system image "battery".
static xtd::drawing::image media_optical_recordable() noexcept
Gets the devices system image "media-optical-recordable".
static xtd::drawing::image drive_harddisk() noexcept
Gets the devices system image "drive-harddisk".
static xtd::drawing::image drive_optical() noexcept
Gets the devices system image "drive-optical".
static xtd::drawing::image drive_removable_media_usb_pendrive() noexcept
Gets the devices system image "drive-removable-media-usb-pendrive".
static const xtd::array< xtd::string > & get_image_names() noexcept
Gets an array of image names.
static xtd::drawing::image media_flash() noexcept
Gets the devices system image "media-flash".
static xtd::drawing::image modem() noexcept
Gets the devices system image "modem".
static xtd::drawing::image input_gaming() noexcept
Gets the devices system image "input-gaming".
static xtd::drawing::image media_tape() noexcept
Gets the devices system image "media-tape".
static xtd::drawing::image drive_removable_media() noexcept
Gets the devices system image "drive-removable-media".
static xtd::drawing::image audio_card() noexcept
Gets the devices system image "audio-card".
static xtd::drawing::image input_keyboard() noexcept
Gets the devices system image "input-keyboard".
static xtd::drawing::image multimedia_player() noexcept
Gets the devices system image "multimedia-player".
static xtd::drawing::image media_optical_dvd() noexcept
Gets the devices system image "media-optical-dvd".
static xtd::drawing::image computer() noexcept
Gets the devices system image "computer".
static xtd::drawing::image scanner() noexcept
Gets the devices system image "scanner".
static xtd::drawing::image camera_web() noexcept
Gets the devices system image "camera-web".
static xtd::drawing::image media_optical_blu_ray() noexcept
Gets the devices system image "media-optical-blu-ray".
static xtd::drawing::image media_floppy() noexcept
Gets the devices system image "media-floppy".
static xtd::drawing::image phone() noexcept
Gets the devices system image "phone".
static xtd::drawing::image audio_input_microphone() noexcept
Gets the devices system image "audio-input-microphone".
static xtd::drawing::image media_optical_audio() noexcept
Gets the devices system image "media-optical-audio".
static const xtd::array< xtd::drawing::image > & get_images() noexcept
Gets an array of images.
static xtd::drawing::image pda() noexcept
Gets the devices system image "pda".
static xtd::drawing::image media_optical_video() noexcept
Gets the devices system image "media-optical-video".
static xtd::drawing::image printer() noexcept
Gets the devices system image "printer".
static xtd::drawing::size default_size() noexcept
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.