Inheritance diagram for os::VLayoutNode:
Public Member Functions | |
VLayoutNode (const String &cName, float vWeight=1.0f, LayoutNode *pcParent=NULL, View *pcView=NULL) | |
virtual void | Layout () |
Protected Member Functions | |
virtual Point | CalculatePreferredSize (bool bLargest) |
VLayoutNode::VLayoutNode | ( | const String & | cName, | |
float | vWeight = 1.0f , |
|||
LayoutNode * | pcParent = NULL , |
|||
View * | pcView = NULL | |||
) |
void VLayoutNode::Layout | ( | ) | [virtual] |
Reimplemented from os::LayoutNode.
Point VLayoutNode::CalculatePreferredSize | ( | bool | bLargest | ) | [protected, virtual] |
Reimplemented from os::LayoutNode.