Inheritance diagram for CEGUI::Menubar:
Public Member Functions | |
Menubar (const String &type, const String &name) | |
Constructor for Menubar objects. | |
virtual | ~Menubar (void) |
Destructor for Menubar objects. | |
Static Public Attributes | |
static const String | EventNamespace |
Namespace for global events. | |
Protected Member Functions | |
virtual void | layoutItemWidgets () |
Setup size and position for the item widgets attached to this Menubar. | |
virtual Size | getContentSize () |
Resizes the menubar to exactly fit the content that is attached to it. | |
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 heirarchy. |
|
Resizes the menubar to exactly fit the content that is attached to it.
Implements CEGUI::ItemListBase. |
|
Setup size and position for the item widgets attached to this Menubar.
Implements CEGUI::ItemListBase. |
|
Return whether this window was inherited from the given class name at some point in the inheritance heirarchy.
Reimplemented from CEGUI::MenuBase. |