A Layout Container window layouting it's children vertically. More...
Public Member Functions | |
VerticalLayoutContainer (const String &type, const String &name) | |
Constructor for GUISheet windows. | |
virtual | ~VerticalLayoutContainer (void) |
Destructor for GUISheet windows. | |
virtual void | layout () |
Static Public Attributes | |
static const String | WidgetTypeName |
The unique typename of this widget. | |
Protected Member Functions | |
virtual bool | testClassName_impl (const String &class_name) const |
Return whether this window was inherited from the given class name at some point in the inheritance hierarchy. |
A Layout Container window layouting it's children vertically.
virtual void CEGUI::VerticalLayoutContainer::layout | ( | ) | [virtual] |
(re)layouts all windows inside this layout container immediately
Implements CEGUI::LayoutContainer.
virtual bool CEGUI::VerticalLayoutContainer::testClassName_impl | ( | const String & | class_name | ) | const [inline, protected, virtual] |
Return whether this window was inherited from the given class name at some point in the inheritance hierarchy.
class_name | The class name that is to be checked. |
Reimplemented from CEGUI::SequentialLayoutContainer.
References CEGUI::LayoutContainer::testClassName_impl().