Go to the documentation of this file.
7 #ifndef __MYGUI_I_LAYER_ITEM_H__
8 #define __MYGUI_I_LAYER_ITEM_H__
23 virtual ILayerItem* getLayerItemByPoint(
int _left,
int _top)
const = 0;
24 virtual const IntCoord& getLayerItemCoord()
const = 0;
26 virtual void resizeLayerItemView(
const IntSize& _oldView,
const IntSize& _newView) = 0;
29 virtual void detachFromLayer() = 0;
30 virtual void upLayerItem() = 0;
35 #endif // __MYGUI_I_LAYER_ITEM_H__