|
MyGUI
3.2.0
|
#include <MyGUI_CommonStateInfo.h>
Inheritance diagram for MyGUI::TileRectStateInfo:Public Types | |
| typedef RTTIBase | Base |
| typedef TileRectStateInfo | 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 |
| TileRectStateInfo () | |
| virtual | ~TileRectStateInfo () |
| const FloatRect & | getRect () const |
| const IntSize & | getTileSize () const |
| bool | getTileH () const |
| bool | getTileV () const |
Static Public Member Functions | |
| static const std::string & | getClassTypeName () |
Definition at line 67 of file MyGUI_CommonStateInfo.h.
Reimplemented from MyGUI::IStateInfo.
Definition at line 70 of file MyGUI_CommonStateInfo.h.
Reimplemented from MyGUI::IStateInfo.
Definition at line 70 of file MyGUI_CommonStateInfo.h.
| MyGUI::TileRectStateInfo::TileRectStateInfo | ( | ) | [inline] |
Definition at line 73 of file MyGUI_CommonStateInfo.h.
| virtual MyGUI::TileRectStateInfo::~TileRectStateInfo | ( | ) | [inline, virtual] |
Definition at line 79 of file MyGUI_CommonStateInfo.h.
| static const std::string& MyGUI::TileRectStateInfo::getClassTypeName | ( | ) | [inline, static] |
Reimplemented from MyGUI::IStateInfo.
Definition at line 70 of file MyGUI_CommonStateInfo.h.
| const FloatRect& MyGUI::TileRectStateInfo::getRect | ( | ) | const [inline] |
Definition at line 81 of file MyGUI_CommonStateInfo.h.
| bool MyGUI::TileRectStateInfo::getTileH | ( | ) | const [inline] |
Definition at line 91 of file MyGUI_CommonStateInfo.h.
| const IntSize& MyGUI::TileRectStateInfo::getTileSize | ( | ) | const [inline] |
Definition at line 86 of file MyGUI_CommonStateInfo.h.
| bool MyGUI::TileRectStateInfo::getTileV | ( | ) | const [inline] |
Definition at line 96 of file MyGUI_CommonStateInfo.h.
| virtual const std::string& MyGUI::TileRectStateInfo::getTypeName | ( | ) | const [inline, virtual] |
Get type name as string
Reimplemented from MyGUI::IStateInfo.
Definition at line 70 of file MyGUI_CommonStateInfo.h.
| virtual bool MyGUI::TileRectStateInfo::isType | ( | const std::type_info & | _type | ) | const [inline, virtual] |
Compare with selected type
Reimplemented from MyGUI::IStateInfo.
Definition at line 70 of file MyGUI_CommonStateInfo.h.
| bool MyGUI::TileRectStateInfo::isType | ( | ) | const [inline] |
Compare with selected type
Reimplemented from MyGUI::IStateInfo.
Definition at line 70 of file MyGUI_CommonStateInfo.h.
1.7.6.1