MyGUI  3.2.0
Public Types | Public Member Functions | Static Public Member Functions | Protected Attributes
MyGUI::ISubWidget Class Reference

#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

Detailed Description

Definition at line 39 of file MyGUI_ISubWidget.h.


Member Typedef Documentation


Constructor & Destructor Documentation

Definition at line 46 of file MyGUI_ISubWidget.h.

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

Definition at line 47 of file MyGUI_ISubWidget.h.


Member Function Documentation

virtual void MyGUI::ISubWidget::_correctView ( ) [inline, virtual]
virtual void MyGUI::ISubWidget::_setAlign ( const IntSize _oldsize) [inline, virtual]
virtual void MyGUI::ISubWidget::_updateView ( ) [inline, virtual]
virtual void MyGUI::ISubWidget::createDrawItem ( ITexture _texture,
ILayerNode _node 
) [pure virtual]
virtual void MyGUI::ISubWidget::destroyDrawItem ( ) [pure virtual]
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]
static const std::string& MyGUI::ISubWidget::getClassTypeName ( ) [inline, static]
virtual const std::string& MyGUI::ISubWidget::getTypeName ( ) const [inline, virtual]
template<typename Type >
bool MyGUI::ISubWidget::isType ( ) const [inline]
virtual bool MyGUI::ISubWidget::isType ( const std::type_info &  _type) const [inline, virtual]
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]
virtual void MyGUI::ISubWidget::setStateData ( IStateInfo _data) [inline, virtual]
virtual void MyGUI::ISubWidget::setVisible ( bool  _value) [inline, virtual]

Field Documentation

Definition at line 75 of file MyGUI_ISubWidget.h.

bool MyGUI::ISubWidget::mVisible [protected]

Definition at line 76 of file MyGUI_ISubWidget.h.


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