Public Member Functions | |
| void | autoDrag (DisplayElement *, const Common::Point &, const Common::Point &, TimeValue, TimeScale) |
| bool | isDragging () |
| void | stopDragging () |
Protected Member Functions | |
| void | useIdleTime () override |
| void | callBack () override |
Protected Attributes | |
| DisplayElement * | _draggingElement |
| Common::Point | _startLocation |
| Common::Point | _stopLocation |
| TimeValue | _lastTime |
| bool | _done |