Clarisse 5.0 SP8 SDK
5.0.5.8.0
|
Public Member Functions | |
GuiNodalLayoutGrid (GuiNodalLayouter &layouter, GuiNodalLayoutGrid *previous=0, GuiNodalLayoutGrid *next=0) | |
int | get_position () |
void | get_horizontal_bounding (int &width, int &height) |
get bounding of the nodes when layouting from left to right | |
void | get_vertical_bounding (int &width, int &height) |
get bounding of the nodes when layouting from top to down | |
const CoreVector < GuiNodalNodeBase * > & | get_nodes () |
void | add_node (GuiNodalNodeBase &node) |
GuiNodalLayoutGrid * | get_next () |
GuiNodalLayoutGrid * | get_previous () |
GuiNodalLayouter & | get_layouter () const |
GuiNodalLayoutGrid * | create_next () |
GuiNodalLayoutGrid * | create_previous () |
GuiNodalLayoutGrid * | get_root () |
![]() | |
bool | is_kindof (const CoreBaseObject &object) const |
virtual size_t | get_memory_size () const |
CoreString | get_class_info_name () const |
const unsigned long & | get_class_info_id () const |
virtual bool | is_kindof (const CoreClassInfo &cinfo) const |
virtual const CoreClassInfo & | get_class_info () const |
template<class T > | |
T * | cast () |
template<class T > | |
const T * | cast () const |
![]() | |
bool | is_kindof (const CoreClassInfo &cinfo) const |
Static Public Member Functions | |
static int | get_depth (GuiNodalLayoutGrid *grid) |
static int | get_width (GuiNodalLayoutGrid *grid) |
static void | get_horizontal_bounding (GuiNodalLayoutGrid *grid, int &width, int &height) |
get the whole incoming grid bounding size when layouting from left to right | |
static void | get_vertical_bounding (GuiNodalLayoutGrid *grid, int &width, int &height) |
get the whole incoming grid bounding size when layouting from top to down | |
![]() | |
static const CoreClassInfo & | class_info () |
template<class T > | |
static T * | cast (CoreBaseObject *object) |
template<class T > | |
static const T * | cast (const CoreBaseObject *object) |
![]() | |
static const CoreClassInfo & | class_info () |
Get the type descriptor of this instance. | |