clan::GUILayout Class Reference

Layout management base class. More...

#include <gui_layout.h>

+ Inheritance diagram for clan::GUILayout:

Public Member Functions

Construction
 GUILayout ()
 Constructs a null layout. More...
 
 GUILayout (GUILayoutProvider *provider)
 Constructs a layout. More...
 
 ~GUILayout ()
 
Attributes
bool is_null () const
 Is Null. More...
 
GUILayoutProviderget_provider () const
 Retrieves the provider. More...
 
Size get_css_size () const
 Returns the size of the dialog, as set in the editor. More...
 
Operations
void set_geometry (const Rect &pos)
 Set geometry. More...
 
void set_preferred_size (const Size &size)
 Set preferred size. More...
 

Detailed Description

Layout management base class.


The documentation for this class was generated from the following file: