MyGUI  3.2.0
Public Types | Public Member Functions | Static Public Member Functions
MyGUI::SharedLayerNode Class Reference

#include <MyGUI_SharedLayerNode.h>

+ Inheritance diagram for MyGUI::SharedLayerNode:

Public Types

typedef RTTIBase Base
typedef SharedLayerNode RTTIBase
- Public Types inherited from MyGUI::LayerNode
typedef RTTIBase Base
typedef LayerNode RTTIBase
- Public Types inherited from MyGUI::ILayerNode
typedef RTTIBase Base
typedef ILayerNode RTTIBase
- Public Types inherited from MyGUI::IObject
typedef IObject 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
 SharedLayerNode (ILayer *_layer, ILayerNode *_parent=0)
virtual ~SharedLayerNode ()
void addUsing ()
void removeUsing ()
size_t countUsing () const
- Public Member Functions inherited from MyGUI::LayerNode
 LayerNode (ILayer *_layer, ILayerNode *_parent=0)
virtual ~LayerNode ()
virtual ILayergetLayer () const
virtual ILayerNodegetParent () const
virtual ILayerNodecreateChildItemNode ()
virtual void destroyChildItemNode (ILayerNode *_node)
virtual void upChildItemNode (ILayerNode *_node)
virtual EnumeratorILayerNode getEnumerator () const
virtual void attachLayerItem (ILayerItem *_item)
virtual void detachLayerItem (ILayerItem *_item)
virtual RenderItemaddToRenderItem (ITexture *_texture, bool _firstQueue, bool _manualRender)
virtual void outOfDate (RenderItem *_item)
virtual ILayerItemgetLayerItemByPoint (int _left, int _top) const
virtual void renderToTarget (IRenderTarget *_target, bool _update)
virtual void resizeView (const IntSize &_viewSize)
bool isOutOfDate () const
- Public Member Functions inherited from MyGUI::ILayerNode
virtual ~ILayerNode ()
- Public Member Functions inherited from MyGUI::IObject
template<typename Type >
Type * castType (bool _throw=true)
template<typename Type >
const Type * castType (bool _throw=true) const
 IObject ()
virtual ~IObject ()

Static Public Member Functions

static const std::string & getClassTypeName ()

Additional Inherited Members

- Protected Member Functions inherited from MyGUI::LayerNode
void updateCompression ()
- Protected Attributes inherited from MyGUI::LayerNode
VectorRenderItem mFirstRenderItems
VectorRenderItem mSecondRenderItems
VectorLayerItem mLayerItems
VectorILayerNode mChildItems
ILayerNodemParent
ILayermLayer
bool mOutOfDate

Detailed Description

Definition at line 31 of file MyGUI_SharedLayerNode.h.

Member Typedef Documentation

Definition at line 34 of file MyGUI_SharedLayerNode.h.

Definition at line 34 of file MyGUI_SharedLayerNode.h.

Constructor & Destructor Documentation

MyGUI::SharedLayerNode::SharedLayerNode ( ILayer _layer,
ILayerNode _parent = 0 
)
explicit

Definition at line 29 of file MyGUI_SharedLayerNode.cpp.

MyGUI::SharedLayerNode::~SharedLayerNode ( )
virtual

Definition at line 35 of file MyGUI_SharedLayerNode.cpp.

Member Function Documentation

void MyGUI::SharedLayerNode::addUsing ( )

Definition at line 39 of file MyGUI_SharedLayerNode.cpp.

size_t MyGUI::SharedLayerNode::countUsing ( ) const

Definition at line 49 of file MyGUI_SharedLayerNode.cpp.

static const std::string& MyGUI::SharedLayerNode::getClassTypeName ( )
inlinestatic

Reimplemented from MyGUI::LayerNode.

Definition at line 34 of file MyGUI_SharedLayerNode.h.

virtual const std::string& MyGUI::SharedLayerNode::getTypeName ( ) const
inlinevirtual

Get type name as string

Reimplemented from MyGUI::LayerNode.

Definition at line 34 of file MyGUI_SharedLayerNode.h.

template<typename Type >
bool MyGUI::SharedLayerNode::isType ( ) const
inline

Compare with selected type

Reimplemented from MyGUI::LayerNode.

Definition at line 34 of file MyGUI_SharedLayerNode.h.

virtual bool MyGUI::SharedLayerNode::isType ( const std::type_info &  _type) const
inlinevirtual

Compare with selected type

Reimplemented from MyGUI::LayerNode.

Definition at line 34 of file MyGUI_SharedLayerNode.h.

void MyGUI::SharedLayerNode::removeUsing ( )

Definition at line 44 of file MyGUI_SharedLayerNode.cpp.


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