ClanLib
2.3.7
|
Layout management base class. More...
#include <gui_layout.h>
Public Member Functions | |
Construction | |
CL_GUILayout () | |
Constructs a null layout. More... | |
CL_GUILayout (CL_GUILayoutProvider *provider) | |
Constructs a layout. More... | |
~CL_GUILayout () | |
Attributes | |
bool | is_null () const |
Is Null. More... | |
CL_GUILayoutProvider * | get_provider () const |
Retrieves the provider. More... | |
CL_Size | get_preferred_size () const |
Returns the size of the dialog, as set in the editor. More... | |
Operations | |
void | set_geometry (const CL_Rect &pos) |
Set geometry. More... | |
void | set_preferred_size (const CL_Size &size) |
Set preferred size. More... | |
Layout management base class.
CL_GUILayout::CL_GUILayout | ( | ) |
Constructs a null layout.
CL_GUILayout::CL_GUILayout | ( | CL_GUILayoutProvider * | provider) |
Constructs a layout.
provider | = The layout provider |
CL_GUILayout::~CL_GUILayout | ( | ) |
CL_Size CL_GUILayout::get_preferred_size | ( | ) | const |
Returns the size of the dialog, as set in the editor.
CL_GUILayoutProvider* CL_GUILayout::get_provider | ( | ) | const |
Retrieves the provider.
bool CL_GUILayout::is_null | ( | ) | const |
Is Null.
void CL_GUILayout::set_geometry | ( | const CL_Rect & | pos) |
Set geometry.
pos | = Rect |
void CL_GUILayout::set_preferred_size | ( | const CL_Size & | size) |
Set preferred size.
size | = Size |