|
ClanLib
2.3.7
|
GUI base component class. More...
#include <gui_layout_corners.h>

Public Member Functions | |
Construction | |
| CL_GUILayoutCorners () | |
| virtual | ~CL_GUILayoutCorners () |
Attributes | |
| CL_GUILayoutProvider_Corners * | get_provider () const |
| Retrieves the provider. More... | |
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. More... | |
Attributes | |
| bool | is_null () const |
| Is Null. 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... | |
GUI base component class.
| CL_GUILayoutCorners::CL_GUILayoutCorners | ( | ) |
|
virtual |
| void CL_GUILayoutCorners::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 | ||
| ) |
|
inherited |
Returns the size of the dialog, as set in the editor.
| CL_GUILayoutProvider_Corners* CL_GUILayoutCorners::get_provider | ( | ) | const |
Retrieves the provider.
|
inherited |
Is Null.
| void CL_GUILayoutCorners::remove_component | ( | CL_GUIComponent * | component) |
Remove component.
| component | = GUIComponent |
|
inherited |
Set geometry.
| pos | = Rect |
|
inherited |
Set preferred size.
| size | = Size |
1.8.4