#include <MyGUI_ISubWidgetRect.h>
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) |
virtual void | _setColour (const Colour &_value) |
Static Public Member Functions | |
static const std::string & | getClassTypeName () |
Definition at line 33 of file MyGUI_ISubWidgetRect.h.
typedef RTTIBase MyGUI::ISubWidgetRect::Base |
Reimplemented from MyGUI::ISubWidget.
Reimplemented in MyGUI::MainSkin, MyGUI::RawRect, MyGUI::RotatingSkin, MyGUI::SubSkin, and MyGUI::TileRect.
Definition at line 35 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 35 of file MyGUI_ISubWidgetRect.h.
virtual MyGUI::ISubWidgetRect::~ISubWidgetRect | ( | ) | [inline, virtual] |
Definition at line 38 of file MyGUI_ISubWidgetRect.h.
virtual void MyGUI::ISubWidgetRect::_setColour | ( | const Colour & | _value | ) | [inline, virtual] |
Reimplemented in MyGUI::SubSkin, and MyGUI::TileRect.
Definition at line 41 of file MyGUI_ISubWidgetRect.h.
virtual void MyGUI::ISubWidgetRect::_setUVSet | ( | const FloatRect & | _rect | ) | [inline, virtual] |
Reimplemented in MyGUI::SubSkin, and MyGUI::TileRect.
Definition at line 40 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 35 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 35 of file MyGUI_ISubWidgetRect.h.
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 35 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 35 of file MyGUI_ISubWidgetRect.h.