GUI base component class. More...
#include <gui_layout_corners.h>
Inheritance diagram for clan::GUILayoutCorners:Public Member Functions | |
Construction | |
| GUILayoutCorners () | |
| virtual | ~GUILayoutCorners () |
Attributes | |
| GUILayoutProvider_Corners * | get_provider () const |
| Retrieves the provider. More... | |
Operations | |
| void | add_component (GUIComponent *component, ComponentAnchorPoint ap_tl, int dist_tl_x, int dist_tl_y, ComponentAnchorPoint ap_br, int dist_br_x, int dist_br_y) |
| void | remove_component (GUIComponent *component) |
| Remove component. More... | |
Public Member Functions inherited from clan::GUILayout | |
| GUILayout () | |
| Constructs a null layout. More... | |
| GUILayout (GUILayoutProvider *provider) | |
| Constructs a layout. More... | |
| ~GUILayout () | |
| bool | is_null () const |
| Is Null. More... | |
| GUILayoutProvider * | get_provider () const |
| Retrieves the provider. More... | |
| Size | get_css_size () const |
| Returns the size of the dialog, as set in the editor. More... | |
| void | set_geometry (const Rect &pos) |
| Set geometry. More... | |
| void | set_preferred_size (const Size &size) |
| Set preferred size. More... | |
GUI base component class.