|
MyGUI 3.0.1
|
#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 () |
| void | _setAlign (const IntSize &_oldsize, bool _update) |
| void | _setAlign (const IntCoord &_oldsize, bool _update) |
Static Public Member Functions | |
| static const std::string & | getClassTypeName () |
Definition at line 32 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.
| MyGUI::MainSkin::MainSkin | ( | ) |
Definition at line 32 of file MyGUI_MainSkin.cpp.
| MyGUI::MainSkin::~MainSkin | ( | ) | [virtual] |
Definition at line 37 of file MyGUI_MainSkin.cpp.
| void MyGUI::MainSkin::_setAlign | ( | const IntSize & | _oldsize, |
| bool | _update | ||
| ) | [virtual] |
Reimplemented from MyGUI::SubSkin.
Definition at line 41 of file MyGUI_MainSkin.cpp.
| void MyGUI::MainSkin::_setAlign | ( | const IntCoord & | _oldsize, |
| bool | _update | ||
| ) | [inline, virtual] |
Reimplemented from MyGUI::SubSkin.
Definition at line 42 of file MyGUI_MainSkin.h.
| 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.4