xtd 0.2.0
Loading...
Searching...
No Matches
mimetypes_system_images.h
Go to the documentation of this file.
1
4#pragma once
6#include <vector>
7
9namespace xtd {
11 namespace drawing {
29 public:
31
36
39 static xtd::drawing::image application_x_executable() noexcept;
43 static xtd::drawing::image application_x_executable(const xtd::drawing::size& size) noexcept;
44
47 static xtd::drawing::image audio_x_generic() noexcept;
51 static xtd::drawing::image audio_x_generic(const xtd::drawing::size& size) noexcept;
52
55 static xtd::drawing::image font_x_generic() noexcept;
59 static xtd::drawing::image font_x_generic(const xtd::drawing::size& size) noexcept;
60
63 static xtd::drawing::image image_x_generic() noexcept;
67 static xtd::drawing::image image_x_generic(const xtd::drawing::size& size) noexcept;
68
71 static xtd::drawing::image package_x_generic() noexcept;
75 static xtd::drawing::image package_x_generic(const xtd::drawing::size& size) noexcept;
76
79 static xtd::drawing::image text_html() noexcept;
83 static xtd::drawing::image text_html(const xtd::drawing::size& size) noexcept;
84
87 static xtd::drawing::image text_x_generic() noexcept;
91 static xtd::drawing::image text_x_generic(const xtd::drawing::size& size) noexcept;
92
95 static xtd::drawing::image text_x_generic_template() noexcept;
99 static xtd::drawing::image text_x_generic_template(const xtd::drawing::size& size) noexcept;
100
103 static xtd::drawing::image text_x_script() noexcept;
107 static xtd::drawing::image text_x_script(const xtd::drawing::size& size) noexcept;
108
111 static xtd::drawing::image video_x_generic() noexcept;
115 static xtd::drawing::image video_x_generic(const xtd::drawing::size& size) noexcept;
116
119 static xtd::drawing::image x_office_address_book() noexcept;
123 static xtd::drawing::image x_office_address_book(const xtd::drawing::size& size) noexcept;
124
127 static xtd::drawing::image x_office_calendar() noexcept;
131 static xtd::drawing::image x_office_calendar(const xtd::drawing::size& size) noexcept;
132
135 static xtd::drawing::image x_office_contact() noexcept;
139 static xtd::drawing::image x_office_contact(const xtd::drawing::size& size) noexcept;
140
143 static xtd::drawing::image x_office_document() noexcept;
147 static xtd::drawing::image x_office_document(const xtd::drawing::size& size) noexcept;
148
151 static xtd::drawing::image x_office_presentation() noexcept;
155 static xtd::drawing::image x_office_presentation(const xtd::drawing::size& size) noexcept;
156
159 static xtd::drawing::image x_office_spreadsheet() noexcept;
163 static xtd::drawing::image x_office_spreadsheet(const xtd::drawing::size& size) noexcept;
164
166
168
172 static const std::vector<xtd::drawing::image>& get_images() noexcept;
176 static std::vector<xtd::drawing::image> get_images(const xtd::drawing::size& size) noexcept;
177
180 static const std::vector<xtd::string>& get_image_names() noexcept;
182 };
183 }
184}
An abstract base class that provides functionality for the bitmap and metafile descended classes.
Definition image.h:49
static xtd::drawing::size default_size() noexcept
Gets system image from specified name.
Each property of the xtd::drawing::mimetypes_system_images class is an xtd::drawing::image object for...
Definition mimetypes_system_images.h:28
Stores an ordered pair of integers, which specify a height and width.
Definition size.h:31
Represents the base for all system_images clases (xtd::drawing::system_images).
Definition system_images_base.h:32
#define drawing_export_
Define shared library export.
Definition drawing_export.h:13
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Contains xtd::drawing::system_images_base factory.