MyGUI 3.0.1

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

Static Public Member Functions

static const std::string & getClassTypeName ()

Detailed Description

Definition at line 32 of file MyGUI_IObject.h.


Member Typedef Documentation


Constructor & Destructor Documentation

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. \ @param _throw If true throw exception when casting in wrong type, else return nullptr \

Reimplemented in MyGUI::Widget.

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

Reimplemented in MyGUI::Widget.

Definition at line 34 of file MyGUI_IObject.h.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines