|
MyGUI
3.2.0
|
#include <MyGUI_ISubWidget.h>
Inheritance diagram for MyGUI::ISubWidget: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 |
| ISubWidget () | |
| 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 |
| virtual void | setAlign (Align _value) |
| virtual void | setVisible (bool _value) |
| virtual void | _updateView () |
| virtual void | _correctView () |
| virtual void | _setAlign (const IntSize &_oldsize) |
| virtual void | doManualRender (IVertexBuffer *_buffer, ITexture *_texture, size_t _count) |
Static Public Member Functions | |
| static const std::string & | getClassTypeName () |
Protected Attributes | |
| Align | mAlign |
| bool | mVisible |
Definition at line 39 of file MyGUI_ISubWidget.h.
| typedef RTTIBase MyGUI::ISubWidget::Base |
Reimplemented in MyGUI::EditText, MyGUI::SubSkin, MyGUI::TileRect, MyGUI::SimpleText, MyGUI::PolygonalSkin, MyGUI::RotatingSkin, MyGUI::ISubWidgetRect, MyGUI::ISubWidgetText, and MyGUI::MainSkin.
Definition at line 43 of file MyGUI_ISubWidget.h.
Reimplemented from MyGUI::IObject.
Reimplemented in MyGUI::EditText, MyGUI::SubSkin, MyGUI::TileRect, MyGUI::SimpleText, MyGUI::PolygonalSkin, MyGUI::RotatingSkin, MyGUI::ISubWidgetRect, MyGUI::ISubWidgetText, and MyGUI::MainSkin.
Definition at line 43 of file MyGUI_ISubWidget.h.
| MyGUI::ISubWidget::ISubWidget | ( | ) | [inline] |
Definition at line 46 of file MyGUI_ISubWidget.h.
| virtual MyGUI::ISubWidget::~ISubWidget | ( | ) | [inline, virtual] |
Definition at line 47 of file MyGUI_ISubWidget.h.
| virtual void MyGUI::ISubWidget::_correctView | ( | ) | [inline, virtual] |
Reimplemented in MyGUI::EditText, MyGUI::RotatingSkin, MyGUI::PolygonalSkin, MyGUI::SubSkin, and MyGUI::TileRect.
Definition at line 68 of file MyGUI_ISubWidget.h.
| virtual void MyGUI::ISubWidget::_setAlign | ( | const IntSize & | _oldsize | ) | [inline, virtual] |
Reimplemented in MyGUI::EditText, MyGUI::RotatingSkin, MyGUI::PolygonalSkin, MyGUI::SubSkin, MyGUI::TileRect, and MyGUI::MainSkin.
Definition at line 70 of file MyGUI_ISubWidget.h.
| virtual void MyGUI::ISubWidget::_updateView | ( | ) | [inline, virtual] |
Reimplemented in MyGUI::EditText, MyGUI::RotatingSkin, MyGUI::PolygonalSkin, MyGUI::SubSkin, and MyGUI::TileRect.
Definition at line 67 of file MyGUI_ISubWidget.h.
| virtual void MyGUI::ISubWidget::createDrawItem | ( | ITexture * | _texture, |
| ILayerNode * | _node | ||
| ) | [pure virtual] |
Implemented in MyGUI::EditText, MyGUI::RotatingSkin, MyGUI::PolygonalSkin, MyGUI::SubSkin, and MyGUI::TileRect.
| virtual void MyGUI::ISubWidget::destroyDrawItem | ( | ) | [pure virtual] |
Implemented in MyGUI::EditText, MyGUI::RotatingSkin, MyGUI::PolygonalSkin, MyGUI::SubSkin, and MyGUI::TileRect.
| virtual void MyGUI::ISubWidget::doManualRender | ( | IVertexBuffer * | _buffer, |
| ITexture * | _texture, | ||
| size_t | _count | ||
| ) | [inline, virtual] |
Definition at line 72 of file MyGUI_ISubWidget.h.
| virtual void MyGUI::ISubWidget::doRender | ( | ) | [pure virtual] |
Implemented in MyGUI::RotatingSkin, MyGUI::PolygonalSkin, MyGUI::SubSkin, MyGUI::EditText, 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::TileRect, MyGUI::SimpleText, MyGUI::PolygonalSkin, MyGUI::RotatingSkin, MyGUI::ISubWidgetRect, MyGUI::ISubWidgetText, and MyGUI::MainSkin.
Definition at line 43 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::TileRect, MyGUI::SimpleText, MyGUI::PolygonalSkin, MyGUI::RotatingSkin, MyGUI::ISubWidgetRect, MyGUI::ISubWidgetText, and MyGUI::MainSkin.
Definition at line 43 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::TileRect, MyGUI::SimpleText, MyGUI::PolygonalSkin, MyGUI::RotatingSkin, MyGUI::ISubWidgetRect, MyGUI::ISubWidgetText, and MyGUI::MainSkin.
Definition at line 43 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::TileRect, MyGUI::SimpleText, MyGUI::PolygonalSkin, MyGUI::RotatingSkin, MyGUI::ISubWidgetRect, MyGUI::ISubWidgetText, and MyGUI::MainSkin.
Definition at line 43 of file MyGUI_ISubWidget.h.
| virtual void MyGUI::ISubWidget::setAlign | ( | Align | _value | ) | [inline, virtual] |
Definition at line 58 of file MyGUI_ISubWidget.h.
| virtual void MyGUI::ISubWidget::setAlpha | ( | float | _alpha | ) | [inline, virtual] |
Reimplemented in MyGUI::EditText, MyGUI::RotatingSkin, MyGUI::PolygonalSkin, MyGUI::SubSkin, 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::RotatingSkin, MyGUI::TileRect, MyGUI::PolygonalSkin, and MyGUI::SubSkin.
Definition at line 54 of file MyGUI_ISubWidget.h.
| virtual void MyGUI::ISubWidget::setVisible | ( | bool | _value | ) | [inline, virtual] |
Reimplemented in MyGUI::RotatingSkin, MyGUI::PolygonalSkin, MyGUI::EditText, MyGUI::SubSkin, and MyGUI::TileRect.
Definition at line 62 of file MyGUI_ISubWidget.h.
Align MyGUI::ISubWidget::mAlign [protected] |
Definition at line 75 of file MyGUI_ISubWidget.h.
bool MyGUI::ISubWidget::mVisible [protected] |
Definition at line 76 of file MyGUI_ISubWidget.h.
1.7.6.1