Go to the documentation of this file.
22 #ifndef __MYGUI_I_LAYER_ITEM_H__
23 #define __MYGUI_I_LAYER_ITEM_H__
38 virtual ILayerItem* getLayerItemByPoint(
int _left,
int _top)
const = 0;
39 virtual const IntCoord& getLayerItemCoord()
const = 0;
41 virtual void resizeLayerItemView(
const IntSize& _oldView,
const IntSize& _newView) = 0;
44 virtual void detachFromLayer() = 0;
45 virtual void upLayerItem() = 0;
50 #endif // __MYGUI_I_LAYER_ITEM_H__