7#ifndef MYGUI_I_LAYER_ITEM_H_
8#define MYGUI_I_LAYER_ITEM_H_
virtual void attachItemToNode(ILayer *_layer, ILayerNode *_node)=0
virtual void detachFromLayer()=0
virtual ILayerItem * getLayerItemByPoint(int _left, int _top) const =0
virtual void resizeLayerItemView(const IntSize &_oldView, const IntSize &_newView)=0
virtual void upLayerItem()=0
virtual const IntCoord & getLayerItemCoord() const =0