xtd 1.0.0
Loading...
Searching...
No Matches
xtd::forms::tool_bar_images Class Referencefinal
Inheritance diagram for xtd::forms::tool_bar_images:
xtd::static_object

Definition

Provides a tool bar images factories for use by a tool_bar control.

Header
#include <xtd/forms/tool_bar_images>
Namespace
xtd::forms
Library
xtd.forms

Public Static Methods

static auto file_new () -> xtd::drawing::image
 File new image object.
static auto file_new (const xtd::string &theme) -> xtd::drawing::image
 File new image object with specified theme.
static auto file_new (const xtd::drawing::size &size) -> xtd::drawing::image
 File new image object with specified size.
static auto file_new (const xtd::string &theme, const xtd::drawing::size &size) -> xtd::drawing::image
 File new image object with specified theme and size.
static auto file_open () -> xtd::drawing::image
 File open image object.
static auto file_open (const xtd::string &theme) -> xtd::drawing::image
 File open image object with specified theme.
static auto file_open (const xtd::drawing::size &size) -> xtd::drawing::image
 File open image object with specified size.
static auto file_open (const xtd::string &theme, const xtd::drawing::size &size) -> xtd::drawing::image
 File open image object with specified theme and size.
static auto file_save () -> xtd::drawing::image
 File save image object.
static auto file_save (const xtd::string &theme) -> xtd::drawing::image
 File save image object with specified theme.
static auto file_save (const xtd::drawing::size &size) -> xtd::drawing::image
 File save image object with specified size.
static auto file_save (const xtd::string &theme, const xtd::drawing::size &size) -> xtd::drawing::image
 File save image object with specified theme and size.
static auto file_save_as () -> xtd::drawing::image
 File save as image object.
static auto file_save_as (const xtd::string &theme) -> xtd::drawing::image
 File save as image object with specified theme.
static auto file_save_as (const xtd::drawing::size &size) -> xtd::drawing::image
 File save as image object with specified size.
static auto file_save_as (const xtd::string &theme, const xtd::drawing::size &size) -> xtd::drawing::image
 File save as image object with specified theme and size.
static auto file_print () -> xtd::drawing::image
 File print image object.
static auto file_print (const xtd::string &theme) -> xtd::drawing::image
 File print image object with specified theme.
static auto file_print (const xtd::drawing::size &size) -> xtd::drawing::image
 File print image object with specified size.
static auto file_print (const xtd::string &theme, const xtd::drawing::size &size) -> xtd::drawing::image
 File print image object with specified theme and size.
static auto file_print_preview () -> xtd::drawing::image
 File print preview image object.
static auto file_print_preview (const xtd::string &theme) -> xtd::drawing::image
 File print preview image object with specified theme.
static auto file_print_preview (const xtd::drawing::size &size) -> xtd::drawing::image
 File print preview image object with specified size.
static auto file_print_preview (const xtd::string &theme, const xtd::drawing::size &size) -> xtd::drawing::image
 File print preview image object with specified theme and size.
static auto file_page_setup () -> xtd::drawing::image
 File page setup image object.
static auto file_page_setup (const xtd::string &theme) -> xtd::drawing::image
 File page setup image object with specified theme.
static auto file_page_setup (const xtd::drawing::size &size) -> xtd::drawing::image
 File page setup image object with specified size.
static auto file_page_setup (const xtd::string &theme, const xtd::drawing::size &size) -> xtd::drawing::image
 File page setup image object with specified theme and size.
static auto file_exit () -> xtd::drawing::image
 File exit image object.
static auto file_exit (const xtd::string &theme) -> xtd::drawing::image
 File exit image object with specified theme.
static auto file_exit (const xtd::drawing::size &size) -> xtd::drawing::image
 File exit image object with specified size.
static auto file_exit (const xtd::string &theme, const xtd::drawing::size &size) -> xtd::drawing::image
 File exit image object with specified theme and size.
static auto edit_undo () -> xtd::drawing::image
 Edit undo image object.
static auto edit_undo (const xtd::string &theme) -> xtd::drawing::image
 Edit undo image object with specified theme.
static auto edit_undo (const xtd::drawing::size &size) -> xtd::drawing::image
 Edit undoEdit undo image object with specified size.
static auto edit_undo (const xtd::string &theme, const xtd::drawing::size &size) -> xtd::drawing::image
 Edit undo image object with specified theme and size.
static auto edit_redo () -> xtd::drawing::image
 Edit undo image object.
static auto edit_redo (const xtd::string &theme) -> xtd::drawing::image
 Edit undo image object with specified theme.
static auto edit_redo (const xtd::drawing::size &size) -> xtd::drawing::image
 Edit undo image object with specified size.
static auto edit_redo (const xtd::string &theme, const xtd::drawing::size &size) -> xtd::drawing::image
 Edit undo image object with specified theme and size.
static auto edit_cut () -> xtd::drawing::image
 Edit cut image object.
static auto edit_cut (const xtd::string &theme) -> xtd::drawing::image
 Edit cut image object with specified theme.
static auto edit_cut (const xtd::drawing::size &size) -> xtd::drawing::image
 Edit cut image object with specified size.
static auto edit_cut (const xtd::string &theme, const xtd::drawing::size &size) -> xtd::drawing::image
 Edit cut image object with specified theme and size.
static auto edit_copy () -> xtd::drawing::image
 Edit copy image object.
static auto edit_copy (const xtd::string &theme) -> xtd::drawing::image
 Edit copy image object with specified theme.
static auto edit_copy (const xtd::drawing::size &size) -> xtd::drawing::image
 Edit copy image object with specified size.
static auto edit_copy (const xtd::string &theme, const xtd::drawing::size &size) -> xtd::drawing::image
 Edit copy image object with specified theme and size.
static auto edit_paste () -> xtd::drawing::image
 Edit paste image object.
static auto edit_paste (const xtd::string &theme) -> xtd::drawing::image
 Edit paste image object with specified theme.
static auto edit_paste (const xtd::drawing::size &size) -> xtd::drawing::image
 Edit paste image object with specified size.
static auto edit_paste (const xtd::string &theme, const xtd::drawing::size &size) -> xtd::drawing::image
 Edit paste image object with specified theme and size.
static auto view_back () -> xtd::drawing::image
 View back image object.
static auto view_back (const xtd::string &theme) -> xtd::drawing::image
 View back image object with specified theme.
static auto view_back (const xtd::drawing::size &size) -> xtd::drawing::image
 View back image object with specified size.
static auto view_back (const xtd::string &theme, const xtd::drawing::size &size) -> xtd::drawing::image
 View back image object with specified theme and size.
static auto view_forward () -> xtd::drawing::image
 View forward image object.
static auto view_forward (const xtd::string &theme) -> xtd::drawing::image
 View forward image object with specified theme.
static auto view_forward (const xtd::drawing::size &size) -> xtd::drawing::image
 View forward image object with specified size.
static auto view_forward (const xtd::string &theme, const xtd::drawing::size &size) -> xtd::drawing::image
 View forward image object with specified theme and size.
static auto help () -> xtd::drawing::image
 Help about image object.
static auto help (const xtd::string &theme) -> xtd::drawing::image
 Help about image object with specified theme.
static auto help (const xtd::drawing::size &size) -> xtd::drawing::image
 Help about image object with specified size.
static auto help (const xtd::string &theme, const xtd::drawing::size &size) -> xtd::drawing::image
 Help about image object with specified theme and size.
static auto help_about () -> xtd::drawing::image
 Help about image object.
static auto help_about (const xtd::string &theme) -> xtd::drawing::image
 Help about image object with specified theme.
static auto help_about (const xtd::drawing::size &size) -> xtd::drawing::image
 Help about image object with specified size.
static auto help_about (const xtd::string &theme, const xtd::drawing::size &size) -> xtd::drawing::image
 Help about image object with specified theme and size.
static auto size () -> xtd::drawing::size
 Gets the height and width of the menu images.
static auto from_name (const xtd::string &name) -> xtd::drawing::image
 Gets image object with specified name.
static auto from_name (const xtd::string &theme, const xtd::string &name) -> xtd::drawing::image
 Gets image object with specified theme and name.
static auto from_name (const xtd::string &name, const xtd::drawing::size &size) -> xtd::drawing::image
 Gets image object with specified name and size.
static auto from_name (const xtd::string &theme, const xtd::string &name, const xtd::drawing::size &size) -> xtd::drawing::image
 Gets image object with specified theme, name and size.

Member Function Documentation

◆ file_new() [1/4]

auto xtd::forms::tool_bar_images::file_new ( ) -> xtd::drawing::image
staticnodiscard

File new image object.

Returns
A xtd::drawing::image that represent "document-new".

◆ file_new() [2/4]

auto xtd::forms::tool_bar_images::file_new ( const xtd::string & theme) -> xtd::drawing::image
staticnodiscard

File new image object with specified theme.

Parameters
themeA string that represent a theme
Returns
A xtd::drawing::image that represent "document-new".

◆ file_new() [3/4]

auto xtd::forms::tool_bar_images::file_new ( const xtd::drawing::size & size) -> xtd::drawing::image
staticnodiscard

File new image object with specified size.

Parameters
sizeA xtd::drawing::size size for the image
Returns
A xtd::drawing::image that represent "document-new".

◆ file_new() [4/4]

auto xtd::forms::tool_bar_images::file_new ( const xtd::string & theme,
const xtd::drawing::size & size ) -> xtd::drawing::image
staticnodiscard

File new image object with specified theme and size.

Parameters
themeA string that represent a theme
sizeA xtd::drawing::size size for the image
Returns
A xtd::drawing::image that represent "document-new".

◆ file_open() [1/4]

auto xtd::forms::tool_bar_images::file_open ( ) -> xtd::drawing::image
staticnodiscard

File open image object.

Returns
A xtd::drawing::image that represent "document-open".

◆ file_open() [2/4]

auto xtd::forms::tool_bar_images::file_open ( const xtd::string & theme) -> xtd::drawing::image
staticnodiscard

File open image object with specified theme.

Parameters
themeA string that represent a theme
Returns
A xtd::drawing::image that represent "document-open".

◆ file_open() [3/4]

auto xtd::forms::tool_bar_images::file_open ( const xtd::drawing::size & size) -> xtd::drawing::image
staticnodiscard

File open image object with specified size.

Parameters
sizeA xtd::drawing::size size for the image
Returns
A xtd::drawing::image that represent "document-open".

◆ file_open() [4/4]

auto xtd::forms::tool_bar_images::file_open ( const xtd::string & theme,
const xtd::drawing::size & size ) -> xtd::drawing::image
staticnodiscard

File open image object with specified theme and size.

Parameters
themeA string that represent a theme
sizeA xtd::drawing::size size for the image
Returns
A xtd::drawing::image that represent "document-open".

◆ file_save() [1/4]

auto xtd::forms::tool_bar_images::file_save ( ) -> xtd::drawing::image
staticnodiscard

File save image object.

Returns
A xtd::drawing::image that represent "document-save".

◆ file_save() [2/4]

auto xtd::forms::tool_bar_images::file_save ( const xtd::string & theme) -> xtd::drawing::image
staticnodiscard

File save image object with specified theme.

Parameters
themeA string that represent a theme
Returns
A xtd::drawing::image that represent "document-save".

◆ file_save() [3/4]

auto xtd::forms::tool_bar_images::file_save ( const xtd::drawing::size & size) -> xtd::drawing::image
staticnodiscard

File save image object with specified size.

Parameters
sizeA xtd::drawing::size size for the image
Returns
A xtd::drawing::image that represent "document-save".

◆ file_save() [4/4]

auto xtd::forms::tool_bar_images::file_save ( const xtd::string & theme,
const xtd::drawing::size & size ) -> xtd::drawing::image
staticnodiscard

File save image object with specified theme and size.

Parameters
themeA string that represent a theme
sizeA xtd::drawing::size size for the image
Returns
A xtd::drawing::image that represent "document-save".

◆ file_save_as() [1/4]

auto xtd::forms::tool_bar_images::file_save_as ( ) -> xtd::drawing::image
staticnodiscard

File save as image object.

Returns
A xtd::drawing::image that represent "document-save-as".

◆ file_save_as() [2/4]

auto xtd::forms::tool_bar_images::file_save_as ( const xtd::string & theme) -> xtd::drawing::image
staticnodiscard

File save as image object with specified theme.

Parameters
themeA string that represent a theme
Returns
A xtd::drawing::image that represent "document-save-as".

◆ file_save_as() [3/4]

auto xtd::forms::tool_bar_images::file_save_as ( const xtd::drawing::size & size) -> xtd::drawing::image
staticnodiscard

File save as image object with specified size.

Parameters
sizeA xtd::drawing::size size for the image
Returns
A xtd::drawing::image that represent "document-save-as".

◆ file_save_as() [4/4]

auto xtd::forms::tool_bar_images::file_save_as ( const xtd::string & theme,
const xtd::drawing::size & size ) -> xtd::drawing::image
staticnodiscard

File save as image object with specified theme and size.

Parameters
themeA string that represent a theme
sizeA xtd::drawing::size size for the image
Returns
A xtd::drawing::image that represent "document-save-as".

◆ file_print() [1/4]

auto xtd::forms::tool_bar_images::file_print ( ) -> xtd::drawing::image
staticnodiscard

File print image object.

Returns
A xtd::drawing::image that represent "document-print".

◆ file_print() [2/4]

auto xtd::forms::tool_bar_images::file_print ( const xtd::string & theme) -> xtd::drawing::image
staticnodiscard

File print image object with specified theme.

Parameters
themeA string that represent a theme
Returns
A xtd::drawing::image that represent "document-print".

◆ file_print() [3/4]

auto xtd::forms::tool_bar_images::file_print ( const xtd::drawing::size & size) -> xtd::drawing::image
staticnodiscard

File print image object with specified size.

Parameters
sizeA xtd::drawing::size size for the image
Returns
A xtd::drawing::image that represent "document-print".

◆ file_print() [4/4]

auto xtd::forms::tool_bar_images::file_print ( const xtd::string & theme,
const xtd::drawing::size & size ) -> xtd::drawing::image
staticnodiscard

File print image object with specified theme and size.

Parameters
themeA string that represent a theme
sizeA xtd::drawing::size size for the image
Returns
A xtd::drawing::image that represent "document-print".

◆ file_print_preview() [1/4]

auto xtd::forms::tool_bar_images::file_print_preview ( ) -> xtd::drawing::image
staticnodiscard

File print preview image object.

Returns
A xtd::drawing::image that represent "document-print-preview".

◆ file_print_preview() [2/4]

auto xtd::forms::tool_bar_images::file_print_preview ( const xtd::string & theme) -> xtd::drawing::image
staticnodiscard

File print preview image object with specified theme.

Parameters
themeA string that represent a theme
Returns
A xtd::drawing::image that represent "document-print-preview".

◆ file_print_preview() [3/4]

auto xtd::forms::tool_bar_images::file_print_preview ( const xtd::drawing::size & size) -> xtd::drawing::image
staticnodiscard

File print preview image object with specified size.

Parameters
sizeA xtd::drawing::size size for the image
Returns
A xtd::drawing::image that represent "document-print-preview".

◆ file_print_preview() [4/4]

auto xtd::forms::tool_bar_images::file_print_preview ( const xtd::string & theme,
const xtd::drawing::size & size ) -> xtd::drawing::image
staticnodiscard

File print preview image object with specified theme and size.

Parameters
themeA string that represent a theme
sizeA xtd::drawing::size size for the image
Returns
A xtd::drawing::image that represent "document-print-preview".

◆ file_page_setup() [1/4]

auto xtd::forms::tool_bar_images::file_page_setup ( ) -> xtd::drawing::image
staticnodiscard

File page setup image object.

Returns
A xtd::drawing::image that represent "document-page-setup".

◆ file_page_setup() [2/4]

auto xtd::forms::tool_bar_images::file_page_setup ( const xtd::string & theme) -> xtd::drawing::image
staticnodiscard

File page setup image object with specified theme.

Parameters
themeA string that represent a theme
Returns
A xtd::drawing::image that represent "document-page-setup".

◆ file_page_setup() [3/4]

auto xtd::forms::tool_bar_images::file_page_setup ( const xtd::drawing::size & size) -> xtd::drawing::image
staticnodiscard

File page setup image object with specified size.

Parameters
sizeA xtd::drawing::size size for the image
Returns
A xtd::drawing::image that represent "document-page-setup".

◆ file_page_setup() [4/4]

auto xtd::forms::tool_bar_images::file_page_setup ( const xtd::string & theme,
const xtd::drawing::size & size ) -> xtd::drawing::image
staticnodiscard

File page setup image object with specified theme and size.

Parameters
themeA string that represent a theme
sizeA xtd::drawing::size size for the image
Returns
A xtd::drawing::image that represent "document-page-setup".

◆ file_exit() [1/4]

auto xtd::forms::tool_bar_images::file_exit ( ) -> xtd::drawing::image
staticnodiscard

File exit image object.

Returns
A xtd::drawing::image that represent "application-exit".

◆ file_exit() [2/4]

auto xtd::forms::tool_bar_images::file_exit ( const xtd::string & theme) -> xtd::drawing::image
staticnodiscard

File exit image object with specified theme.

Parameters
themeA string that represent a theme
Returns
A xtd::drawing::image that represent "application-exit".

◆ file_exit() [3/4]

auto xtd::forms::tool_bar_images::file_exit ( const xtd::drawing::size & size) -> xtd::drawing::image
staticnodiscard

File exit image object with specified size.

Parameters
sizeA xtd::drawing::size size for the image
Returns
A xtd::drawing::image that represent "application-exit".

◆ file_exit() [4/4]

auto xtd::forms::tool_bar_images::file_exit ( const xtd::string & theme,
const xtd::drawing::size & size ) -> xtd::drawing::image
staticnodiscard

File exit image object with specified theme and size.

Parameters
themeA string that represent a theme
sizeA xtd::drawing::size size for the image
Returns
A xtd::drawing::image that represent "application-exit".

◆ edit_undo() [1/4]

auto xtd::forms::tool_bar_images::edit_undo ( ) -> xtd::drawing::image
staticnodiscard

Edit undo image object.

Returns
A xtd::drawing::image that represent "edit-undo".

◆ edit_undo() [2/4]

auto xtd::forms::tool_bar_images::edit_undo ( const xtd::string & theme) -> xtd::drawing::image
staticnodiscard

Edit undo image object with specified theme.

Parameters
themeA string that represent a theme
Returns
A xtd::drawing::image that represent "edit-undo".

◆ edit_undo() [3/4]

auto xtd::forms::tool_bar_images::edit_undo ( const xtd::drawing::size & size) -> xtd::drawing::image
staticnodiscard

Edit undoEdit undo image object with specified size.

Parameters
sizeA xtd::drawing::size size for the image
Returns
A xtd::drawing::image that represent "edit-undo".

◆ edit_undo() [4/4]

auto xtd::forms::tool_bar_images::edit_undo ( const xtd::string & theme,
const xtd::drawing::size & size ) -> xtd::drawing::image
staticnodiscard

Edit undo image object with specified theme and size.

Parameters
themeA string that represent a theme
sizeA xtd::drawing::size size for the image
Returns
A xtd::drawing::image that represent "edit-undo".

◆ edit_redo() [1/4]

auto xtd::forms::tool_bar_images::edit_redo ( ) -> xtd::drawing::image
staticnodiscard

Edit undo image object.

Returns
A xtd::drawing::image that represent "edit-redo".

◆ edit_redo() [2/4]

auto xtd::forms::tool_bar_images::edit_redo ( const xtd::string & theme) -> xtd::drawing::image
staticnodiscard

Edit undo image object with specified theme.

Parameters
themeA string that represent a theme
Returns
A xtd::drawing::image that represent "edit-redo".

◆ edit_redo() [3/4]

auto xtd::forms::tool_bar_images::edit_redo ( const xtd::drawing::size & size) -> xtd::drawing::image
staticnodiscard

Edit undo image object with specified size.

Parameters
sizeA xtd::drawing::size size for the image
Returns
A xtd::drawing::image that represent "edit-redo".

◆ edit_redo() [4/4]

auto xtd::forms::tool_bar_images::edit_redo ( const xtd::string & theme,
const xtd::drawing::size & size ) -> xtd::drawing::image
staticnodiscard

Edit undo image object with specified theme and size.

Parameters
themeA string that represent a theme
sizeA xtd::drawing::size size for the image
Returns
A xtd::drawing::image that represent "edit-redo" "edit-redo".

◆ edit_cut() [1/4]

auto xtd::forms::tool_bar_images::edit_cut ( ) -> xtd::drawing::image
staticnodiscard

Edit cut image object.

Returns
A xtd::drawing::image that represent "edit-cut".

◆ edit_cut() [2/4]

auto xtd::forms::tool_bar_images::edit_cut ( const xtd::string & theme) -> xtd::drawing::image
staticnodiscard

Edit cut image object with specified theme.

Parameters
themeA string that represent a theme
Returns
A xtd::drawing::image that represent "edit-cut".

◆ edit_cut() [3/4]

auto xtd::forms::tool_bar_images::edit_cut ( const xtd::drawing::size & size) -> xtd::drawing::image
staticnodiscard

Edit cut image object with specified size.

Parameters
sizeA xtd::drawing::size size for the image
Returns
A xtd::drawing::image that represent "edit-cut".

◆ edit_cut() [4/4]

auto xtd::forms::tool_bar_images::edit_cut ( const xtd::string & theme,
const xtd::drawing::size & size ) -> xtd::drawing::image
staticnodiscard

Edit cut image object with specified theme and size.

Parameters
themeA string that represent a theme
sizeA xtd::drawing::size size for the image
Returns
A xtd::drawing::image that represent "edit-cut".

◆ edit_copy() [1/4]

auto xtd::forms::tool_bar_images::edit_copy ( ) -> xtd::drawing::image
staticnodiscard

Edit copy image object.

Returns
A xtd::drawing::image that represent "edit-copy".

◆ edit_copy() [2/4]

auto xtd::forms::tool_bar_images::edit_copy ( const xtd::string & theme) -> xtd::drawing::image
staticnodiscard

Edit copy image object with specified theme.

Parameters
themeA string that represent a theme
Returns
A xtd::drawing::image that represent "edit-copy".

◆ edit_copy() [3/4]

auto xtd::forms::tool_bar_images::edit_copy ( const xtd::drawing::size & size) -> xtd::drawing::image
staticnodiscard

Edit copy image object with specified size.

Parameters
sizeA xtd::drawing::size size for the image
Returns
A xtd::drawing::image that represent "edit-copy".

◆ edit_copy() [4/4]

auto xtd::forms::tool_bar_images::edit_copy ( const xtd::string & theme,
const xtd::drawing::size & size ) -> xtd::drawing::image
staticnodiscard

Edit copy image object with specified theme and size.

Parameters
themeA string that represent a theme
sizeA xtd::drawing::size size for the image
Returns
A xtd::drawing::image that represent "edit-copy".

◆ edit_paste() [1/4]

auto xtd::forms::tool_bar_images::edit_paste ( ) -> xtd::drawing::image
staticnodiscard

Edit paste image object.

Returns
A xtd::drawing::image that represent "edit-paste".

◆ edit_paste() [2/4]

auto xtd::forms::tool_bar_images::edit_paste ( const xtd::string & theme) -> xtd::drawing::image
staticnodiscard

Edit paste image object with specified theme.

Parameters
themeA string that represent a theme
Returns
A xtd::drawing::image that represent "edit-paste".

◆ edit_paste() [3/4]

auto xtd::forms::tool_bar_images::edit_paste ( const xtd::drawing::size & size) -> xtd::drawing::image
staticnodiscard

Edit paste image object with specified size.

Parameters
sizeA xtd::drawing::size size for the image
Returns
A xtd::drawing::image that represent "edit-paste".

◆ edit_paste() [4/4]

auto xtd::forms::tool_bar_images::edit_paste ( const xtd::string & theme,
const xtd::drawing::size & size ) -> xtd::drawing::image
staticnodiscard

Edit paste image object with specified theme and size.

Parameters
themeA string that represent a theme
sizeA xtd::drawing::size size for the image
Returns
A xtd::drawing::image that represent "edit-paste".

◆ view_back() [1/4]

auto xtd::forms::tool_bar_images::view_back ( ) -> xtd::drawing::image
staticnodiscard

View back image object.

Returns
A xtd::drawing::image that represent "go-previous".

◆ view_back() [2/4]

auto xtd::forms::tool_bar_images::view_back ( const xtd::string & theme) -> xtd::drawing::image
staticnodiscard

View back image object with specified theme.

Parameters
themeA string that represent a theme
Returns
A xtd::drawing::image that represent "go-previous".

◆ view_back() [3/4]

auto xtd::forms::tool_bar_images::view_back ( const xtd::drawing::size & size) -> xtd::drawing::image
staticnodiscard

View back image object with specified size.

Parameters
sizeA xtd::drawing::size size for the image
Returns
A xtd::drawing::image that represent "go-previous".

◆ view_back() [4/4]

auto xtd::forms::tool_bar_images::view_back ( const xtd::string & theme,
const xtd::drawing::size & size ) -> xtd::drawing::image
staticnodiscard

View back image object with specified theme and size.

Parameters
themeA string that represent a theme
sizeA xtd::drawing::size size for the image
Returns
A xtd::drawing::image that represent "go-previous".

◆ view_forward() [1/4]

auto xtd::forms::tool_bar_images::view_forward ( ) -> xtd::drawing::image
staticnodiscard

View forward image object.

Returns
A xtd::drawing::image that represent "go-next".

◆ view_forward() [2/4]

auto xtd::forms::tool_bar_images::view_forward ( const xtd::string & theme) -> xtd::drawing::image
staticnodiscard

View forward image object with specified theme.

Parameters
themeA string that represent a theme
Returns
A xtd::drawing::image that represent "go-next".

◆ view_forward() [3/4]

auto xtd::forms::tool_bar_images::view_forward ( const xtd::drawing::size & size) -> xtd::drawing::image
staticnodiscard

View forward image object with specified size.

Parameters
sizeA xtd::drawing::size size for the image
Returns
A xtd::drawing::image that represent "go-next".

◆ view_forward() [4/4]

auto xtd::forms::tool_bar_images::view_forward ( const xtd::string & theme,
const xtd::drawing::size & size ) -> xtd::drawing::image
staticnodiscard

View forward image object with specified theme and size.

Parameters
themeA string that represent a theme
sizeA xtd::drawing::size size for the image
Returns
A xtd::drawing::image that represent "go-next".

◆ help() [1/4]

auto xtd::forms::tool_bar_images::help ( ) -> xtd::drawing::image
staticnodiscard

Help about image object.

Returns
A xtd::drawing::image that represent "help-about".

◆ help() [2/4]

auto xtd::forms::tool_bar_images::help ( const xtd::string & theme) -> xtd::drawing::image
staticnodiscard

Help about image object with specified theme.

Parameters
themeA string that represent a theme
Returns
A xtd::drawing::image that represent "help-about".

◆ help() [3/4]

auto xtd::forms::tool_bar_images::help ( const xtd::drawing::size & size) -> xtd::drawing::image
staticnodiscard

Help about image object with specified size.

Parameters
sizeA xtd::drawing::size size for the image
Returns
A xtd::drawing::image that represent "help-about".

◆ help() [4/4]

auto xtd::forms::tool_bar_images::help ( const xtd::string & theme,
const xtd::drawing::size & size ) -> xtd::drawing::image
staticnodiscard

Help about image object with specified theme and size.

Parameters
themeA string that represent a theme
sizeA xtd::drawing::size size for the image
Returns
A xtd::drawing::image that represent "help-about".

◆ help_about() [1/4]

auto xtd::forms::tool_bar_images::help_about ( ) -> xtd::drawing::image
staticnodiscard

Help about image object.

Returns
A xtd::drawing::image that represent "help-about".

◆ help_about() [2/4]

auto xtd::forms::tool_bar_images::help_about ( const xtd::string & theme) -> xtd::drawing::image
staticnodiscard

Help about image object with specified theme.

Parameters
themeA string that represent a theme
Returns
A xtd::drawing::image that represent "help-about".

◆ help_about() [3/4]

auto xtd::forms::tool_bar_images::help_about ( const xtd::drawing::size & size) -> xtd::drawing::image
staticnodiscard

Help about image object with specified size.

Parameters
sizeA xtd::drawing::size size for the image
Returns
A xtd::drawing::image that represent "help-about".

◆ help_about() [4/4]

auto xtd::forms::tool_bar_images::help_about ( const xtd::string & theme,
const xtd::drawing::size & size ) -> xtd::drawing::image
staticnodiscard

Help about image object with specified theme and size.

Parameters
themeA string that represent a theme
sizeA xtd::drawing::size size for the image
Returns
A xtd::drawing::image that represent "help-about".

◆ size()

auto xtd::forms::tool_bar_images::size ( ) -> xtd::drawing::size
staticnodiscard

Gets the height and width of the menu images.

Returns
The size that represents the height and width of the menu images in pixels (16 x 16).

◆ from_name() [1/4]

auto xtd::forms::tool_bar_images::from_name ( const xtd::string & name) -> xtd::drawing::image
staticnodiscard

Gets image object with specified name.

Parameters
namethe image name to get.
Returns
A xtd::drawing::image that represent the specified name.
Remarks
Use xtd::drawing::system_images::context_names to get names by context.

◆ from_name() [2/4]

auto xtd::forms::tool_bar_images::from_name ( const xtd::string & theme,
const xtd::string & name ) -> xtd::drawing::image
staticnodiscard

Gets image object with specified theme and name.

Parameters
themethe theme name that contains the image to get.
namethe image name to get.
Returns
A xtd::drawing::image that represent the specified name.
Remarks
Use xtd::drawing::system_images::themes to get valid themes.
Use xtd::drawing::system_images::context_names to get valid names by context.

◆ from_name() [3/4]

auto xtd::forms::tool_bar_images::from_name ( const xtd::string & name,
const xtd::drawing::size & size ) -> xtd::drawing::image
staticnodiscard

Gets image object with specified name and size.

Parameters
namethe image name to get.
sizeThe size that represents the height and width of the button images in pixels.
Returns
A xtd::drawing::image that represent the specified name.
Remarks
Use xtd::drawing::system_images::themes to get valid themes.
Use xtd::drawing::system_images::context_names to get valid names by context.

◆ from_name() [4/4]

auto xtd::forms::tool_bar_images::from_name ( const xtd::string & theme,
const xtd::string & name,
const xtd::drawing::size & size ) -> xtd::drawing::image
staticnodiscard

Gets image object with specified theme, name and size.

Parameters
themethe theme name that contains the image to get.
namethe image name to get.
sizeThe size that represents the height and width of the button images in pixels.
Returns
A xtd::drawing::image that represent the specified name.
Remarks
Use xtd::drawing::system_images::themes to get valid themes.
Use xtd::drawing::system_images::context_names to get valid names by context.

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