#include <gui_layout.h>
Inheritance diagram for CL_GUILayout:

Public Member Functions | |
Construction | |
| CL_GUILayout () | |
| Constructs a null layout. | |
| CL_GUILayout (CL_GUILayoutProvider *provider) | |
| Constructs a layout. | |
| CL_GUILayout (const CL_GUILayout ©) | |
| Constructs a GUILayout. | |
| ~CL_GUILayout () | |
Attributes | |
| bool | is_null () |
| Is Null. | |
| CL_GUILayoutProvider * | get_provider () const |
| Retrieves the provider. | |
| 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. | |
|
|
Constructs a null layout.
|
|
|
Constructs a layout.
|
|
|
Constructs a GUILayout.
|
|
|
|
|
|
Returns the size of the dialog, as set in the editor.
|
|
|
Retrieves the provider.
Reimplemented in CL_GUILayoutCorners. |
|
|
Is Null.
|
|
|
Set geometry.
|
|
|
Set preferred size.
|
1.4.6