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:26
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::ustring > & get_image_names () noexcept
 Gets an array of image names.
 

Member Function Documentation

◆ application_x_executable() [1/2]

static xtd::drawing::image xtd::drawing::mimetypes_system_images::application_x_executable ( )
staticnoexcept

Gets the mimetypes system image "application-x-executable".

Returns
The xtd::drawing::image "application-x-executable".

◆ application_x_executable() [2/2]

static xtd::drawing::image xtd::drawing::mimetypes_system_images::application_x_executable ( const xtd::drawing::size size)
staticnoexcept

Gets the mimetypes system image "application-x-executable" with specified size.

Parameters
sizeThe mimetypes system image size in pixels.
Returns
The xtd::drawing::image "application-x-executable".

◆ audio_x_generic() [1/2]

static xtd::drawing::image xtd::drawing::mimetypes_system_images::audio_x_generic ( )
staticnoexcept

Gets the mimetypes system image "audio-x-generic".

Returns
The xtd::drawing::image "audio-x-generic".

◆ audio_x_generic() [2/2]

static xtd::drawing::image xtd::drawing::mimetypes_system_images::audio_x_generic ( const xtd::drawing::size size)
staticnoexcept

Gets the mimetypes system image "audio-x-generic" with specified size.

Parameters
sizeThe mimetypes system image size in pixels.
Returns
The xtd::drawing::image "audio-x-generic".

◆ default_size()

static xtd::drawing::size xtd::drawing::mimetypes_system_images::default_size ( )
staticnoexcept

Gets system image from specified name.

Returns
The default size in pixels (32 x 32).

◆ font_x_generic() [1/2]

static xtd::drawing::image xtd::drawing::mimetypes_system_images::font_x_generic ( )
staticnoexcept

Gets the mimetypes system image "font-x-generic".

Returns
The xtd::drawing::image "font-x-generic".

◆ font_x_generic() [2/2]

static xtd::drawing::image xtd::drawing::mimetypes_system_images::font_x_generic ( const xtd::drawing::size size)
staticnoexcept

Gets the mimetypes system image "font-x-generic" with specified size.

Parameters
sizeThe mimetypes system image size in pixels.
Returns
The xtd::drawing::image "font-x-generic".

◆ get_image_names()

static const std::vector< xtd::ustring > & xtd::drawing::mimetypes_system_images::get_image_names ( )
staticnoexcept

Gets an array of image names.

Returns
The array of image names.

◆ get_images() [1/2]

static const std::vector< xtd::drawing::image > & xtd::drawing::mimetypes_system_images::get_images ( )
staticnoexcept

Gets an array of images.

Returns
The array of images.

◆ get_images() [2/2]

static std::vector< xtd::drawing::image > xtd::drawing::mimetypes_system_images::get_images ( const xtd::drawing::size size)
staticnoexcept

Gets an array of images with specified size.

Parameters
sizeThe images size in pixels.
Returns
The array of images.

◆ image_x_generic() [1/2]

static xtd::drawing::image xtd::drawing::mimetypes_system_images::image_x_generic ( )
staticnoexcept

Gets the mimetypes system image "image-x-generic".

Returns
The xtd::drawing::image "image-x-generic".

◆ image_x_generic() [2/2]

static xtd::drawing::image xtd::drawing::mimetypes_system_images::image_x_generic ( const xtd::drawing::size size)
staticnoexcept

Gets the mimetypes system image "image-x-generic" with specified size.

Parameters
sizeThe mimetypes system image size in pixels.
Returns
The xtd::drawing::image "image-x-generic".

◆ package_x_generic() [1/2]

static xtd::drawing::image xtd::drawing::mimetypes_system_images::package_x_generic ( )
staticnoexcept

Gets the mimetypes system image "package-x-generic".

Returns
The xtd::drawing::image "package-x-generic".

◆ package_x_generic() [2/2]

static xtd::drawing::image xtd::drawing::mimetypes_system_images::package_x_generic ( const xtd::drawing::size size)
staticnoexcept

Gets the mimetypes system image "package-x-generic" with specified size.

Parameters
sizeThe mimetypes system image size in pixels.
Returns
The xtd::drawing::image "package-x-generic".

◆ text_html() [1/2]

static xtd::drawing::image xtd::drawing::mimetypes_system_images::text_html ( )
staticnoexcept

Gets the mimetypes system image "text-html".

Returns
The xtd::drawing::image "text-html".

◆ text_html() [2/2]

static xtd::drawing::image xtd::drawing::mimetypes_system_images::text_html ( const xtd::drawing::size size)
staticnoexcept

Gets the mimetypes system image "text-html" with specified size.

Parameters
sizeThe mimetypes system image size in pixels.
Returns
The xtd::drawing::image "text-html".

◆ text_x_generic() [1/2]

static xtd::drawing::image xtd::drawing::mimetypes_system_images::text_x_generic ( )
staticnoexcept

Gets the mimetypes system image "text-x-generic".

Returns
The xtd::drawing::image "text-x-generic".

◆ text_x_generic() [2/2]

static xtd::drawing::image xtd::drawing::mimetypes_system_images::text_x_generic ( const xtd::drawing::size size)
staticnoexcept

Gets the mimetypes system image "text-x-generic" with specified size.

Parameters
sizeThe mimetypes system image size in pixels.
Returns
The xtd::drawing::image "text-x-generic".

◆ text_x_generic_template() [1/2]

static xtd::drawing::image xtd::drawing::mimetypes_system_images::text_x_generic_template ( )
staticnoexcept

Gets the mimetypes system image "text-x-generic-template".

Returns
The xtd::drawing::image "text-x-generic-template".

◆ text_x_generic_template() [2/2]

static xtd::drawing::image xtd::drawing::mimetypes_system_images::text_x_generic_template ( const xtd::drawing::size size)
staticnoexcept

Gets the mimetypes system image "text-x-generic-template" with specified size.

Parameters
sizeThe mimetypes system image size in pixels.
Returns
The xtd::drawing::image "text-x-generic-template".

◆ text_x_script() [1/2]

static xtd::drawing::image xtd::drawing::mimetypes_system_images::text_x_script ( )
staticnoexcept

Gets the mimetypes system image "text-x-script".

Returns
The xtd::drawing::image "text-x-script".

◆ text_x_script() [2/2]

static xtd::drawing::image xtd::drawing::mimetypes_system_images::text_x_script ( const xtd::drawing::size size)
staticnoexcept

Gets the mimetypes system image "text-x-script" with specified size.

Parameters
sizeThe mimetypes system image size in pixels.
Returns
The xtd::drawing::image "text-x-script".

◆ video_x_generic() [1/2]

static xtd::drawing::image xtd::drawing::mimetypes_system_images::video_x_generic ( )
staticnoexcept

Gets the mimetypes system image "video-x-generic".

Returns
The xtd::drawing::image "video-x-generic".

◆ video_x_generic() [2/2]

static xtd::drawing::image xtd::drawing::mimetypes_system_images::video_x_generic ( const xtd::drawing::size size)
staticnoexcept

Gets the mimetypes system image "video-x-generic" with specified size.

Parameters
sizeThe mimetypes system image size in pixels.
Returns
The xtd::drawing::image "video-x-generic".

◆ x_office_address_book() [1/2]

static xtd::drawing::image xtd::drawing::mimetypes_system_images::x_office_address_book ( )
staticnoexcept

Gets the mimetypes system image "x-office-address-book".

Returns
The xtd::drawing::image "x-office-address-book".

◆ x_office_address_book() [2/2]

static xtd::drawing::image xtd::drawing::mimetypes_system_images::x_office_address_book ( const xtd::drawing::size size)
staticnoexcept

Gets the mimetypes system image "x-office-address-book" with specified size.

Parameters
sizeThe mimetypes system image size in pixels.
Returns
The xtd::drawing::image "x-office-address-book".

◆ x_office_calendar() [1/2]

static xtd::drawing::image xtd::drawing::mimetypes_system_images::x_office_calendar ( )
staticnoexcept

Gets the mimetypes system image "x-office-calendar".

Returns
The xtd::drawing::image "x-office-calendar".

◆ x_office_calendar() [2/2]

static xtd::drawing::image xtd::drawing::mimetypes_system_images::x_office_calendar ( const xtd::drawing::size size)
staticnoexcept

Gets the mimetypes system image "x-office-calendar" with specified size.

Parameters
sizeThe mimetypes system image size in pixels.
Returns
The xtd::drawing::image "x-office-calendar".

◆ x_office_contact() [1/2]

static xtd::drawing::image xtd::drawing::mimetypes_system_images::x_office_contact ( )
staticnoexcept

Gets the mimetypes system image "x-office-contact".

Returns
The xtd::drawing::image "x-office-contact".

◆ x_office_contact() [2/2]

static xtd::drawing::image xtd::drawing::mimetypes_system_images::x_office_contact ( const xtd::drawing::size size)
staticnoexcept

Gets the mimetypes system image "x-office-contact" with specified size.

Parameters
sizeThe mimetypes system image size in pixels.
Returns
The xtd::drawing::image "x-office-contact".

◆ x_office_document() [1/2]

static xtd::drawing::image xtd::drawing::mimetypes_system_images::x_office_document ( )
staticnoexcept

Gets the mimetypes system image "x-office-document".

Returns
The xtd::drawing::image "x-office-document".

◆ x_office_document() [2/2]

static xtd::drawing::image xtd::drawing::mimetypes_system_images::x_office_document ( const xtd::drawing::size size)
staticnoexcept

Gets the mimetypes system image "x-office-document" with specified size.

Parameters
sizeThe mimetypes system image size in pixels.
Returns
The xtd::drawing::image "x-office-document".

◆ x_office_presentation() [1/2]

static xtd::drawing::image xtd::drawing::mimetypes_system_images::x_office_presentation ( )
staticnoexcept

Gets the mimetypes system image "x-office-presentation".

Returns
The xtd::drawing::image "x-office-presentation".

◆ x_office_presentation() [2/2]

static xtd::drawing::image xtd::drawing::mimetypes_system_images::x_office_presentation ( const xtd::drawing::size size)
staticnoexcept

Gets the mimetypes system image "x-office-presentation" with specified size.

Parameters
sizeThe mimetypes system image size in pixels.
Returns
The xtd::drawing::image "x-office-presentation".

◆ x_office_spreadsheet() [1/2]

static xtd::drawing::image xtd::drawing::mimetypes_system_images::x_office_spreadsheet ( )
staticnoexcept

Gets the mimetypes system image "x-office-spreadsheet".

Returns
The xtd::drawing::image "x-office-spreadsheet".

◆ x_office_spreadsheet() [2/2]

static xtd::drawing::image xtd::drawing::mimetypes_system_images::x_office_spreadsheet ( const xtd::drawing::size size)
staticnoexcept

Gets the mimetypes system image "x-office-spreadsheet" with specified size.

Parameters
sizeThe mimetypes system image size in pixels.
Returns
The xtd::drawing::image "x-office-spreadsheet".

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