MyGUI  3.2.0
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 31 of file MyGUI_IObject.h.


Member Typedef Documentation


Constructor & Destructor Documentation

Definition at line 36 of file MyGUI_IObject.h.

virtual MyGUI::IObject::~IObject ( ) [inline, virtual]

Definition at line 37 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. \

Parameters:
_throwIf true throw exception when casting in wrong type, else return nullptr \

Definition at line 33 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. \

Parameters:
_throwIf true throw exception when casting in wrong type, else return nullptr \

Definition at line 33 of file MyGUI_IObject.h.

static const std::string& MyGUI::IObject::getClassTypeName ( ) [inline, static]
virtual const std::string& MyGUI::IObject::getTypeName ( ) const [inline, virtual]
virtual bool MyGUI::IObject::isType ( const std::type_info &  _type) const [inline, virtual]
template<typename Type >
bool MyGUI::IObject::isType ( ) const [inline]

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