|
MyGUI
3.2.0
|
#include <MyGUI_MainSkin.h>
Inheritance diagram for MyGUI::MainSkin:Public Types | |
| typedef RTTIBase | Base |
| typedef MainSkin | 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 |
| MainSkin () | |
| virtual | ~MainSkin () |
| virtual void | _setAlign (const IntSize &_oldsize) |
Static Public Member Functions | |
| static const std::string & | getClassTypeName () |
Definition at line 31 of file MyGUI_MainSkin.h.
| typedef RTTIBase MyGUI::MainSkin::Base |
Reimplemented from MyGUI::SubSkin.
Definition at line 34 of file MyGUI_MainSkin.h.
| typedef MainSkin MyGUI::MainSkin::RTTIBase |
Reimplemented from MyGUI::SubSkin.
Definition at line 34 of file MyGUI_MainSkin.h.
Definition at line 31 of file MyGUI_MainSkin.cpp.
| MyGUI::MainSkin::~MainSkin | ( | ) | [virtual] |
Definition at line 36 of file MyGUI_MainSkin.cpp.
| void MyGUI::MainSkin::_setAlign | ( | const IntSize & | _oldsize | ) | [virtual] |
Reimplemented from MyGUI::SubSkin.
Definition at line 40 of file MyGUI_MainSkin.cpp.
| static const std::string& MyGUI::MainSkin::getClassTypeName | ( | ) | [inline, static] |
Reimplemented from MyGUI::SubSkin.
Definition at line 34 of file MyGUI_MainSkin.h.
| virtual const std::string& MyGUI::MainSkin::getTypeName | ( | ) | const [inline, virtual] |
Get type name as string
Reimplemented from MyGUI::SubSkin.
Definition at line 34 of file MyGUI_MainSkin.h.
| virtual bool MyGUI::MainSkin::isType | ( | const std::type_info & | _type | ) | const [inline, virtual] |
Compare with selected type
Reimplemented from MyGUI::SubSkin.
Definition at line 34 of file MyGUI_MainSkin.h.
| bool MyGUI::MainSkin::isType | ( | ) | const [inline] |
Compare with selected type
Reimplemented from MyGUI::SubSkin.
Definition at line 34 of file MyGUI_MainSkin.h.
1.7.6.1