|
|
| theme (const xtd::ustring &name) |
| |
|
| theme (const xtd::ustring &name, xtd::forms::theme_style theme_style) |
| |
|
| theme (const xtd::ustring &name, xtd::forms::theme_style theme_style, const xtd::forms::theme_colors &theme_colors) |
| |
|
| theme (const xtd::ustring &name, xtd::forms::theme_style theme_style, const xtd::forms::theme_colors &theme_colors, const xtd::forms::theme_images &theme_images) |
| |
|
| theme (const xtd::ustring &name, xtd::forms::theme_style theme_style, const xtd::forms::theme_colors &theme_colors, const xtd::forms::theme_images &theme_images, const xtd::forms::theme_renderers &theme_renderers) |
| |
|
| theme (const xtd::ustring &name, xtd::forms::theme_style theme_style, const xtd::forms::theme_images &theme_images) |
| |
|
| theme (const xtd::ustring &name, xtd::forms::theme_style theme_style, const xtd::forms::theme_renderers &theme_renderers) |
| |
|
xtd::forms::theme_colors & | theme_colors () |
| |
|
const xtd::forms::theme_colors & | theme_colors () const |
| |
|
theme & | theme_colors (const xtd::forms::theme_colors &theme_colors) |
| |
|
xtd::forms::theme_images & | theme_images () |
| |
|
const xtd::forms::theme_images & | theme_images () const |
| |
|
theme & | theme_images (const xtd::forms::theme_images &theme_images) |
| |
|
xtd::forms::theme_renderers & | theme_renderers () |
| |
|
const xtd::forms::theme_renderers & | theme_renderers () const |
| |
|
theme & | theme_renderers (const xtd::forms::theme_renderers &theme_renderers) |
| |
|
bool | is_default () const |
| |
|
virtual const xtd::ustring & | name () const |
| |
|
theme_base & | name (const xtd::ustring &name) |
| |
|
xtd::forms::theme_style | theme_style () const |
| |
|
theme_base & | theme_style (xtd::forms::theme_style theme_style) |
| |
| xtd::ustring | to_string () const noexcept override |
| | Returns a std::string that represents the current object. More...
|
| |
| | object ()=default |
| | Create a new instance of the ultimate base class object. More...
|
| |
| virtual bool | equals (const object &obj) const noexcept |
| | Determines whether the specified object is equal to the current object. More...
|
| |
| virtual size_t | get_hash_code () const noexcept |
| | Serves as a hash function for a particular type. More...
|
| |
| template<typename object_t > |
| std::unique_ptr< object_t > | memberwise_clone () const |
| | Gets the type of the current instance. More...
|
| |