|
MyGUI
3.2.0
|
#include <MyGUI_TabItem.h>
Inheritance diagram for MyGUI::TabItem:Public Types | |
| typedef RTTIBase | Base |
| typedef TabItem | 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 |
| TabItem () | |
| virtual void | setCaption (const UString &_value) |
| virtual const UString & | getCaption () |
| void | setButtonWidth (int _value=DEFAULT) |
| Set button width. | |
Static Public Member Functions | |
| static const std::string & | getClassTypeName () |
Protected Member Functions | |
| virtual void | initialiseOverride () |
| virtual void | shutdownOverride () |
| virtual void | setPropertyOverride (const std::string &_key, const std::string &_value) |
Definition at line 32 of file MyGUI_TabItem.h.
| typedef RTTIBase MyGUI::TabItem::Base |
Reimplemented from MyGUI::TextBox.
Definition at line 35 of file MyGUI_TabItem.h.
| typedef TabItem MyGUI::TabItem::RTTIBase |
Reimplemented from MyGUI::TextBox.
Definition at line 35 of file MyGUI_TabItem.h.
Definition at line 28 of file MyGUI_TabItem.cpp.
| const UString & MyGUI::TabItem::getCaption | ( | ) | [virtual] |
Get item caption
Reimplemented from MyGUI::TextBox.
Definition at line 58 of file MyGUI_TabItem.cpp.
| static const std::string& MyGUI::TabItem::getClassTypeName | ( | ) | [inline, static] |
Reimplemented from MyGUI::TextBox.
Definition at line 35 of file MyGUI_TabItem.h.
| virtual const std::string& MyGUI::TabItem::getTypeName | ( | ) | const [inline, virtual] |
Get type name as string
Reimplemented from MyGUI::TextBox.
Definition at line 35 of file MyGUI_TabItem.h.
| void MyGUI::TabItem::initialiseOverride | ( | ) | [protected, virtual] |
Reimplemented from MyGUI::Widget.
Definition at line 32 of file MyGUI_TabItem.cpp.
| bool MyGUI::TabItem::isType | ( | ) | const [inline] |
Compare with selected type
Reimplemented from MyGUI::TextBox.
Definition at line 35 of file MyGUI_TabItem.h.
| virtual bool MyGUI::TabItem::isType | ( | const std::type_info & | _type | ) | const [inline, virtual] |
Compare with selected type
Reimplemented from MyGUI::TextBox.
Definition at line 35 of file MyGUI_TabItem.h.
| void MyGUI::TabItem::setButtonWidth | ( | int | _value = DEFAULT | ) |
Set button width.
Definition at line 66 of file MyGUI_TabItem.cpp.
| void MyGUI::TabItem::setCaption | ( | const UString & | _value | ) | [virtual] |
Set item caption
Reimplemented from MyGUI::TextBox.
Definition at line 49 of file MyGUI_TabItem.cpp.
| void MyGUI::TabItem::setPropertyOverride | ( | const std::string & | _key, |
| const std::string & | _value | ||
| ) | [protected, virtual] |
Reimplemented from MyGUI::TextBox.
Definition at line 73 of file MyGUI_TabItem.cpp.
| void MyGUI::TabItem::shutdownOverride | ( | ) | [protected, virtual] |
Reimplemented from MyGUI::Widget.
Definition at line 40 of file MyGUI_TabItem.cpp.
1.7.6.1