xtd 1.0.0
Loading...
Searching...
No Matches
categories_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 applications_accessories() noexcept -> xtd::drawing::image;
43 [[nodiscard]] static auto applications_accessories(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
44
47 [[nodiscard]] static auto applications_development() noexcept -> xtd::drawing::image;
51 [[nodiscard]] static auto applications_development(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
52
55 [[nodiscard]] static auto applications_engineering() noexcept -> xtd::drawing::image;
59 [[nodiscard]] static auto applications_engineering(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
60
63 [[nodiscard]] static auto applications_games() noexcept -> xtd::drawing::image;
67 [[nodiscard]] static auto applications_games(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
68
71 [[nodiscard]] static auto applications_graphics() noexcept -> xtd::drawing::image;
75 [[nodiscard]] static auto applications_graphics(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
76
79 [[nodiscard]] static auto applications_internet() noexcept -> xtd::drawing::image;
83 [[nodiscard]] static auto applications_internet(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
84
87 [[nodiscard]] static auto applications_multimedia() noexcept -> xtd::drawing::image;
91 [[nodiscard]] static auto applications_multimedia(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
92
95 [[nodiscard]] static auto applications_office() noexcept -> xtd::drawing::image;
99 [[nodiscard]] static auto applications_office(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
100
103 [[nodiscard]] static auto applications_other() noexcept -> xtd::drawing::image;
107 [[nodiscard]] static auto applications_other(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
108
111 [[nodiscard]] static auto applications_science() noexcept -> xtd::drawing::image;
115 [[nodiscard]] static auto applications_science(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
116
119 [[nodiscard]] static auto applications_system() noexcept -> xtd::drawing::image;
123 [[nodiscard]] static auto applications_system(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
124
127 [[nodiscard]] static auto applications_utilities() noexcept -> xtd::drawing::image;
131 [[nodiscard]] static auto applications_utilities(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
132
135 [[nodiscard]] static auto preferences_desktop() noexcept -> xtd::drawing::image;
139 [[nodiscard]] static auto preferences_desktop(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
140
143 [[nodiscard]] static auto preferences_desktop_peripherals() noexcept -> xtd::drawing::image;
147 [[nodiscard]] static auto preferences_desktop_peripherals(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
148
151 [[nodiscard]] static auto preferences_desktop_personal() noexcept -> xtd::drawing::image;
155 [[nodiscard]] static auto preferences_desktop_personal(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
156
159 [[nodiscard]] static auto preferences_other() noexcept -> xtd::drawing::image;
163 [[nodiscard]] static auto preferences_other(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
164
167 [[nodiscard]] static auto preferences_system() noexcept -> xtd::drawing::image;
171 [[nodiscard]] static auto preferences_system(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
172
175 [[nodiscard]] static auto preferences_system_network() noexcept -> xtd::drawing::image;
179 [[nodiscard]] static auto preferences_system_network(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
180
183 [[nodiscard]] static auto system_help() noexcept -> xtd::drawing::image;
187 [[nodiscard]] static auto system_help(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
188
190
192
196 [[nodiscard]] static auto get_images() noexcept -> const xtd::array<xtd::drawing::image>&;
200 [[nodiscard]] static auto get_images(const xtd::drawing::size& size) noexcept -> xtd::array<xtd::drawing::image>;
201
204 [[nodiscard]] static auto get_image_names() noexcept -> const xtd::array<xtd::string>&;
206 };
207 }
208}
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition array.hpp:64
Each property of the xtd::drawing::categories_system_images class is an xtd::drawing::image object fo...
Definition categories_system_images.hpp:28
static auto applications_other() noexcept -> xtd::drawing::image
Gets the categories system image "applications-other".
static auto applications_games() noexcept -> xtd::drawing::image
Gets the categories system image "applications-games".
static auto applications_internet() noexcept -> xtd::drawing::image
Gets the categories system image "applications-internet".
static auto system_help() noexcept -> xtd::drawing::image
Gets the categories system image "system-help".
static auto preferences_system_network() noexcept -> xtd::drawing::image
Gets the categories system image "preferences-system-network".
static auto applications_accessories() noexcept -> xtd::drawing::image
Gets the categories system image "applications-accessories".
static auto get_image_names() noexcept -> const xtd::array< xtd::string > &
Gets an array of image names.
static auto preferences_desktop_personal() noexcept -> xtd::drawing::image
Gets the categories system image "preferences-desktop-personal".
static auto applications_science() noexcept -> xtd::drawing::image
Gets the categories system image "applications-science".
static auto applications_multimedia() noexcept -> xtd::drawing::image
Gets the categories system image "applications-multimedia".
static auto preferences_system() noexcept -> xtd::drawing::image
Gets the categories system image "preferences-system".
static auto applications_office() noexcept -> xtd::drawing::image
Gets the categories system image "applications-office".
static auto applications_graphics() noexcept -> xtd::drawing::image
Gets the categories system image "applications-graphics".
static auto preferences_desktop() noexcept -> xtd::drawing::image
Gets the categories system image "preferences-desktop".
static auto preferences_other() noexcept -> xtd::drawing::image
Gets the categories system image "preferences-other".
static auto applications_system() noexcept -> xtd::drawing::image
Gets the categories system image "applications-system".
static auto applications_development() noexcept -> xtd::drawing::image
Gets the categories system image "applications-development".
static auto preferences_desktop_peripherals() noexcept -> xtd::drawing::image
Gets the categories system image "preferences-desktop-peripherals".
static auto default_size() noexcept -> xtd::drawing::size
Gets system image from specified name.
static auto get_images() noexcept -> const xtd::array< xtd::drawing::image > &
Gets an array of images.
static auto applications_engineering() noexcept -> xtd::drawing::image
Gets the categories system image "applications-engineering".
static auto applications_utilities() noexcept -> xtd::drawing::image
Gets the categories system image "applications-utilities".
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.