ClanLib
2.3.7
|
GUI component description. More...
#include <gui_component_description.h>
Public Member Functions | |
Construction | |
CL_GUIComponentDescription () | |
CL_GUIComponentDescription (const CL_GUIComponentDescription ©, const CL_StringRef &default_type_name) | |
Constructs a GUIComponentDescription. More... | |
virtual | ~CL_GUIComponentDescription () |
Attributes | |
CL_StringRef | get_type_name () const |
Returns the component type name. More... | |
CL_StringRef | get_class_name () const |
Returns the component class name. More... | |
CL_StringRef | get_id_name () const |
Returns the component ID name. More... | |
bool | get_allow_resize () const |
Controls whether a component can be resized. More... | |
Operations | |
void | set_type_name (const CL_StringRef &name) |
Sets the component type name. More... | |
void | set_class_name (const CL_StringRef &name) |
Sets the component class name. More... | |
void | set_id_name (const CL_StringRef &name) |
Sets the component ID name. More... | |
void | set_allow_resize (bool value) |
Controls whether a component can be resized. More... | |
GUI component description.
CL_GUIComponentDescription::CL_GUIComponentDescription | ( | ) |
CL_GUIComponentDescription::CL_GUIComponentDescription | ( | const CL_GUIComponentDescription & | copy, |
const CL_StringRef & | default_type_name | ||
) |
Constructs a GUIComponentDescription.
copy | = GUIComponent Description |
default_type_name | = String Ref |
|
virtual |
bool CL_GUIComponentDescription::get_allow_resize | ( | ) | const |
Controls whether a component can be resized.
CL_StringRef CL_GUIComponentDescription::get_class_name | ( | ) | const |
Returns the component class name.
CL_StringRef CL_GUIComponentDescription::get_id_name | ( | ) | const |
Returns the component ID name.
CL_StringRef CL_GUIComponentDescription::get_type_name | ( | ) | const |
Returns the component type name.
void CL_GUIComponentDescription::set_allow_resize | ( | bool | value) |
Controls whether a component can be resized.
void CL_GUIComponentDescription::set_class_name | ( | const CL_StringRef & | name) |
Sets the component class name.
void CL_GUIComponentDescription::set_id_name | ( | const CL_StringRef & | name) |
Sets the component ID name.
void CL_GUIComponentDescription::set_type_name | ( | const CL_StringRef & | name) |
Sets the component type name.