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

#include <MyGUI_IObject.h>

Inheritance diagram for MyGUI::IObject:
Inheritance graph
[legend]

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 ()=default
 
virtual ~IObject ()=default
 

Static Public Member Functions

static const std::string & getClassTypeName ()
 

Detailed Description

Definition at line 16 of file MyGUI_IObject.h.

Member Typedef Documentation

◆ RTTIBase

Definition at line 18 of file MyGUI_IObject.h.

Constructor & Destructor Documentation

◆ IObject()

MyGUI::IObject::IObject ( )
default

◆ ~IObject()

virtual MyGUI::IObject::~IObject ( )
virtualdefault

Member Function Documentation

◆ castType() [1/2]

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 18 of file MyGUI_IObject.h.

◆ castType() [2/2]

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 18 of file MyGUI_IObject.h.

◆ getClassTypeName()

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

Definition at line 18 of file MyGUI_IObject.h.

◆ getTypeName()

virtual const std::string & MyGUI::IObject::getTypeName ( ) const
inlinevirtual

◆ isType() [1/2]

template<typename Type >
bool MyGUI::IObject::isType ( ) const
inline

Compare with selected type

Definition at line 18 of file MyGUI_IObject.h.

◆ isType() [2/2]

virtual bool MyGUI::IObject::isType ( const std::type_info &  _type) const
inlinevirtual

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