xtd - Reference Guide  0.1.0
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Static Public Attributes | Public Member Functions | Static Public Member Functions | List of all members
xtd::forms::theme Class Referencefinal

Inherits xtd::forms::theme_base.

Static Public Attributes

static const theme empty
 
- Static Public Attributes inherited from xtd::forms::theme_base
static const theme_base empty
 

Public Member Functions

 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_colorstheme_colors ()
 
const xtd::forms::theme_colorstheme_colors () const
 
themetheme_colors (const xtd::forms::theme_colors &theme_colors)
 
xtd::forms::theme_imagestheme_images ()
 
const xtd::forms::theme_imagestheme_images () const
 
themetheme_images (const xtd::forms::theme_images &theme_images)
 
xtd::forms::theme_rendererstheme_renderers ()
 
const xtd::forms::theme_rendererstheme_renderers () const
 
themetheme_renderers (const xtd::forms::theme_renderers &theme_renderers)
 
- Public Member Functions inherited from xtd::forms::theme_base
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.
 
- Public Member Functions inherited from xtd::object
 object ()=default
 Create a new instance of the ultimate base class object.
 
virtual bool equals (const object &obj) const noexcept
 Determines whether the specified object is equal to the current object.
 
virtual size_t get_hash_code () const noexcept
 Serves as a hash function for a particular type.
 
template<typename object_t >
std::unique_ptr< object_t > memberwise_clone () const
 Gets the type of the current instance.
 
virtual xtd::ustring to_string () const noexcept
 Returns a std::string that represents the current object.
 

Static Public Member Functions

static const themecurrent_theme ()
 
static void current_theme (const theme &theme)
 
static void current_theme (const xtd::ustring &name)
 
static theme default_theme ()
 
static theme theme_from_name (const xtd::ustring &theme_name)
 
- Static Public Member Functions inherited from xtd::forms::theme_base
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.
 
static bool reference_equals (const object &object_a, const object &object_b) noexcept
 Determines whether the specified object instances are the same instance.
 

Additional Inherited Members

- Public Types inherited from xtd::forms::theme_base
using theme_name_collection = std::vector< xtd::ustring >
 
- Protected Member Functions inherited from xtd::forms::theme_base
 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)
 

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