xtd 1.0.0
Loading...
Searching...
No Matches
emblems_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 emblem_default() noexcept -> xtd::drawing::image;
42 [[nodiscard]] static auto emblem_default(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
43
46 [[nodiscard]] static auto emblem_documents() noexcept -> xtd::drawing::image;
50 [[nodiscard]] static auto emblem_documents(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
51
54 [[nodiscard]] static auto emblem_downloads() noexcept -> xtd::drawing::image;
58 [[nodiscard]] static auto emblem_downloads(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
59
62 [[nodiscard]] static auto emblem_favorite() noexcept -> xtd::drawing::image;
66 [[nodiscard]] static auto emblem_favorite(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
67
70 [[nodiscard]] static auto emblem_important() noexcept -> xtd::drawing::image;
74 [[nodiscard]] static auto emblem_important(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
75
78 [[nodiscard]] static auto emblem_locked() noexcept -> xtd::drawing::image;
82 [[nodiscard]] static auto emblem_locked(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
83
86 [[nodiscard]] static auto emblem_mail() noexcept -> xtd::drawing::image;
90 [[nodiscard]] static auto emblem_mail(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
91
94 [[nodiscard]] static auto emblem_new() noexcept -> xtd::drawing::image;
98 [[nodiscard]] static auto emblem_new(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
99
102 [[nodiscard]] static auto emblem_photos() noexcept -> xtd::drawing::image;
106 [[nodiscard]] static auto emblem_photos(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
107
110 [[nodiscard]] static auto emblem_readonly() noexcept -> xtd::drawing::image;
114 [[nodiscard]] static auto emblem_readonly(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
115
118 [[nodiscard]] static auto emblem_shared() noexcept -> xtd::drawing::image;
122 [[nodiscard]] static auto emblem_shared(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
123
126 [[nodiscard]] static auto emblem_symbolic_link() noexcept -> xtd::drawing::image;
130 [[nodiscard]] static auto emblem_symbolic_link(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
131
134 [[nodiscard]] static auto emblem_synchronizing() noexcept -> xtd::drawing::image;
138 [[nodiscard]] static auto emblem_synchronizing(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
139
142 [[nodiscard]] static auto emblem_system() noexcept -> xtd::drawing::image;
146 [[nodiscard]] static auto emblem_system(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
147
150 [[nodiscard]] static auto emblem_unlocked() noexcept -> xtd::drawing::image;
154 [[nodiscard]] static auto emblem_unlocked(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
155
158 [[nodiscard]] static auto emblem_unreadable() noexcept -> xtd::drawing::image;
162 [[nodiscard]] static auto emblem_unreadable(const xtd::drawing::size& size) noexcept -> xtd::drawing::image;
163
165
167
171 [[nodiscard]] static auto get_images() noexcept -> const xtd::array<xtd::drawing::image>&;
175 [[nodiscard]] static auto get_images(const xtd::drawing::size& size) noexcept -> xtd::array<xtd::drawing::image>;
176
179 [[nodiscard]] static auto get_image_names() noexcept -> const xtd::array<xtd::string>&;
181 };
182 }
183}
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition array.hpp:64
Each property of the xtd::drawing::emblems_system_images class is an xtd::drawing::image object for W...
Definition emblems_system_images.hpp:27
static auto get_image_names() noexcept -> const xtd::array< xtd::string > &
Gets an array of image names.
static auto emblem_system() noexcept -> xtd::drawing::image
Gets the emblems system image "emblem-system".
static auto emblem_downloads() noexcept -> xtd::drawing::image
Gets the emblems system image "emblem-downloads".
static auto emblem_synchronizing() noexcept -> xtd::drawing::image
Gets the emblems system image "emblem-synchronizing".
static auto emblem_unreadable() noexcept -> xtd::drawing::image
Gets the emblems system image "emblem-unreadable".
static auto emblem_readonly() noexcept -> xtd::drawing::image
Gets the emblems system image "emblem-readonly".
static auto emblem_shared() noexcept -> xtd::drawing::image
Gets the emblems system image "emblem-shared".
static auto emblem_photos() noexcept -> xtd::drawing::image
Gets the emblems system image "emblem-photos".
static auto emblem_symbolic_link() noexcept -> xtd::drawing::image
Gets the emblems system image "emblem-symbolic-link".
static auto get_images() noexcept -> const xtd::array< xtd::drawing::image > &
Gets an array of images.
static auto emblem_important() noexcept -> xtd::drawing::image
Gets the emblems system image "emblem-important".
static auto default_size() noexcept -> xtd::drawing::size
Gets system image from specified name.
static auto emblem_new() noexcept -> xtd::drawing::image
Gets the emblems system image "emblem-new".
static auto emblem_favorite() noexcept -> xtd::drawing::image
Gets the emblems system image "emblem-favorite".
static auto emblem_documents() noexcept -> xtd::drawing::image
Gets the emblems system image "emblem-documents".
static auto emblem_mail() noexcept -> xtd::drawing::image
Gets the emblems system image "emblem-mail".
static auto emblem_unlocked() noexcept -> xtd::drawing::image
Gets the emblems system image "emblem-unlocked".
static auto emblem_locked() noexcept -> xtd::drawing::image
Gets the emblems system image "emblem-locked".
static auto emblem_default() noexcept -> xtd::drawing::image
Gets the emblems system image "emblem-default".
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.