#include <MyGUI_CommonStateInfo.h>
Public Types | |
typedef RTTIBase | Base |
typedef EditTextStateInfo | 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 |
EditTextStateInfo () | |
virtual | ~EditTextStateInfo () |
const Colour & | getColour () |
bool | getShift () |
Static Public Member Functions | |
static const std::string & | getClassTypeName () |
Definition at line 112 of file MyGUI_CommonStateInfo.h.
MyGUI::EditTextStateInfo::EditTextStateInfo | ( | ) | [inline] |
Definition at line 118 of file MyGUI_CommonStateInfo.h.
virtual MyGUI::EditTextStateInfo::~EditTextStateInfo | ( | ) | [inline, virtual] |
Definition at line 119 of file MyGUI_CommonStateInfo.h.
static const std::string& MyGUI::EditTextStateInfo::getClassTypeName | ( | ) | [inline, static] |
const Colour& MyGUI::EditTextStateInfo::getColour | ( | ) | [inline] |
Definition at line 121 of file MyGUI_CommonStateInfo.h.
bool MyGUI::EditTextStateInfo::getShift | ( | ) | [inline] |
Definition at line 122 of file MyGUI_CommonStateInfo.h.
virtual const std::string& MyGUI::EditTextStateInfo::getTypeName | ( | ) | const [inline, virtual] |
Get type name as string
Reimplemented from MyGUI::IStateInfo.
Definition at line 115 of file MyGUI_CommonStateInfo.h.
bool MyGUI::EditTextStateInfo::isType | ( | ) | const [inline] |
Compare with selected type
Reimplemented from MyGUI::IStateInfo.
Definition at line 115 of file MyGUI_CommonStateInfo.h.
virtual bool MyGUI::EditTextStateInfo::isType | ( | const std::type_info & | _type | ) | const [inline, virtual] |
Compare with selected type
Reimplemented from MyGUI::IStateInfo.
Definition at line 115 of file MyGUI_CommonStateInfo.h.