#include <gui_layout_corners.h>
Inheritance diagram for CL_GUILayoutCorners:

Public Member Functions | |
Construction | |
| CL_GUILayoutCorners () | |
| virtual | ~CL_GUILayoutCorners () |
Attributes | |
| CL_GUILayoutProvider_Corners * | get_provider () const |
| Retrieves the provider. | |
Operations | |
| void | add_component (CL_GUIComponent *component, CL_ComponentAnchorPoint ap_tl, int dist_tl_x, int dist_tl_y, CL_ComponentAnchorPoint ap_br, int dist_br_x, int dist_br_y) |
| void | remove_component (CL_GUIComponent *component) |
| Remove component. | |
Attributes | |
| bool | is_null () |
| Is Null. | |
| CL_Size | get_preferred_size () const |
| Returns the size of the dialog, as set in the editor. | |
Operations | |
| void | set_geometry (const CL_Rect &pos) |
| Set geometry. | |
| void | set_preferred_size (const CL_Size &size) |
| Set preferred size. | |
|
|
|
|
|
|
|
||||||||||||||||||||||||||||||||
|
|
|
|
Returns the size of the dialog, as set in the editor.
|
|
|
Retrieves the provider.
Reimplemented from CL_GUILayout. |
|
|
Is Null.
|
|
|
Remove component.
|
|
|
Set geometry.
|
|
|
Set preferred size.
|
1.4.6