xtd 0.2.0
Loading...
Searching...
No Matches
tool_bar_images.h
Go to the documentation of this file.
1
4#pragma once
5#include "images.h"
6#include <xtd/drawing/system_images>
7#include <xtd/environment>
8#include <xtd/static>
9
11namespace xtd {
13 namespace forms {
23 public:
25
43
60
77
94
111
128
145
162
179
196
213
230
247
264
281
298
315
319
348 };
349 }
350}
An abstract base class that provides functionality for the bitmap and metafile descended classes.
Definition image.h:49
Stores an ordered pair of integers, which specify a height and width.
Definition size.h:31
Provides a tool bar images factories for use by a tool_bar control.
Definition tool_bar_images.h:22
static xtd::drawing::image help_about(const xtd::ustring &theme, const xtd::drawing::size &size)
Help about image object with specified theme and size.
static xtd::drawing::image file_save(const xtd::ustring &theme)
File save image object with specified theme.
static xtd::drawing::image file_save_as()
File save as image object.
static xtd::drawing::image file_print(const xtd::ustring &theme)
File print image object with specified theme.
static xtd::drawing::image file_print_preview(const xtd::ustring &theme, const xtd::drawing::size &size)
File print preview image object with specified theme and size.
static xtd::drawing::image edit_cut(const xtd::ustring &theme, const xtd::drawing::size &size)
Edit cut image object with specified theme and size.
static xtd::drawing::image file_open(const xtd::ustring &theme, const xtd::drawing::size &size)
File open image object with specified theme and size.
static xtd::drawing::image file_new()
File new image object.
static xtd::drawing::image file_new(const xtd::ustring &theme)
File new image object with specified theme.
static xtd::drawing::image view_back(const xtd::ustring &theme)
View back image object with specified theme.
static xtd::drawing::image from_name(const xtd::ustring &theme, const xtd::ustring &name)
Gets image object with specified theme and name.
static xtd::drawing::image edit_copy(const xtd::drawing::size &size)
Edit copy image object with specified size.
static xtd::drawing::image help(const xtd::ustring &theme)
Help about image object with specified theme.
static xtd::drawing::image edit_redo(const xtd::ustring &theme)
Edit undo image object with specified theme.
static xtd::drawing::image file_open()
File open image object.
static xtd::drawing::image edit_paste(const xtd::drawing::size &size)
Edit paste image object with specified size.
static xtd::drawing::image file_exit(const xtd::ustring &theme, const xtd::drawing::size &size)
File exit image object with specified theme and size.
static xtd::drawing::image file_page_setup()
File page setup image object.
static xtd::drawing::image edit_paste(const xtd::ustring &theme, const xtd::drawing::size &size)
Edit paste image object with specified theme and size.
static xtd::drawing::image view_forward(const xtd::ustring &theme, const xtd::drawing::size &size)
View forward image object with specified theme and size.
static xtd::drawing::image edit_cut()
Edit cut image object.
static xtd::drawing::image help(const xtd::ustring &theme, const xtd::drawing::size &size)
Help about image object with specified theme and size.
static xtd::drawing::image edit_cut(const xtd::drawing::size &size)
Edit cut image object with specified size.
static xtd::drawing::image file_save()
File save image object.
static xtd::drawing::image file_page_setup(const xtd::ustring &theme)
File page setup image object with specified theme.
static xtd::drawing::image file_new(const xtd::ustring &theme, const xtd::drawing::size &size)
File new image object with specified theme and size.
static xtd::drawing::image file_open(const xtd::drawing::size &size)
File open image object with specified size.
static xtd::drawing::image edit_undo(const xtd::drawing::size &size)
Edit undoEdit undo image object with specified size.
static xtd::drawing::image file_print(const xtd::drawing::size &size)
File print image object with specified size.
static xtd::drawing::image from_name(const xtd::ustring &name, const xtd::drawing::size &size)
Gets image object with specified name and size.
static xtd::drawing::image file_save_as(const xtd::ustring &theme)
File save as image object with specified theme.
static xtd::drawing::image edit_paste(const xtd::ustring &theme)
Edit paste image object with specified theme.
static xtd::drawing::image file_save_as(const xtd::ustring &theme, const xtd::drawing::size &size)
File save as image object with specified theme and size.
static xtd::drawing::image view_forward(const xtd::ustring &theme)
View forward image object with specified theme.
static xtd::drawing::image file_save(const xtd::ustring &theme, const xtd::drawing::size &size)
File save image object with specified theme and size.
static xtd::drawing::image file_print_preview(const xtd::drawing::size &size)
File print preview image object with specified size.
static xtd::drawing::image from_name(const xtd::ustring &theme, const xtd::ustring &name, const xtd::drawing::size &size)
Gets image object with specified theme, name and size.
static xtd::drawing::image file_save(const xtd::drawing::size &size)
File save image object with specified size.
static xtd::drawing::image file_new(const xtd::drawing::size &size)
File new image object with specified size.
static xtd::drawing::image view_back(const xtd::drawing::size &size)
View back image object with specified size.
static xtd::drawing::image file_print_preview(const xtd::ustring &theme)
File print preview image object with specified theme.
static xtd::drawing::image view_back()
View back image object.
static xtd::drawing::image help(const xtd::drawing::size &size)
Help about image object with specified size.
static xtd::drawing::image file_exit(const xtd::drawing::size &size)
File exit image object with specified size.
static xtd::drawing::image help_about(const xtd::drawing::size &size)
Help about image object with specified size.
static xtd::drawing::image file_page_setup(const xtd::drawing::size &size)
File page setup image object with specified size.
static xtd::drawing::image help_about(const xtd::ustring &theme)
Help about image object with specified theme.
static xtd::drawing::image file_exit()
File exit image object.
static xtd::drawing::image edit_copy(const xtd::ustring &theme)
Edit copy image object with specified theme.
static xtd::drawing::image edit_copy(const xtd::ustring &theme, const xtd::drawing::size &size)
Edit copy image object with specified theme and size.
static xtd::drawing::image help()
Help about image object.
static xtd::drawing::image edit_cut(const xtd::ustring &theme)
Edit cut image object with specified theme.
static xtd::drawing::image file_print()
File print image object.
static xtd::drawing::image file_print_preview()
File print preview image object.
static xtd::drawing::image edit_undo(const xtd::ustring &theme)
Edit undo image object with specified theme.
static xtd::drawing::image file_open(const xtd::ustring &theme)
File open image object with specified theme.
static xtd::drawing::image view_forward(const xtd::drawing::size &size)
View forward image object with specified size.
static xtd::drawing::image file_page_setup(const xtd::ustring &theme, const xtd::drawing::size &size)
File page setup image object with specified theme and size.
static xtd::drawing::image view_back(const xtd::ustring &theme, const xtd::drawing::size &size)
View back image object with specified theme and size.
static xtd::drawing::image edit_paste()
Edit paste image object.
static xtd::drawing::image file_save_as(const xtd::drawing::size &size)
File save as image object with specified size.
static xtd::drawing::image edit_undo(const xtd::ustring &theme, const xtd::drawing::size &size)
Edit undo image object with specified theme and size.
static xtd::drawing::image help_about()
Help about image object.
static xtd::drawing::image edit_redo()
Edit undo image object.
static xtd::drawing::image view_forward()
View forward image object.
static xtd::drawing::image edit_redo(const xtd::drawing::size &size)
Edit undo image object with specified size.
static xtd::drawing::image edit_redo(const xtd::ustring &theme, const xtd::drawing::size &size)
Edit undo image object with specified theme and size.
static xtd::drawing::image from_name(const xtd::ustring &name)
Gets image object with specified name.
static xtd::drawing::size size()
Gets the height and width of the menu images.
static xtd::drawing::image file_exit(const xtd::ustring &theme)
File exit image object with specified theme.
static xtd::drawing::image edit_copy()
Edit copy image object.
static xtd::drawing::image edit_undo()
Edit undo image object.
static xtd::drawing::image file_print(const xtd::ustring &theme, const xtd::drawing::size &size)
File print image object with specified theme and size.
Represents text as a sequence of UTF-8 code units.
Definition ustring.h:47
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition static.h:37
size_t size
Represents a size of any object in bytes.
Definition types.h:197
@ theme
Defines a 3D themed border. The effect depends on the border color value.
Contains xtd::forms::images factory.
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition xtd_about_box.h:12
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10