#include <MyGUI_ILayer.h>
Public Member Functions | |
ILayer () | |
virtual | ~ILayer () |
const std::string & | getName () const |
virtual ILayerNode * | createChildItemNode ()=0 |
virtual void | destroyChildItemNode (ILayerNode *_node)=0 |
virtual void | upChildItemNode (ILayerNode *_node)=0 |
virtual EnumeratorILayerNode | getEnumerator ()=0 |
virtual ILayerItem * | getLayerItemByPoint (int _left, int _top)=0 |
virtual IntPoint | getPosition (int _left, int _top) const =0 |
virtual const IntSize & | getSize () const =0 |
virtual void | renderToTarget (IRenderTarget *_target, bool _update)=0 |
virtual void | dumpStatisticToLog () |
Protected Attributes | |
std::string | mName |
Definition at line 37 of file MyGUI_ILayer.h.
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.
virtual ILayerNode* MyGUI::ILayer::createChildItemNode | ( | ) | [pure virtual] |
Implemented in MyGUI::OverlappedLayer, and MyGUI::SharedLayer.
virtual void MyGUI::ILayer::destroyChildItemNode | ( | ILayerNode * | _node | ) | [pure virtual] |
Implemented in MyGUI::OverlappedLayer, and MyGUI::SharedLayer.
virtual void MyGUI::ILayer::dumpStatisticToLog | ( | ) | [inline, virtual] |
Reimplemented in MyGUI::OverlappedLayer, and MyGUI::SharedLayer.
Definition at line 71 of file MyGUI_ILayer.h.
virtual EnumeratorILayerNode MyGUI::ILayer::getEnumerator | ( | ) | [pure virtual] |
Implemented in MyGUI::OverlappedLayer, and MyGUI::SharedLayer.
virtual ILayerItem* MyGUI::ILayer::getLayerItemByPoint | ( | int | _left, | |
int | _top | |||
) | [pure virtual] |
Implemented in MyGUI::OverlappedLayer, and MyGUI::SharedLayer.
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] |
Implemented in MyGUI::OverlappedLayer, and MyGUI::SharedLayer.
virtual const IntSize& MyGUI::ILayer::getSize | ( | ) | const [pure virtual] |
Implemented in MyGUI::OverlappedLayer, and MyGUI::SharedLayer.
virtual void MyGUI::ILayer::renderToTarget | ( | IRenderTarget * | _target, | |
bool | _update | |||
) | [pure virtual] |
Implemented in MyGUI::OverlappedLayer, and MyGUI::SharedLayer.
virtual void MyGUI::ILayer::upChildItemNode | ( | ILayerNode * | _node | ) | [pure virtual] |
Implemented in MyGUI::OverlappedLayer, and MyGUI::SharedLayer.
std::string MyGUI::ILayer::mName [protected] |
Definition at line 74 of file MyGUI_ILayer.h.