MyGUI
3.0.1
|
#include <MyGUI_ISubWidget.h>
Public Types | |
typedef RTTIBase | Base |
typedef ISubWidget | 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 | ~ISubWidget () |
virtual void | createDrawItem (ITexture *_texture, ILayerNode *_node)=0 |
virtual void | destroyDrawItem ()=0 |
virtual void | setAlpha (float _alpha) |
virtual void | setStateData (IStateInfo *_data) |
virtual void | doRender ()=0 |
Static Public Member Functions | |
static const std::string & | getClassTypeName () |
Definition at line 40 of file MyGUI_ISubWidget.h.
typedef RTTIBase MyGUI::ISubWidget::Base |
Reimplemented in MyGUI::EditText, MyGUI::SubSkin, MyGUI::RawRect, MyGUI::TileRect, MyGUI::RotatingSkin, MyGUI::SimpleText, MyGUI::ISubWidgetRect, MyGUI::ISubWidgetText, and MyGUI::MainSkin.
Definition at line 44 of file MyGUI_ISubWidget.h.
Reimplemented from MyGUI::IObject.
Reimplemented in MyGUI::EditText, MyGUI::SubSkin, MyGUI::RawRect, MyGUI::TileRect, MyGUI::RotatingSkin, MyGUI::SimpleText, MyGUI::ISubWidgetRect, MyGUI::ISubWidgetText, and MyGUI::MainSkin.
Definition at line 44 of file MyGUI_ISubWidget.h.
virtual MyGUI::ISubWidget::~ISubWidget | ( | ) | [inline, virtual] |
Definition at line 47 of file MyGUI_ISubWidget.h.
virtual void MyGUI::ISubWidget::createDrawItem | ( | ITexture * | _texture, |
ILayerNode * | _node | ||
) | [pure virtual] |
Implemented in MyGUI::EditText, MyGUI::SubSkin, and MyGUI::TileRect.
virtual void MyGUI::ISubWidget::destroyDrawItem | ( | ) | [pure virtual] |
Implemented in MyGUI::EditText, MyGUI::SubSkin, and MyGUI::TileRect.
virtual void MyGUI::ISubWidget::doRender | ( | ) | [pure virtual] |
Implemented in MyGUI::RotatingSkin, MyGUI::SubSkin, MyGUI::EditText, MyGUI::RawRect, MyGUI::TileRect, and MyGUI::SimpleText.
static const std::string& MyGUI::ISubWidget::getClassTypeName | ( | ) | [inline, static] |
Reimplemented from MyGUI::IObject.
Reimplemented in MyGUI::EditText, MyGUI::SubSkin, MyGUI::RawRect, MyGUI::TileRect, MyGUI::RotatingSkin, MyGUI::SimpleText, MyGUI::ISubWidgetRect, MyGUI::ISubWidgetText, and MyGUI::MainSkin.
Definition at line 44 of file MyGUI_ISubWidget.h.
virtual const std::string& MyGUI::ISubWidget::getTypeName | ( | ) | const [inline, virtual] |
Get type name as string
Reimplemented from MyGUI::IObject.
Reimplemented in MyGUI::EditText, MyGUI::SubSkin, MyGUI::RawRect, MyGUI::TileRect, MyGUI::RotatingSkin, MyGUI::SimpleText, MyGUI::ISubWidgetRect, MyGUI::ISubWidgetText, and MyGUI::MainSkin.
Definition at line 44 of file MyGUI_ISubWidget.h.
virtual bool MyGUI::ISubWidget::isType | ( | const std::type_info & | _type | ) | const [inline, virtual] |
Compare with selected type
Reimplemented from MyGUI::IObject.
Reimplemented in MyGUI::EditText, MyGUI::SubSkin, MyGUI::RawRect, MyGUI::TileRect, MyGUI::RotatingSkin, MyGUI::SimpleText, MyGUI::ISubWidgetRect, MyGUI::ISubWidgetText, and MyGUI::MainSkin.
Definition at line 44 of file MyGUI_ISubWidget.h.
bool MyGUI::ISubWidget::isType | ( | ) | const [inline] |
Compare with selected type
Reimplemented from MyGUI::IObject.
Reimplemented in MyGUI::EditText, MyGUI::SubSkin, MyGUI::RawRect, MyGUI::TileRect, MyGUI::RotatingSkin, MyGUI::SimpleText, MyGUI::ISubWidgetRect, MyGUI::ISubWidgetText, and MyGUI::MainSkin.
Definition at line 44 of file MyGUI_ISubWidget.h.
virtual void MyGUI::ISubWidget::setAlpha | ( | float | _alpha | ) | [inline, virtual] |
Reimplemented in MyGUI::EditText, MyGUI::SubSkin, MyGUI::RawRect, and MyGUI::TileRect.
Definition at line 52 of file MyGUI_ISubWidget.h.
virtual void MyGUI::ISubWidget::setStateData | ( | IStateInfo * | _data | ) | [inline, virtual] |
Reimplemented in MyGUI::EditText, MyGUI::TileRect, MyGUI::RawRect, and MyGUI::SubSkin.
Definition at line 54 of file MyGUI_ISubWidget.h.