MyGUI  3.2.0
Public Types | Public Member Functions | Static Public Member Functions
MyGUI::ResourceSkin Class Reference

#include <MyGUI_ResourceSkin.h>

+ Inheritance diagram for MyGUI::ResourceSkin:

Public Types

typedef RTTIBase Base
typedef ResourceSkin RTTIBase
- Public Types inherited from MyGUI::IResource
typedef RTTIBase Base
typedef IResource 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
 ResourceSkin ()
virtual ~ResourceSkin ()
virtual void deserialization (xml::ElementPtr _node, Version _version)
const IntSizegetSize () const
const std::string & getTextureName () const
const VectorSubWidgetInfogetBasisInfo () const
const MapWidgetStateInfogetStateInfo () const
const MapStringgetProperties () const
const VectorChildSkinInfogetChild () const
const std::string & getSkinName () const
- Public Member Functions inherited from MyGUI::IResource
const std::string & getResourceName () const
- Public Member Functions inherited from MyGUI::ISerializable
 ISerializable ()
virtual ~ISerializable ()
virtual void serialization (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
 IObject ()
virtual ~IObject ()

Static Public Member Functions

static const std::string & getClassTypeName ()

Additional Inherited Members

- Protected Member Functions inherited from MyGUI::IResource
 IResource ()
virtual ~IResource ()
- Protected Attributes inherited from MyGUI::IResource
std::string mResourceName

Detailed Description

Definition at line 36 of file MyGUI_ResourceSkin.h.

Member Typedef Documentation

Definition at line 39 of file MyGUI_ResourceSkin.h.

Definition at line 39 of file MyGUI_ResourceSkin.h.

Constructor & Destructor Documentation

MyGUI::ResourceSkin::ResourceSkin ( )

Definition at line 30 of file MyGUI_ResourceSkin.cpp.

MyGUI::ResourceSkin::~ResourceSkin ( )
virtual

Definition at line 34 of file MyGUI_ResourceSkin.cpp.

Member Function Documentation

void MyGUI::ResourceSkin::deserialization ( xml::ElementPtr  _node,
Version  _version 
)
virtual

Reimplemented from MyGUI::IResource.

Definition at line 44 of file MyGUI_ResourceSkin.cpp.

const VectorSubWidgetInfo & MyGUI::ResourceSkin::getBasisInfo ( ) const

Definition at line 275 of file MyGUI_ResourceSkin.cpp.

const VectorChildSkinInfo & MyGUI::ResourceSkin::getChild ( ) const

Definition at line 290 of file MyGUI_ResourceSkin.cpp.

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

Reimplemented from MyGUI::IResource.

Definition at line 39 of file MyGUI_ResourceSkin.h.

const MapString & MyGUI::ResourceSkin::getProperties ( ) const

Definition at line 285 of file MyGUI_ResourceSkin.cpp.

const IntSize & MyGUI::ResourceSkin::getSize ( ) const

Definition at line 265 of file MyGUI_ResourceSkin.cpp.

const std::string & MyGUI::ResourceSkin::getSkinName ( ) const

Definition at line 295 of file MyGUI_ResourceSkin.cpp.

const MapWidgetStateInfo & MyGUI::ResourceSkin::getStateInfo ( ) const

Definition at line 280 of file MyGUI_ResourceSkin.cpp.

const std::string & MyGUI::ResourceSkin::getTextureName ( ) const

Definition at line 270 of file MyGUI_ResourceSkin.cpp.

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

Get type name as string

Reimplemented from MyGUI::IResource.

Definition at line 39 of file MyGUI_ResourceSkin.h.

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

Compare with selected type

Reimplemented from MyGUI::IResource.

Definition at line 39 of file MyGUI_ResourceSkin.h.

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

Compare with selected type

Reimplemented from MyGUI::IResource.

Definition at line 39 of file MyGUI_ResourceSkin.h.


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