xtd - Reference Guide  0.1.1
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
Public Types | Static Public Attributes | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
xtd::forms::theme_base Class Reference

Inherits xtd::object.

Inherited by xtd::forms::theme, xtd::forms::theme_colors, xtd::forms::theme_images, and xtd::forms::theme_renderers.

Public Types

using theme_name_collection = std::vector< xtd::ustring >
 

Static Public Attributes

static const theme_base empty
 

Public Member Functions

bool is_default () const
 
virtual const xtd::ustringname () const
 
theme_basename (const xtd::ustring &name)
 
xtd::forms::theme_style theme_style () const
 
theme_basetheme_style (xtd::forms::theme_style theme_style)
 
xtd::ustring to_string () const noexcept override
 Returns a std::string that represents the current object. More...
 
- Public Member Functions inherited from xtd::object
 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...
 

Static Public Member Functions

static xtd::ustring default_theme_name ()
 
static xtd::ustring fallback_theme_name ()
 
static const theme_name_collection & theme_names ()
 
- Static Public Member Functions inherited from xtd::object
static bool equals (const object &object_a, const object &object_b) noexcept
 Determines whether the specified object instances are considered equal. More...
 
static bool reference_equals (const object &object_a, const object &object_b) noexcept
 Determines whether the specified object instances are the same instance. More...
 

Protected Member Functions

 theme_base (const xtd::ustring &name)
 
 theme_base (const xtd::ustring &name, xtd::forms::theme_style theme_style)
 
 theme_base (const xtd::ustring &name, xtd::forms::theme_style theme_style, bool is_default)
 
theme_baseis_default (bool is_default)
 

Member Function Documentation

◆ to_string()

xtd::ustring xtd::forms::theme_base::to_string ( ) const
inlineoverridevirtualnoexcept

Returns a std::string that represents the current object.

Returns
A string that represents the current object.
Examples
The following code example demonstrates what to_string returns.

Reimplemented from xtd::object.


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