| 80 | } |
| 81 | |
| 82 | void setAbsolutePosition(const MyGUI::IntPoint& _point) |
| 83 | { |
| 84 | setPosition(MyGUI::IntPoint( |
| 85 | _point.left - mMainWidget->getParent()->getAbsoluteLeft(), |
| 86 | _point.top - mMainWidget->getParent()->getAbsoluteTop())); |
| 87 | } |
| 88 | |
| 89 | /*internal:*/ |
| 90 | void _initialise(MyGUI::Widget* _parent, IGraphController* _view) |
no test coverage detected