xtd 0.2.0
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
36
44
52
60
63 static xtd::drawing::image applications_games() noexcept;
67 static xtd::drawing::image applications_games(const xtd::drawing::size& size) noexcept;
68
76
84
92
95 static xtd::drawing::image applications_office() noexcept;
99 static xtd::drawing::image applications_office(const xtd::drawing::size& size) noexcept;
100
103 static xtd::drawing::image applications_other() noexcept;
107 static xtd::drawing::image applications_other(const xtd::drawing::size& size) noexcept;
108
116
124
132
140
148
156
159 static xtd::drawing::image preferences_other() noexcept;
163 static xtd::drawing::image preferences_other(const xtd::drawing::size& size) noexcept;
164
167 static xtd::drawing::image preferences_system() noexcept;
171 static xtd::drawing::image preferences_system(const xtd::drawing::size& size) noexcept;
172
180
183 static xtd::drawing::image system_help() noexcept;
187 static xtd::drawing::image system_help(const xtd::drawing::size& size) noexcept;
188
190
192
196 static const xtd::array<xtd::drawing::image>& get_images() noexcept;
200 static xtd::array<xtd::drawing::image> get_images(const xtd::drawing::size& size) noexcept;
201
204 static const xtd::array<xtd::string>& get_image_names() noexcept;
206 };
207 }
208}
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition array.hpp:61
Each property of the xtd::drawing::categories_system_images class is an xtd::drawing::image object fo...
Definition categories_system_images.hpp:28
static xtd::drawing::image applications_system() noexcept
Gets the categories system image "applications-system".
static xtd::drawing::image preferences_desktop_peripherals() noexcept
Gets the categories system image "preferences-desktop-peripherals".
static xtd::drawing::image applications_accessories() noexcept
Gets the categories system image "applications-accessories".
static xtd::drawing::image applications_graphics() noexcept
Gets the categories system image "applications-graphics".
static xtd::drawing::image applications_office() noexcept
Gets the categories system image "applications-office".
static xtd::drawing::image preferences_desktop_personal() noexcept
Gets the categories system image "preferences-desktop-personal".
static const xtd::array< xtd::drawing::image > & get_images() noexcept
Gets an array of images.
static xtd::drawing::image applications_science() noexcept
Gets the categories system image "applications-science".
static xtd::drawing::image applications_other() noexcept
Gets the categories system image "applications-other".
static xtd::drawing::image preferences_desktop() noexcept
Gets the categories system image "preferences-desktop".
static xtd::drawing::image applications_utilities() noexcept
Gets the categories system image "applications-utilities".
static xtd::drawing::image applications_internet() noexcept
Gets the categories system image "applications-internet".
static xtd::drawing::image preferences_system() noexcept
Gets the categories system image "preferences-system".
static xtd::drawing::image applications_games() noexcept
Gets the categories system image "applications-games".
static xtd::drawing::image applications_engineering() noexcept
Gets the categories system image "applications-engineering".
static xtd::drawing::image applications_multimedia() noexcept
Gets the categories system image "applications-multimedia".
static xtd::drawing::image applications_development() noexcept
Gets the categories system image "applications-development".
static const xtd::array< xtd::string > & get_image_names() noexcept
Gets an array of image names.
static xtd::drawing::image system_help() noexcept
Gets the categories system image "system-help".
static xtd::drawing::image preferences_other() noexcept
Gets the categories system image "preferences-other".
static xtd::drawing::image preferences_system_network() noexcept
Gets the categories system image "preferences-system-network".
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:31
Contains xtd::drawing::system_images_base factory.