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