GUI theme part property. More...
#include <gui_theme_part_property.h>
Public Member Functions | |
Construction | |
CL_GUIThemePartProperty () | |
Constructs a GUI theme part property. | |
CL_GUIThemePartProperty (const CL_StringRef &property_name, const CL_StringRef &default_value=CL_StringRef()) | |
Constructs a GUIThemePartProperty. | |
~CL_GUIThemePartProperty () | |
Implementation | |
| |
class | CL_GUIThemePart |
GUI theme part property.
CL_GUIThemePartProperty::CL_GUIThemePartProperty | ( | ) |
Constructs a GUI theme part property.
CL_GUIThemePartProperty::CL_GUIThemePartProperty | ( | const CL_StringRef & | property_name, | |
const CL_StringRef & | default_value = CL_StringRef() | |||
) |
Constructs a GUIThemePartProperty.
property_name | = String Ref | |
default_value | = String Ref |
CL_GUIThemePartProperty::~CL_GUIThemePartProperty | ( | ) |
friend class CL_GUIThemePart [friend] |