|
VisioMove
2.1.5
|
Handles trackball gestures. More...

Public Member Functions | |
| virtual | ~VgSimpleTrackballManipulator () |
| virtual std::string | getType () const |
| virtual void | setAnchor (const VgEngine::VgPosition &pAnchor) |
| Set the anchor point around with the view will pivot. More... | |
| virtual void | setMinRadius (double pMinRadius) |
| Set the minimum distance to the anchor point. More... | |
| virtual void | setMaxRadius (double pMaxRadius) |
| Set the maximum distance to the anchor point. More... | |
Public Member Functions inherited from VgApplication::VgManipulator | |
| virtual | ~VgManipulator () |
Protected Member Functions | |
| VgSimpleTrackballManipulator (Private *pPrivate, VgApplication::VgIApplication *pApplication) | |
Protected Member Functions inherited from VgApplication::VgManipulator | |
| VgManipulator () | |
Friends | |
| class | ::VgIManipulatorManagerImpl |
| class | VgEngine::VgObjectBridge |
Handles trackball gestures.
|
virtual |
|
protected |
|
virtual |
Implements VgApplication::VgManipulator.
|
virtual |
Set the anchor point around with the view will pivot.
| pAnchor | position of pivot. |
|
virtual |
Set the maximum distance to the anchor point.
| pMaxRadius | The maximum radius to set. |
|
virtual |
Set the minimum distance to the anchor point.
| pMinRadius | The minimum radius to set. |
|
friend |
|
friend |