#include <MyGUI_MenuBar.h>

Public Types | |
| typedef RTTIBase | Base |
| typedef MenuBar | RTTIBase |
Public Member Functions | |
| virtual const std::string & | getTypeName () const |
| virtual bool | isType (const std::type_info &_type) const |
| template<typename Type > | |
| bool | isType () const |
| MenuBar () | |
| virtual void | _initialise (WidgetStyle _style, const IntCoord &_coord, Align _align, ResourceSkin *_info, Widget *_parent, ICroppedRectangle *_croppedParent, IWidgetCreator *_creator, const std::string &_name) |
Static Public Member Functions | |
| static const std::string & | getClassTypeName () |
Protected Member Functions | |
| virtual | ~MenuBar () |
| void | baseChangeWidgetSkin (ResourceSkin *_info) |
Definition at line 32 of file MyGUI_MenuBar.h.
| typedef RTTIBase MyGUI::MenuBar::Base |
| typedef MenuBar MyGUI::MenuBar::RTTIBase |
| MyGUI::MenuBar::MenuBar | ( | ) |
Definition at line 29 of file MyGUI_MenuBar.cpp.
| MyGUI::MenuBar::~MenuBar | ( | ) | [protected, virtual] |
Definition at line 42 of file MyGUI_MenuBar.cpp.
| void MyGUI::MenuBar::_initialise | ( | WidgetStyle | _style, | |
| const IntCoord & | _coord, | |||
| Align | _align, | |||
| ResourceSkin * | _info, | |||
| Widget * | _parent, | |||
| ICroppedRectangle * | _croppedParent, | |||
| IWidgetCreator * | _creator, | |||
| const std::string & | _name | |||
| ) | [virtual] |
| void MyGUI::MenuBar::baseChangeWidgetSkin | ( | ResourceSkin * | _info | ) | [protected, virtual] |
| static const std::string& MyGUI::MenuBar::getClassTypeName | ( | ) | [inline, static] |
| virtual const std::string& MyGUI::MenuBar::getTypeName | ( | ) | const [inline, virtual] |
Get type name as string
Reimplemented from MyGUI::MenuCtrl.
Definition at line 35 of file MyGUI_MenuBar.h.
| bool MyGUI::MenuBar::isType | ( | ) | const [inline] |
Compare with selected type
Reimplemented from MyGUI::MenuCtrl.
Definition at line 35 of file MyGUI_MenuBar.h.
| virtual bool MyGUI::MenuBar::isType | ( | const std::type_info & | _type | ) | const [inline, virtual] |
Compare with selected type
Reimplemented from MyGUI::MenuCtrl.
Definition at line 35 of file MyGUI_MenuBar.h.
1.5.9