30 #ifndef _CEGUIVerticalLayoutContainer_h_
31 #define _CEGUIVerticalLayoutContainer_h_
33 #include "CEGUISequentialLayoutContainer.h"
34 #include "../CEGUIWindowFactory.h"
68 virtual void layout();
84 if (class_name ==
"VerticalLayoutContainer")
return true;
93 #endif // end of guard _CEGUIVerticalLayoutContainer_h_
A Layout Container window layouting it's children vertically.
Definition: CEGUIVerticalLayoutContainer.h:43
An abstract base class providing common functionality and specifying the required interface for deriv...
Definition: CEGUISequentialLayoutContainer.h:52
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 h...
Definition: CEGUIVerticalLayoutContainer.h:82
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 h...
Definition: CEGUILayoutContainer.h:117
static const String WidgetTypeName
The unique typename of this widget.
Definition: CEGUIVerticalLayoutContainer.h:50
String class used within the GUI system.
Definition: CEGUIString.h:57