MyGUI 3.4.3
|
#include <MyGUI_IStateInfo.h>
Public Types | |
typedef RTTIBase | Base |
typedef IStateInfo | RTTIBase |
![]() | |
typedef RTTIBase | Base |
typedef ISerializable | RTTIBase |
![]() | |
typedef IObject | RTTIBase |
Public Member Functions | |
virtual std::string_view | getTypeName () const override |
virtual bool | isType (const std::type_info &_type) const override |
template<typename Type > | |
bool | isType () const |
![]() | |
template<typename Type > | |
bool | isType () const |
virtual void | serialization (xml::ElementPtr, Version) |
virtual void | deserialization (xml::ElementPtr, Version) |
![]() | |
template<typename Type > | |
bool | isType () const |
template<typename Type > | |
Type * | castType (bool _throw=true) |
template<typename Type > | |
const Type * | castType (bool _throw=true) const |
virtual | ~IObject ()=default |
Static Public Member Functions | |
static std::string_view | getClassTypeName () |
![]() | |
static std::string_view | getClassTypeName () |
![]() | |
static std::string_view | getClassTypeName () |
Definition at line 16 of file MyGUI_IStateInfo.h.
Definition at line 18 of file MyGUI_IStateInfo.h.
Definition at line 18 of file MyGUI_IStateInfo.h.
|
inlinestatic |
Definition at line 18 of file MyGUI_IStateInfo.h.
|
inlineoverridevirtual |
Get type name as string
Reimplemented from MyGUI::ISerializable.
Reimplemented in MyGUI::EditTextStateInfo, MyGUI::RotatingSkinStateInfo, MyGUI::SubSkinStateInfo, and MyGUI::TileRectStateInfo.
Definition at line 18 of file MyGUI_IStateInfo.h.
|
inline |
Compare with selected type
Definition at line 18 of file MyGUI_IStateInfo.h.
|
inlineoverridevirtual |
Compare with selected type
Reimplemented from MyGUI::ISerializable.
Reimplemented in MyGUI::EditTextStateInfo, MyGUI::RotatingSkinStateInfo, MyGUI::SubSkinStateInfo, and MyGUI::TileRectStateInfo.
Definition at line 18 of file MyGUI_IStateInfo.h.