xtd 1.0.0
Loading...
Searching...
No Matches
emotes_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 face_angel() noexcept -> xtd::drawing::image;
42 [[nodiscard]] static auto face_angel(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
43
46 [[nodiscard]] static auto face_angry() noexcept -> xtd::drawing::image;
50 [[nodiscard]] static auto face_angry(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
51
54 [[nodiscard]] static auto face_cool() noexcept -> xtd::drawing::image;
58 [[nodiscard]] static auto face_cool(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
59
62 [[nodiscard]] static auto face_crying() noexcept -> xtd::drawing::image;
66 [[nodiscard]] static auto face_crying(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
67
70 [[nodiscard]] static auto face_devilish() noexcept -> xtd::drawing::image;
74 [[nodiscard]] static auto face_devilish(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
75
78 [[nodiscard]] static auto face_embarrassed() noexcept -> xtd::drawing::image;
82 [[nodiscard]] static auto face_embarrassed(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
83
86 [[nodiscard]] static auto face_kiss() noexcept -> xtd::drawing::image;
90 [[nodiscard]] static auto face_kiss(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
91
94 [[nodiscard]] static auto face_laugh() noexcept -> xtd::drawing::image;
98 [[nodiscard]] static auto face_laugh(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
99
102 [[nodiscard]] static auto face_monkey() noexcept -> xtd::drawing::image;
106 [[nodiscard]] static auto face_monkey(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
107
110 [[nodiscard]] static auto face_plain() noexcept -> xtd::drawing::image;
114 [[nodiscard]] static auto face_plain(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
115
118 [[nodiscard]] static auto face_raspberry() noexcept -> xtd::drawing::image;
122 [[nodiscard]] static auto face_raspberry(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
123
126 [[nodiscard]] static auto face_sad() noexcept -> xtd::drawing::image;
130 [[nodiscard]] static auto face_sad(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
131
134 [[nodiscard]] static auto face_sick() noexcept -> xtd::drawing::image;
138 [[nodiscard]] static auto face_sick(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
139
142 [[nodiscard]] static auto face_smile() noexcept -> xtd::drawing::image;
146 [[nodiscard]] static auto face_smile(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
147
150 [[nodiscard]] static auto face_smile_big() noexcept -> xtd::drawing::image;
154 [[nodiscard]] static auto face_smile_big(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
155
158 [[nodiscard]] static auto face_smirk() noexcept -> xtd::drawing::image;
162 [[nodiscard]] static auto face_smirk(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
163
166 [[nodiscard]] static auto face_surprise() noexcept -> xtd::drawing::image;
170 [[nodiscard]] static auto face_surprise(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
171
174 [[nodiscard]] static auto face_tired() noexcept -> xtd::drawing::image;
178 [[nodiscard]] static auto face_tired(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
179
182 [[nodiscard]] static auto face_uncertain() noexcept -> xtd::drawing::image;
186 [[nodiscard]] static auto face_uncertain(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
187
190 [[nodiscard]] static auto face_wink() noexcept -> xtd::drawing::image;
194 [[nodiscard]] static auto face_wink(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
195
198 [[nodiscard]] static auto face_worried() noexcept -> xtd::drawing::image;
202 [[nodiscard]] static auto face_worried(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
203
205
207
211 [[nodiscard]] static auto get_images() noexcept -> const xtd::array<xtd::drawing::image>&;
215 [[nodiscard]] static auto get_images(const xtd::drawing::size& size) noexcept -> xtd::array<xtd::drawing::image>;
216
219 [[nodiscard]] static auto get_image_names() noexcept -> const xtd::array<xtd::string>&;
221 };
222 }
223}
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition array.hpp:64
Each property of the xtd::drawing::emotes_system_images class is an xtd::drawing::image object for Wi...
Definition emotes_system_images.hpp:27
static auto face_uncertain() noexcept -> xtd::drawing::image
Gets the emotes system image "face-uncertain".
static auto face_sick() noexcept -> xtd::drawing::image
Gets the emotes system image "face-sick".
static auto face_crying() noexcept -> xtd::drawing::image
Gets the emotes system image "face-crying".
static auto get_image_names() noexcept -> const xtd::array< xtd::string > &
Gets an array of image names.
static auto face_angry() noexcept -> xtd::drawing::image
Gets the emotes system image "face-angry".
static auto default_size() noexcept -> xtd::drawing::size
Gets system image from specified name.
static auto face_monkey() noexcept -> xtd::drawing::image
Gets the emotes system image "face-monkey".
static auto face_worried() noexcept -> xtd::drawing::image
Gets the emotes system image "face-worried".
static auto face_wink() noexcept -> xtd::drawing::image
Gets the emotes system image "face-wink".
static auto face_smirk() noexcept -> xtd::drawing::image
Gets the emotes system image "face-smirk".
static auto face_angel() noexcept -> xtd::drawing::image
Gets the emotes system image "face-angel".
static auto get_images() noexcept -> const xtd::array< xtd::drawing::image > &
Gets an array of images.
static auto face_smile_big() noexcept -> xtd::drawing::image
Gets the emotes system image "face-smile-big".
static auto face_raspberry() noexcept -> xtd::drawing::image
Gets the emotes system image "face-raspberry".
static auto face_plain() noexcept -> xtd::drawing::image
Gets the emotes system image "face-plain".
static auto face_kiss() noexcept -> xtd::drawing::image
Gets the emotes system image "face-kiss".
static auto face_smile() noexcept -> xtd::drawing::image
Gets the emotes system image "face-smile".
static auto face_sad() noexcept -> xtd::drawing::image
Gets the emotes system image "face-sad".
static auto face_laugh() noexcept -> xtd::drawing::image
Gets the emotes system image "face-laugh".
static auto face_cool() noexcept -> xtd::drawing::image
Gets the emotes system image "face-cool".
static auto face_surprise() noexcept -> xtd::drawing::image
Gets the emotes system image "face-surprise".
static auto face_embarrassed() noexcept -> xtd::drawing::image
Gets the emotes system image "face-embarrassed".
static auto face_devilish() noexcept -> xtd::drawing::image
Gets the emotes system image "face-devilish".
static auto face_tired() noexcept -> xtd::drawing::image
Gets the emotes system image "face-tired".
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.