xtd 0.2.0
Loading...
Searching...
No Matches
xtd::drawing::mimetypes_system_images Class Referencefinal
Inheritance diagram for xtd::drawing::mimetypes_system_images:
xtd::drawing::system_images_base

Definition

Each property of the xtd::drawing::mimetypes_system_images class is an xtd::drawing::image object for Windows system-wide images. This class cannot be inherited.

Each property of the xtd::drawing::mimetypes_system_images class is an xtd::drawing::image object for...
Definition mimetypes_system_images.h:28
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
Inheritance
xtd::drawing::system_images_basextd::drawing::mimetypes_system_images
Header
#include <xtd/drawing/mimetypes_system_images>
Namespace
xtd::drawing
Library
xtd.drawing
Remarks
Each property of the images class returns a xtd::drawing::image used to display a Windows system-wide images.

Public Static Properties

static xtd::drawing::size default_size () noexcept
 Gets system image from specified name.
 
static xtd::drawing::image application_x_executable () noexcept
 Gets the mimetypes system image "application-x-executable".
 
static xtd::drawing::image application_x_executable (const xtd::drawing::size &size) noexcept
 Gets the mimetypes system image "application-x-executable" with specified size.
 
static xtd::drawing::image audio_x_generic () noexcept
 Gets the mimetypes system image "audio-x-generic".
 
static xtd::drawing::image audio_x_generic (const xtd::drawing::size &size) noexcept
 Gets the mimetypes system image "audio-x-generic" with specified size.
 
static xtd::drawing::image font_x_generic () noexcept
 Gets the mimetypes system image "font-x-generic".
 
static xtd::drawing::image font_x_generic (const xtd::drawing::size &size) noexcept
 Gets the mimetypes system image "font-x-generic" with specified size.
 
static xtd::drawing::image image_x_generic () noexcept
 Gets the mimetypes system image "image-x-generic".
 
static xtd::drawing::image image_x_generic (const xtd::drawing::size &size) noexcept
 Gets the mimetypes system image "image-x-generic" with specified size.
 
static xtd::drawing::image package_x_generic () noexcept
 Gets the mimetypes system image "package-x-generic".
 
static xtd::drawing::image package_x_generic (const xtd::drawing::size &size) noexcept
 Gets the mimetypes system image "package-x-generic" with specified size.
 
static xtd::drawing::image text_html () noexcept
 Gets the mimetypes system image "text-html".
 
static xtd::drawing::image text_html (const xtd::drawing::size &size) noexcept
 Gets the mimetypes system image "text-html" with specified size.
 
static xtd::drawing::image text_x_generic () noexcept
 Gets the mimetypes system image "text-x-generic".
 
static xtd::drawing::image text_x_generic (const xtd::drawing::size &size) noexcept
 Gets the mimetypes system image "text-x-generic" with specified size.
 
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_template (const xtd::drawing::size &size) noexcept
 Gets the mimetypes system image "text-x-generic-template" with specified size.
 
static xtd::drawing::image text_x_script () noexcept
 Gets the mimetypes system image "text-x-script".
 
static xtd::drawing::image text_x_script (const xtd::drawing::size &size) noexcept
 Gets the mimetypes system image "text-x-script" with specified size.
 
static xtd::drawing::image video_x_generic () noexcept
 Gets the mimetypes system image "video-x-generic".
 
static xtd::drawing::image video_x_generic (const xtd::drawing::size &size) noexcept
 Gets the mimetypes system image "video-x-generic" with specified size.
 
static xtd::drawing::image x_office_address_book () noexcept
 Gets the mimetypes system image "x-office-address-book".
 
static xtd::drawing::image x_office_address_book (const xtd::drawing::size &size) noexcept
 Gets the mimetypes system image "x-office-address-book" with specified size.
 
static xtd::drawing::image x_office_calendar () noexcept
 Gets the mimetypes system image "x-office-calendar".
 
static xtd::drawing::image x_office_calendar (const xtd::drawing::size &size) noexcept
 Gets the mimetypes system image "x-office-calendar" with specified size.
 
static xtd::drawing::image x_office_contact () noexcept
 Gets the mimetypes system image "x-office-contact".
 
static xtd::drawing::image x_office_contact (const xtd::drawing::size &size) noexcept
 Gets the mimetypes system image "x-office-contact" with specified size.
 
static xtd::drawing::image x_office_document () noexcept
 Gets the mimetypes system image "x-office-document".
 
static xtd::drawing::image x_office_document (const xtd::drawing::size &size) noexcept
 Gets the mimetypes system image "x-office-document" with specified size.
 
static xtd::drawing::image x_office_presentation () noexcept
 Gets the mimetypes system image "x-office-presentation".
 
static xtd::drawing::image x_office_presentation (const xtd::drawing::size &size) noexcept
 Gets the mimetypes system image "x-office-presentation" with specified size.
 
static xtd::drawing::image x_office_spreadsheet () noexcept
 Gets the mimetypes system image "x-office-spreadsheet".
 
static xtd::drawing::image x_office_spreadsheet (const xtd::drawing::size &size) noexcept
 Gets the mimetypes system image "x-office-spreadsheet" with specified size.
 

Public Static Methods

static const std::vector< xtd::drawing::image > & get_images () noexcept
 Gets an array of images.
 
static std::vector< xtd::drawing::imageget_images (const xtd::drawing::size &size) noexcept
 Gets an array of images with specified size.
 
static const std::vector< xtd::string > & get_image_names () noexcept
 Gets an array of image names.
 

The documentation for this class was generated from the following file: