Go to the documentation of this file.
23 #ifndef __MYGUI_SHARED_LAYER_H__
24 #define __MYGUI_SHARED_LAYER_H__
41 virtual ~SharedLayer();
48 virtual
void destroyChildItemNode(
ILayerNode* _node);
51 virtual
void upChildItemNode(
ILayerNode* _node);
57 virtual
ILayerItem* getLayerItemByPoint(
int _left,
int _top);
59 virtual
IntPoint getPosition(
int _left,
int _top) const;
61 virtual const
IntSize& getSize() const;
64 virtual
void renderToTarget(
IRenderTarget* _target,
bool _update);
66 virtual
void dumpStatisticToLog();
75 #endif // __MYGUI_SHARED_LAYER_H__