MyGUI  3.0.3
Public Types | Public Member Functions | Static Public Member Functions
MyGUI::ResourceImageSetPointer Class Reference

#include <MyGUI_ResourceImageSetPointer.h>

+ Inheritance diagram for MyGUI::ResourceImageSetPointer:

Public Types

typedef RTTIBase Base
typedef ResourceImageSetPointer 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
 ResourceImageSetPointer ()
virtual ~ResourceImageSetPointer ()
virtual void deserialization (xml::ElementPtr _node, Version _version)
virtual void setImage (StaticImage *_image)
virtual void setPosition (StaticImage *_image, const IntPoint &_point)

Static Public Member Functions

static const std::string & getClassTypeName ()

Detailed Description

Definition at line 33 of file MyGUI_ResourceImageSetPointer.h.


Member Typedef Documentation

Reimplemented from MyGUI::IPointer.

Definition at line 35 of file MyGUI_ResourceImageSetPointer.h.

Reimplemented from MyGUI::IPointer.

Definition at line 35 of file MyGUI_ResourceImageSetPointer.h.


Constructor & Destructor Documentation

Definition at line 31 of file MyGUI_ResourceImageSetPointer.cpp.

Definition at line 39 of file MyGUI_ResourceImageSetPointer.h.


Member Function Documentation

Reimplemented from MyGUI::IResource.

Definition at line 36 of file MyGUI_ResourceImageSetPointer.cpp.

static const std::string& MyGUI::ResourceImageSetPointer::getClassTypeName ( ) [inline, static]

Reimplemented from MyGUI::IPointer.

Definition at line 35 of file MyGUI_ResourceImageSetPointer.h.

virtual const std::string& MyGUI::ResourceImageSetPointer::getTypeName ( ) const [inline, virtual]

Get type name as string

Reimplemented from MyGUI::IPointer.

Definition at line 35 of file MyGUI_ResourceImageSetPointer.h.

template<typename Type >
bool MyGUI::ResourceImageSetPointer::isType ( ) const [inline]

Compare with selected type

Reimplemented from MyGUI::IPointer.

Definition at line 35 of file MyGUI_ResourceImageSetPointer.h.

virtual bool MyGUI::ResourceImageSetPointer::isType ( const std::type_info &  _type) const [inline, virtual]

Compare with selected type

Reimplemented from MyGUI::IPointer.

Definition at line 35 of file MyGUI_ResourceImageSetPointer.h.

Implements MyGUI::IPointer.

Definition at line 53 of file MyGUI_ResourceImageSetPointer.cpp.

void MyGUI::ResourceImageSetPointer::setPosition ( StaticImage _image,
const IntPoint _point 
) [virtual]

Implements MyGUI::IPointer.

Definition at line 59 of file MyGUI_ResourceImageSetPointer.cpp.


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