#include <MyGUI_ISubWidget.h>
Public Member Functions | |
virtual | ~ISubWidget () |
virtual void | createDrawItem (const std::string &_texture, ILayerNode *_node)=0 |
virtual void | destroyDrawItem ()=0 |
virtual void | setAlpha (float _alpha) |
virtual void | setStateData (IStateInfo *_data) |
virtual void | doRender ()=0 |
Definition at line 41 of file MyGUI_ISubWidget.h.
virtual MyGUI::ISubWidget::~ISubWidget | ( | ) | [inline, virtual] |
Definition at line 48 of file MyGUI_ISubWidget.h.
virtual void MyGUI::ISubWidget::createDrawItem | ( | const std::string & | _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::EditText, MyGUI::RawRect, MyGUI::RotatingSkin, MyGUI::SimpleText, MyGUI::SubSkin, and MyGUI::TileRect.
virtual void MyGUI::ISubWidget::setAlpha | ( | float | _alpha | ) | [inline, virtual] |
Reimplemented in MyGUI::EditText, MyGUI::RawRect, MyGUI::SubSkin, and MyGUI::TileRect.
Definition at line 53 of file MyGUI_ISubWidget.h.
virtual void MyGUI::ISubWidget::setStateData | ( | IStateInfo * | _data | ) | [inline, virtual] |
Reimplemented in MyGUI::EditText, MyGUI::RawRect, MyGUI::SubSkin, and MyGUI::TileRect.
Definition at line 55 of file MyGUI_ISubWidget.h.