MyGUI  3.0.1
Public Types | Public Member Functions | Static Public Member Functions
MyGUI::SubSkinStateInfo Class Reference

#include <MyGUI_CommonStateInfo.h>

+ Inheritance diagram for MyGUI::SubSkinStateInfo:

Public Types

typedef RTTIBase Base
typedef SubSkinStateInfo RTTIBase
- Public Types inherited from MyGUI::IStateInfo
typedef RTTIBase Base
typedef IStateInfo RTTIBase
- Public Types inherited from MyGUI::ISerializable
typedef RTTIBase Base
typedef ISerializable RTTIBase
- Public Types inherited from MyGUI::IObject
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
virtual ~SubSkinStateInfo ()
const FloatRectgetRect ()
- Public Member Functions inherited from MyGUI::IStateInfo
virtual ~IStateInfo ()
- Public Member Functions inherited from MyGUI::ISerializable
 ISerializable ()
virtual ~ISerializable ()
virtual void serialization (xml::ElementPtr _node, Version _version)
virtual void deserialization (xml::ElementPtr _node, Version _version)
- Public Member Functions inherited from MyGUI::IObject
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 35 of file MyGUI_CommonStateInfo.h.

Member Typedef Documentation

Definition at line 38 of file MyGUI_CommonStateInfo.h.

Definition at line 38 of file MyGUI_CommonStateInfo.h.

Constructor & Destructor Documentation

virtual MyGUI::SubSkinStateInfo::~SubSkinStateInfo ( )
inlinevirtual

Definition at line 41 of file MyGUI_CommonStateInfo.h.

Member Function Documentation

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

Reimplemented from MyGUI::IStateInfo.

Definition at line 38 of file MyGUI_CommonStateInfo.h.

const FloatRect& MyGUI::SubSkinStateInfo::getRect ( )
inline

Definition at line 43 of file MyGUI_CommonStateInfo.h.

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

Get type name as string

Reimplemented from MyGUI::IStateInfo.

Definition at line 38 of file MyGUI_CommonStateInfo.h.

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

Compare with selected type

Reimplemented from MyGUI::IStateInfo.

Definition at line 38 of file MyGUI_CommonStateInfo.h.

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

Compare with selected type

Reimplemented from MyGUI::IStateInfo.

Definition at line 38 of file MyGUI_CommonStateInfo.h.


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