MyGUI 3.0.1
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 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 ()

Static Public Member Functions

static const std::string & getClassTypeName ()

Detailed Description

Definition at line 32 of file MyGUI_SharedLayerNode.h.


Member Typedef Documentation

Reimplemented from MyGUI::LayerNode.

Definition at line 34 of file MyGUI_SharedLayerNode.h.

Reimplemented from MyGUI::LayerNode.

Definition at line 34 of file MyGUI_SharedLayerNode.h.


Constructor & Destructor Documentation

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

Definition at line 30 of file MyGUI_SharedLayerNode.cpp.

MyGUI::SharedLayerNode::~SharedLayerNode ( ) [virtual]

Definition at line 36 of file MyGUI_SharedLayerNode.cpp.


Member Function Documentation

void MyGUI::SharedLayerNode::addUsing ( ) [inline]

Definition at line 40 of file MyGUI_SharedLayerNode.h.

size_t MyGUI::SharedLayerNode::countUsing ( ) [inline]

Definition at line 42 of file MyGUI_SharedLayerNode.h.

static const std::string& MyGUI::SharedLayerNode::getClassTypeName ( ) [inline, static]

Reimplemented from MyGUI::LayerNode.

Definition at line 34 of file MyGUI_SharedLayerNode.h.

virtual const std::string& MyGUI::SharedLayerNode::getTypeName ( ) const [inline, virtual]

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 [inline, virtual]

Compare with selected type

Reimplemented from MyGUI::LayerNode.

Definition at line 34 of file MyGUI_SharedLayerNode.h.

void MyGUI::SharedLayerNode::removeUsing ( ) [inline]

Definition at line 41 of file MyGUI_SharedLayerNode.h.


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