xtd - Reference Guide
0.1.2
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
|
#include <button_images.h>
Provides a button images factories for use by a button control.
Inherits xtd::static_object.
Static Public Member Functions | |
static xtd::drawing::image | add () |
Add image object. | |
static xtd::drawing::image | add (const xtd::drawing::size &size) |
Add image object with specified size. | |
static xtd::drawing::image | add (const xtd::forms::theme_images &theme, const xtd::drawing::size &size) |
Add image object with specified theme images and size. | |
static xtd::drawing::image | add (const xtd::ustring &theme) |
Add image object with specified theme. | |
static xtd::drawing::image | add (const xtd::ustring &theme, const xtd::drawing::size &size) |
Add image object with specified theme and size. | |
static xtd::drawing::image | apply () |
Apply image object. | |
static xtd::drawing::image | apply (const xtd::drawing::size &size) |
Apply image object with specified size. | |
static xtd::drawing::image | apply (const xtd::forms::theme_images &theme, const xtd::drawing::size &size) |
Apply image object with specified theme images and size. | |
static xtd::drawing::image | apply (const xtd::ustring &theme) |
Apply image object with specified theme. | |
static xtd::drawing::image | apply (const xtd::ustring &theme, const xtd::drawing::size &size) |
Apply image object with specified theme and size. | |
static xtd::drawing::image | cancel () |
Cancel image object. | |
static xtd::drawing::image | cancel (const xtd::drawing::size &size) |
Cancel image object with specified size. | |
static xtd::drawing::image | cancel (const xtd::forms::theme_images &theme, const xtd::drawing::size &size) |
Cancel image object with specified theme images and size. | |
static xtd::drawing::image | cancel (const xtd::ustring &theme) |
Cancel image object with specified theme. | |
static xtd::drawing::image | cancel (const xtd::ustring &theme, const xtd::drawing::size &size) |
Cancel image object with specified theme and size. | |
static xtd::drawing::image | from_name (const xtd::forms::theme_images &theme, const xtd::ustring &name, const xtd::drawing::size &size) |
Gets image object with specified theme, name and size. | |
static xtd::drawing::image | from_name (const xtd::ustring &name) |
Gets image object with specified name. | |
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 | from_name (const xtd::ustring &theme, const xtd::ustring &name) |
Gets image object with specified theme and name. | |
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 | next () |
Next image object. | |
static xtd::drawing::image | next (const xtd::drawing::size &size) |
Next image object with specified size. | |
static xtd::drawing::image | next (const xtd::forms::theme_images &theme, const xtd::drawing::size &size) |
Next image object with specified theme images and size. | |
static xtd::drawing::image | next (const xtd::ustring &theme) |
Next image object with specified theme. | |
static xtd::drawing::image | next (const xtd::ustring &theme, const xtd::drawing::size &size) |
Next image object with specified theme and size. | |
static xtd::drawing::image | no () |
No image object. | |
static xtd::drawing::image | no (const xtd::drawing::size &size) |
No image object with specified size. | |
static xtd::drawing::image | no (const xtd::forms::theme_images &theme, const xtd::drawing::size &size) |
No image object with specified theme images and size. | |
static xtd::drawing::image | no (const xtd::ustring &theme) |
No image object with specified theme. | |
static xtd::drawing::image | no (const xtd::ustring &theme, const xtd::drawing::size &size) |
No image object with specified theme and size. | |
static xtd::drawing::image | ok () |
Ok image object. | |
static xtd::drawing::image | ok (const xtd::drawing::size &size) |
Ok image object with specified size. | |
static xtd::drawing::image | ok (const xtd::forms::theme_images &theme, const xtd::drawing::size &size) |
Ok image object with specified theme images and size. | |
static xtd::drawing::image | ok (const xtd::ustring &theme) |
Ok image object with specified theme. | |
static xtd::drawing::image | ok (const xtd::ustring &theme, const xtd::drawing::size &size) |
Ok image object with specified theme and size. | |
static xtd::drawing::image | previous () |
Previous image object. | |
static xtd::drawing::image | previous (const xtd::drawing::size &size) |
Previous image object with specified size. | |
static xtd::drawing::image | previous (const xtd::forms::theme_images &theme, const xtd::drawing::size &size) |
Previous image object with specified theme images and size. | |
static xtd::drawing::image | previous (const xtd::ustring &theme) |
Previous image object with specified theme. | |
static xtd::drawing::image | previous (const xtd::ustring &theme, const xtd::drawing::size &size) |
Previous image object with specified theme and size. | |
static xtd::drawing::image | remove () |
Remove image object. | |
static xtd::drawing::image | remove (const xtd::drawing::size &size) |
Remove image object with specified size. | |
static xtd::drawing::image | remove (const xtd::forms::theme_images &theme, const xtd::drawing::size &size) |
Remove image object with specified theme images and size. | |
static xtd::drawing::image | remove (const xtd::ustring &theme) |
Remove image object with specified theme. | |
static xtd::drawing::image | remove (const xtd::ustring &theme, const xtd::drawing::size &size) |
Remove image object with specified theme and size. | |
static xtd::drawing::size | size () |
Gets the height and width of the button images. | |
static xtd::drawing::image | yes () |
Yes image object. | |
static xtd::drawing::image | yes (const xtd::drawing::size &size) |
Yes image object with specified size. | |
static xtd::drawing::image | yes (const xtd::forms::theme_images &theme, const xtd::drawing::size &size) |
Yes image object with specified theme images and size. | |
static xtd::drawing::image | yes (const xtd::ustring &theme) |
Yes image object with specified theme. | |
static xtd::drawing::image | yes (const xtd::ustring &theme, const xtd::drawing::size &size) |
Yes image object with specified theme and size. | |
|
inlinestatic |
Add image object.
|
inlinestatic |
Add image object with specified size.
size | A xtd::drawing::size size for the image |
|
inlinestatic |
Add image object with specified theme images and size.
theme | A xtd::forms::theme_images that represent a theme images |
size | A xtd::drawing::size size for the image |
|
inlinestatic |
Add image object with specified theme.
theme | A string that represent a theme |
|
inlinestatic |
Add image object with specified theme and size.
theme | A string that represent a theme |
size | A xtd::drawing::size size for the image |
|
inlinestatic |
Apply image object.
|
inlinestatic |
Apply image object with specified size.
size | A xtd::drawing::size size for the image |
|
inlinestatic |
Apply image object with specified theme images and size.
theme | A xtd::forms::theme_images that represent a theme images |
size | A xtd::drawing::size size for the image |
|
inlinestatic |
Apply image object with specified theme.
theme | A string that represent a theme |
|
inlinestatic |
Apply image object with specified theme and size.
theme | A string that represent a theme |
size | A xtd::drawing::size size for the image |
|
inlinestatic |
Cancel image object.
|
inlinestatic |
Cancel image object with specified size.
size | A xtd::drawing::size size for the image |
|
inlinestatic |
Cancel image object with specified theme images and size.
theme | A xtd::forms::theme_images that represent a theme images |
size | A xtd::drawing::size size for the image |
|
inlinestatic |
Cancel image object with specified theme.
theme | A string that represent a theme |
|
inlinestatic |
Cancel image object with specified theme and size.
theme | A string that represent a theme |
size | A xtd::drawing::size size for the image |
|
inlinestatic |
Gets image object with specified theme, name and size.
theme | the theme that contains the image to get. |
name | the image name to get. |
size | The size that represents the height and width of the button images in pixels. |
|
inlinestatic |
Gets image object with specified name.
name | the image name to get. |
|
inlinestatic |
Gets image object with specified name and size.
name | the image name to get. |
size | The size that represents the height and width of the button images in pixels. |
|
inlinestatic |
Gets image object with specified theme and name.
theme | the theme name that contains the image to get. |
name | the image name to get. |
|
inlinestatic |
Gets image object with specified theme, name and size.
theme | the theme name that contains the image to get. |
name | the image name to get. |
size | The size that represents the height and width of the button images in pixels. |
|
inlinestatic |
Next image object.
|
inlinestatic |
Next image object with specified size.
size | A xtd::drawing::size size for the image |
|
inlinestatic |
Next image object with specified theme images and size.
theme | A xtd::forms::theme_images that represent a theme images |
size | A xtd::drawing::size size for the image |
|
inlinestatic |
Next image object with specified theme.
theme | A string that represent a theme |
|
inlinestatic |
Next image object with specified theme and size.
theme | A string that represent a theme |
size | A xtd::drawing::size size for the image |
|
inlinestatic |
No image object.
|
inlinestatic |
No image object with specified size.
size | A xtd::drawing::size size for the image |
|
inlinestatic |
No image object with specified theme images and size.
theme | A xtd::forms::theme_images that represent a theme images |
size | A xtd::drawing::size size for the image |
|
inlinestatic |
No image object with specified theme.
theme | A string that represent a theme |
|
inlinestatic |
No image object with specified theme and size.
theme | A string that represent a theme |
size | A xtd::drawing::size size for the image |
|
inlinestatic |
Ok image object.
|
inlinestatic |
Ok image object with specified size.
size | A xtd::drawing::size size for the image |
|
inlinestatic |
Ok image object with specified theme images and size.
theme | A xtd::forms::theme_images that represent a theme images |
size | A xtd::drawing::size size for the image |
|
inlinestatic |
Ok image object with specified theme.
theme | A string that represent a theme |
|
inlinestatic |
Ok image object with specified theme and size.
theme | A string that represent a theme |
size | A xtd::drawing::size size for the image |
|
inlinestatic |
Previous image object.
|
inlinestatic |
Previous image object with specified size.
size | A xtd::drawing::size size for the image |
|
inlinestatic |
Previous image object with specified theme images and size.
theme | A xtd::forms::theme_images that represent a theme images |
size | A xtd::drawing::size size for the image |
|
inlinestatic |
Previous image object with specified theme.
theme | A string that represent a theme |
|
inlinestatic |
Previous image object with specified theme and size.
theme | A string that represent a theme |
size | A xtd::drawing::size size for the image |
|
inlinestatic |
Remove image object.
|
inlinestatic |
Remove image object with specified size.
size | A xtd::drawing::size size for the image |
|
inlinestatic |
Remove image object with specified theme images and size.
theme | A xtd::forms::theme_images that represent a theme images |
size | A xtd::drawing::size size for the image |
|
inlinestatic |
Remove image object with specified theme.
theme | A string that represent a theme |
|
inlinestatic |
Remove image object with specified theme and size.
theme | A string that represent a theme |
size | A xtd::drawing::size size for the image |
|
inlinestatic |
Gets the height and width of the button images.
|
inlinestatic |
Yes image object.
|
inlinestatic |
Yes image object with specified size.
size | A xtd::drawing::size size for the image |
|
inlinestatic |
Yes image object with specified theme images and size.
theme | A xtd::forms::theme_images that represent a theme images |
size | A xtd::drawing::size size for the image |
|
inlinestatic |
Yes image object with specified theme.
theme | A string that represent a theme |
|
inlinestatic |
Yes image object with specified theme and size.
theme | A string that represent a theme |
size | A xtd::drawing::size size for the image |