MyGUI  3.2.1
Public Types | Public Member Functions | Static Public Member Functions
MyGUI::IObject Class Reference

#include <MyGUI_IObject.h>

+ Inheritance diagram for MyGUI::IObject:

Public Types

typedef IObject 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
 
template<typename Type >
Type * castType (bool _throw=true)
 
template<typename Type >
const Type * castType (bool _throw=true) const
 
 IObject ()
 
virtual ~IObject ()
 

Static Public Member Functions

static const std::string & getClassTypeName ()
 

Detailed Description

Definition at line 16 of file MyGUI_IObject.h.

Member Typedef Documentation

Definition at line 18 of file MyGUI_IObject.h.

Constructor & Destructor Documentation

MyGUI::IObject::IObject ( )
inline

Definition at line 21 of file MyGUI_IObject.h.

virtual MyGUI::IObject::~IObject ( )
inlinevirtual

Definition at line 22 of file MyGUI_IObject.h.

Member Function Documentation

template<typename Type >
Type* MyGUI::IObject::castType ( bool  _throw = true)
inline

Try to cast pointer to selected type. @param _throw If true throw exception when casting in wrong type, else return nullptr \

Definition at line 18 of file MyGUI_IObject.h.

template<typename Type >
const Type* MyGUI::IObject::castType ( bool  _throw = true) const
inline

Try to cast pointer to selected type. @param _throw If true throw exception when casting in wrong type, else return nullptr \

Definition at line 18 of file MyGUI_IObject.h.

static const std::string& MyGUI::IObject::getClassTypeName ( )
inlinestatic

Definition at line 18 of file MyGUI_IObject.h.

virtual const std::string& MyGUI::IObject::getTypeName ( ) const
inlinevirtual
virtual bool MyGUI::IObject::isType ( const std::type_info &  _type) const
inlinevirtual
template<typename Type >
bool MyGUI::IObject::isType ( ) const
inline

Compare with selected type

Definition at line 18 of file MyGUI_IObject.h.


The documentation for this class was generated from the following file: