xtd 0.2.0
Loading...
Searching...
No Matches
mimetypes_system_images.hpp
Go to the documentation of this file.
1
4#pragma once
6
8namespace xtd {
10 namespace drawing {
28 public:
30
35
43
46 static xtd::drawing::image audio_x_generic() noexcept;
50 static xtd::drawing::image audio_x_generic(const xtd::drawing::size& size) noexcept;
51
54 static xtd::drawing::image font_x_generic() noexcept;
58 static xtd::drawing::image font_x_generic(const xtd::drawing::size& size) noexcept;
59
62 static xtd::drawing::image image_x_generic() noexcept;
66 static xtd::drawing::image image_x_generic(const xtd::drawing::size& size) noexcept;
67
70 static xtd::drawing::image package_x_generic() noexcept;
74 static xtd::drawing::image package_x_generic(const xtd::drawing::size& size) noexcept;
75
78 static xtd::drawing::image text_html() noexcept;
82 static xtd::drawing::image text_html(const xtd::drawing::size& size) noexcept;
83
86 static xtd::drawing::image text_x_generic() noexcept;
90 static xtd::drawing::image text_x_generic(const xtd::drawing::size& size) noexcept;
91
99
102 static xtd::drawing::image text_x_script() noexcept;
106 static xtd::drawing::image text_x_script(const xtd::drawing::size& size) noexcept;
107
110 static xtd::drawing::image video_x_generic() noexcept;
114 static xtd::drawing::image video_x_generic(const xtd::drawing::size& size) noexcept;
115
123
126 static xtd::drawing::image x_office_calendar() noexcept;
130 static xtd::drawing::image x_office_calendar(const xtd::drawing::size& size) noexcept;
131
134 static xtd::drawing::image x_office_contact() noexcept;
138 static xtd::drawing::image x_office_contact(const xtd::drawing::size& size) noexcept;
139
142 static xtd::drawing::image x_office_document() noexcept;
146 static xtd::drawing::image x_office_document(const xtd::drawing::size& size) noexcept;
147
155
163
165
167
171 static const xtd::array<xtd::drawing::image>& get_images() noexcept;
175 static xtd::array<xtd::drawing::image> get_images(const xtd::drawing::size& size) noexcept;
176
179 static const xtd::array<xtd::string>& get_image_names() noexcept;
181 };
182 }
183}
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition array.hpp:64
An abstract base class that provides functionality for the bitmap and metafile descended classes.
Definition image.hpp:49
Each property of the xtd::drawing::mimetypes_system_images class is an xtd::drawing::image object for...
Definition mimetypes_system_images.hpp:27
static xtd::drawing::image x_office_spreadsheet() noexcept
Gets the mimetypes system image "x-office-spreadsheet".
static xtd::drawing::size default_size() noexcept
Gets system image from specified name.
static xtd::drawing::image x_office_contact() noexcept
Gets the mimetypes system image "x-office-contact".
static xtd::drawing::image x_office_presentation() noexcept
Gets the mimetypes system image "x-office-presentation".
static xtd::drawing::image text_x_generic_template() noexcept
Gets the mimetypes system image "text-x-generic-template".
static xtd::drawing::image text_x_generic() noexcept
Gets the mimetypes system image "text-x-generic".
static const xtd::array< xtd::drawing::image > & get_images() noexcept
Gets an array of images.
static xtd::drawing::image application_x_executable() noexcept
Gets the mimetypes system image "application-x-executable".
static xtd::drawing::image video_x_generic() noexcept
Gets the mimetypes system image "video-x-generic".
static xtd::drawing::image font_x_generic() noexcept
Gets the mimetypes system image "font-x-generic".
static xtd::drawing::image x_office_address_book() noexcept
Gets the mimetypes system image "x-office-address-book".
static xtd::drawing::image x_office_document() noexcept
Gets the mimetypes system image "x-office-document".
static xtd::drawing::image text_html() noexcept
Gets the mimetypes system image "text-html".
static xtd::drawing::image x_office_calendar() noexcept
Gets the mimetypes system image "x-office-calendar".
static xtd::drawing::image text_x_script() noexcept
Gets the mimetypes system image "text-x-script".
static xtd::drawing::image package_x_generic() noexcept
Gets the mimetypes system image "package-x-generic".
static const xtd::array< xtd::string > & get_image_names() noexcept
Gets an array of image names.
static xtd::drawing::image image_x_generic() noexcept
Gets the mimetypes system image "image-x-generic".
static xtd::drawing::image audio_x_generic() noexcept
Gets the mimetypes system image "audio-x-generic".
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.