MyGUI::ILayer Class Reference

#include <MyGUI_ILayer.h>

Inheritance diagram for MyGUI::ILayer:

Inheritance graph
[legend]

Public Types

typedef RTTIBase Base
typedef ILayer 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
 ILayer ()
virtual ~ILayer ()
const std::string & getName () const
virtual ILayerNodecreateChildItemNode ()=0
virtual void destroyChildItemNode (ILayerNode *_node)=0
virtual void upChildItemNode (ILayerNode *_node)=0
virtual EnumeratorILayerNode getEnumerator ()=0
virtual ILayerItemgetLayerItemByPoint (int _left, int _top)=0
virtual IntPoint getPosition (int _left, int _top) const =0
virtual const IntSizegetSize () const =0
virtual void renderToTarget (IRenderTarget *_target, bool _update)=0
virtual void dumpStatisticToLog ()

Static Public Member Functions

static const std::string & getClassTypeName ()

Protected Attributes

std::string mName

Detailed Description

Definition at line 37 of file MyGUI_ILayer.h.


Member Typedef Documentation

Reimplemented from MyGUI::ISerializable.

Reimplemented in MyGUI::OverlappedLayer, and MyGUI::SharedLayer.

Definition at line 39 of file MyGUI_ILayer.h.

Reimplemented from MyGUI::ISerializable.

Reimplemented in MyGUI::OverlappedLayer, and MyGUI::SharedLayer.

Definition at line 39 of file MyGUI_ILayer.h.


Constructor & Destructor Documentation

MyGUI::ILayer::ILayer (  )  [inline]

Definition at line 42 of file MyGUI_ILayer.h.

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

Definition at line 43 of file MyGUI_ILayer.h.


Member Function Documentation

virtual ILayerNode* MyGUI::ILayer::createChildItemNode (  )  [pure virtual]

virtual void MyGUI::ILayer::destroyChildItemNode ( ILayerNode _node  )  [pure virtual]

virtual void MyGUI::ILayer::dumpStatisticToLog (  )  [inline, virtual]

Reimplemented in MyGUI::OverlappedLayer, and MyGUI::SharedLayer.

Definition at line 71 of file MyGUI_ILayer.h.

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

Reimplemented from MyGUI::ISerializable.

Reimplemented in MyGUI::OverlappedLayer, and MyGUI::SharedLayer.

Definition at line 39 of file MyGUI_ILayer.h.

virtual EnumeratorILayerNode MyGUI::ILayer::getEnumerator (  )  [pure virtual]

virtual ILayerItem* MyGUI::ILayer::getLayerItemByPoint ( int  _left,
int  _top 
) [pure virtual]

const std::string& MyGUI::ILayer::getName ( void   )  const [inline]

Definition at line 46 of file MyGUI_ILayer.h.

virtual IntPoint MyGUI::ILayer::getPosition ( int  _left,
int  _top 
) const [pure virtual]

virtual const IntSize& MyGUI::ILayer::getSize (  )  const [pure virtual]

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

Get type name as string

Reimplemented from MyGUI::ISerializable.

Reimplemented in MyGUI::OverlappedLayer, and MyGUI::SharedLayer.

Definition at line 39 of file MyGUI_ILayer.h.

template<typename Type >
bool MyGUI::ILayer::isType (  )  const [inline]

Compare with selected type

Reimplemented from MyGUI::ISerializable.

Reimplemented in MyGUI::OverlappedLayer, and MyGUI::SharedLayer.

Definition at line 39 of file MyGUI_ILayer.h.

virtual bool MyGUI::ILayer::isType ( const std::type_info &  _type  )  const [inline, virtual]

Compare with selected type

Reimplemented from MyGUI::ISerializable.

Reimplemented in MyGUI::OverlappedLayer, and MyGUI::SharedLayer.

Definition at line 39 of file MyGUI_ILayer.h.

virtual void MyGUI::ILayer::renderToTarget ( IRenderTarget _target,
bool  _update 
) [pure virtual]

virtual void MyGUI::ILayer::upChildItemNode ( ILayerNode _node  )  [pure virtual]


Field Documentation

std::string MyGUI::ILayer::mName [protected]

Definition at line 74 of file MyGUI_ILayer.h.


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

Generated on Thu Dec 9 14:48:11 2010 for MyGUI by  doxygen 1.5.9