|
MyGUI 3.4.3
|
#include <MyGUI_ILayerItem.h>

Public Member Functions | |
| virtual | ~ILayerItem ()=default |
| virtual ILayerItem * | getLayerItemByPoint (int _left, int _top) const =0 |
| virtual const IntCoord & | getLayerItemCoord () const =0 |
| virtual void | resizeLayerItemView (const IntSize &_oldView, const IntSize &_newView)=0 |
| virtual void | attachItemToNode (ILayer *_layer, ILayerNode *_node)=0 |
| virtual void | detachFromLayer ()=0 |
| virtual void | upLayerItem ()=0 |
Definition at line 19 of file MyGUI_ILayerItem.h.
|
virtualdefault |
|
pure virtual |
Implemented in MyGUI::LayerItem.
Implemented in MyGUI::LayerItem.
|
pure virtual |
Implemented in MyGUI::Widget.
Implemented in MyGUI::Widget.
|
pure virtual |
Implemented in MyGUI::LayerItem.