|
MyGUI 3.0.1
|
#include <MyGUI_CommonStateInfo.h>
Inheritance diagram for MyGUI::SubSkinStateInfo:Public Types | |
| typedef RTTIBase | Base |
| typedef SubSkinStateInfo | 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 |
| virtual | ~SubSkinStateInfo () |
| const FloatRect & | getRect () |
Static Public Member Functions | |
| static const std::string & | getClassTypeName () |
Definition at line 35 of file MyGUI_CommonStateInfo.h.
Reimplemented from MyGUI::IStateInfo.
Definition at line 38 of file MyGUI_CommonStateInfo.h.
Reimplemented from MyGUI::IStateInfo.
Definition at line 38 of file MyGUI_CommonStateInfo.h.
| virtual MyGUI::SubSkinStateInfo::~SubSkinStateInfo | ( | ) | [inline, virtual] |
Definition at line 41 of file MyGUI_CommonStateInfo.h.
| static const std::string& MyGUI::SubSkinStateInfo::getClassTypeName | ( | ) | [inline, static] |
Reimplemented from MyGUI::IStateInfo.
Definition at line 38 of file MyGUI_CommonStateInfo.h.
| const FloatRect& MyGUI::SubSkinStateInfo::getRect | ( | ) | [inline] |
Definition at line 43 of file MyGUI_CommonStateInfo.h.
| virtual const std::string& MyGUI::SubSkinStateInfo::getTypeName | ( | ) | const [inline, virtual] |
Get type name as string
Reimplemented from MyGUI::IStateInfo.
Definition at line 38 of file MyGUI_CommonStateInfo.h.
| virtual bool MyGUI::SubSkinStateInfo::isType | ( | const std::type_info & | _type | ) | const [inline, virtual] |
Compare with selected type
Reimplemented from MyGUI::IStateInfo.
Definition at line 38 of file MyGUI_CommonStateInfo.h.
| bool MyGUI::SubSkinStateInfo::isType | ( | ) | const [inline] |
Compare with selected type
Reimplemented from MyGUI::IStateInfo.
Definition at line 38 of file MyGUI_CommonStateInfo.h.
1.7.4