|
MyGUI
3.2.0
|
#include <MyGUI_ILayerItem.h>
Inheritance diagram for MyGUI::ILayerItem:Public Member Functions | |
| virtual | ~ILayerItem () |
| 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 33 of file MyGUI_ILayerItem.h.
| virtual MyGUI::ILayerItem::~ILayerItem | ( | ) | [inline, virtual] |
Definition at line 36 of file MyGUI_ILayerItem.h.
| virtual void MyGUI::ILayerItem::attachItemToNode | ( | ILayer * | _layer, |
| ILayerNode * | _node | ||
| ) | [pure virtual] |
Implemented in MyGUI::LayerItem.
| virtual void MyGUI::ILayerItem::detachFromLayer | ( | ) | [pure virtual] |
Implemented in MyGUI::LayerItem.
| virtual ILayerItem* MyGUI::ILayerItem::getLayerItemByPoint | ( | int | _left, |
| int | _top | ||
| ) | const [pure virtual] |
Implemented in MyGUI::Widget.
| virtual const IntCoord& MyGUI::ILayerItem::getLayerItemCoord | ( | ) | const [pure virtual] |
Implemented in MyGUI::Widget.
| virtual void MyGUI::ILayerItem::resizeLayerItemView | ( | const IntSize & | _oldView, |
| const IntSize & | _newView | ||
| ) | [pure virtual] |
| virtual void MyGUI::ILayerItem::upLayerItem | ( | ) | [pure virtual] |
Implemented in MyGUI::LayerItem.
1.7.6.1