24      bool operator==(
const theme_images& value)
 const {
return theme_base::operator==(value);}
 
   25      bool operator!=(
const theme_images& value)
 const {
return !operator==(value);}
 
   36        if (current_theme_ == theme_images::empty) current_theme_ = default_theme();
 
   37        return current_theme_;
 
   40        current_theme_ = 
theme;
 
   42      static void current_theme(
const xtd::ustring& name) {current_theme(theme_from_name(name));}
 
   44      static theme_images default_theme() {
return theme_from_name(default_theme_name());}
 
   50      image_getter image_getter_;
 
An abstract base class that provides functionality for the bitmap and metafile descended classes.
Definition: image.h:34
 
Stores an ordered pair of integers, which specify a height and width.
Definition: size.h:25
 
Represents text as a sequence of UTF-8 code units.
Definition: ustring.h:48
 
Contains xtd::delegate delegate.
 
#define forms_export_
Define shared library export.
Definition: forms_export.h:13
 
size_t size
Represents a size of any object in bytes.
Definition: types.h:171
 
Contains xtd::drawing::image class.
 
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition: system_report.h:17
 
Contains xtd::drawing::size class.
 
Contains xtd::forms::theme_base class.