#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. | |
| virtual | ~CL_GUIComponentDescription () |
Attributes | |
| CL_StringRef | get_type_name () const |
| Returns the component type name. | |
| CL_StringRef | get_class_name () const |
| Returns the component class name. | |
| CL_StringRef | get_id_name () const |
| Returns the component ID name. | |
| bool | get_allow_resize () const |
| Controls whether a component can be resized. | |
Operations | |
| void | set_type_name (const CL_StringRef &name) |
| Sets the component type name. | |
| void | set_class_name (const CL_StringRef &name) |
| Sets the component class name. | |
| void | set_id_name (const CL_StringRef &name) |
| Sets the component ID name. | |
| void | set_allow_resize (bool value) |
| Controls whether a component can be resized. | |
|
|
|
|
||||||||||||
|
Constructs a GUIComponentDescription.
|
|
|
|
|
|
Controls whether a component can be resized.
|
|
|
Returns the component class name.
|
|
|
Returns the component ID name.
|
|
|
Returns the component type name.
|
|
|
Controls whether a component can be resized.
|
|
|
Sets the component class name.
|
|
|
Sets the component ID name.
|
|
|
Sets the component type name.
|
1.4.6