Public Types | Public Member Functions | Static Public Member Functions

MyGUI::ISubWidgetRect Class Reference

#include <MyGUI_ISubWidgetRect.h>

Inheritance diagram for MyGUI::ISubWidgetRect:

Public Types

typedef RTTIBase Base
typedef ISubWidgetRect 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 ~ISubWidgetRect ()
virtual void _setUVSet (const FloatRect &_rect)

Static Public Member Functions

static const std::string & getClassTypeName ()

Detailed Description

Definition at line 32 of file MyGUI_ISubWidgetRect.h.


Member Typedef Documentation

Reimplemented from MyGUI::ISubWidget.

Reimplemented in MyGUI::MainSkin, MyGUI::RawRect, MyGUI::RotatingSkin, MyGUI::SubSkin, and MyGUI::TileRect.

Definition at line 34 of file MyGUI_ISubWidgetRect.h.

Reimplemented from MyGUI::ISubWidget.

Reimplemented in MyGUI::MainSkin, MyGUI::RawRect, MyGUI::RotatingSkin, MyGUI::SubSkin, and MyGUI::TileRect.

Definition at line 34 of file MyGUI_ISubWidgetRect.h.


Constructor & Destructor Documentation

virtual MyGUI::ISubWidgetRect::~ISubWidgetRect (  )  [inline, virtual]

Definition at line 37 of file MyGUI_ISubWidgetRect.h.


Member Function Documentation

virtual void MyGUI::ISubWidgetRect::_setUVSet ( const FloatRect _rect  )  [inline, virtual]

Reimplemented in MyGUI::SubSkin, and MyGUI::TileRect.

Definition at line 39 of file MyGUI_ISubWidgetRect.h.

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

Reimplemented from MyGUI::ISubWidget.

Reimplemented in MyGUI::MainSkin, MyGUI::RawRect, MyGUI::RotatingSkin, MyGUI::SubSkin, and MyGUI::TileRect.

Definition at line 34 of file MyGUI_ISubWidgetRect.h.

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

Get type name as string

Reimplemented from MyGUI::ISubWidget.

Reimplemented in MyGUI::MainSkin, MyGUI::RawRect, MyGUI::RotatingSkin, MyGUI::SubSkin, and MyGUI::TileRect.

Definition at line 34 of file MyGUI_ISubWidgetRect.h.

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

Compare with selected type

Reimplemented from MyGUI::ISubWidget.

Reimplemented in MyGUI::MainSkin, MyGUI::RawRect, MyGUI::RotatingSkin, MyGUI::SubSkin, and MyGUI::TileRect.

Definition at line 34 of file MyGUI_ISubWidgetRect.h.

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

Compare with selected type

Reimplemented from MyGUI::ISubWidget.

Reimplemented in MyGUI::MainSkin, MyGUI::RawRect, MyGUI::RotatingSkin, MyGUI::SubSkin, and MyGUI::TileRect.

Definition at line 34 of file MyGUI_ISubWidgetRect.h.


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