|
OpenSceneGraph
3.0.1
|

Public Member Functions | |
| DraggerCallback () | |
| DraggerCallback (const DraggerCallback &, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY) | |
| META_Object (osgManipulator, DraggerCallback) | |
| virtual bool | receive (const MotionCommand &) |
| Receive motion commands. | |
| virtual bool | receive (const TranslateInLineCommand &command) |
| virtual bool | receive (const TranslateInPlaneCommand &command) |
| virtual bool | receive (const Scale1DCommand &command) |
| virtual bool | receive (const Scale2DCommand &command) |
| virtual bool | receive (const ScaleUniformCommand &command) |
| virtual bool | receive (const Rotate3DCommand &command) |
| osgManipulator::DraggerCallback::DraggerCallback | ( | ) | [inline] |
| osgManipulator::DraggerCallback::DraggerCallback | ( | const DraggerCallback & | , |
| const osg::CopyOp & | copyop = osg::CopyOp::SHALLOW_COPY |
||
| ) | [inline] |
| osgManipulator::DraggerCallback::META_Object | ( | osgManipulator | , |
| DraggerCallback | |||
| ) |
| virtual bool osgManipulator::DraggerCallback::receive | ( | const MotionCommand & | ) | [inline, virtual] |
Receive motion commands.
Returns true on success.
Reimplemented in osgManipulator::DraggerTransformCallback.
| virtual bool osgManipulator::DraggerCallback::receive | ( | const TranslateInLineCommand & | command | ) | [inline, virtual] |
| virtual bool osgManipulator::DraggerCallback::receive | ( | const TranslateInPlaneCommand & | command | ) | [inline, virtual] |
| virtual bool osgManipulator::DraggerCallback::receive | ( | const Scale1DCommand & | command | ) | [inline, virtual] |
| virtual bool osgManipulator::DraggerCallback::receive | ( | const Scale2DCommand & | command | ) | [inline, virtual] |
| virtual bool osgManipulator::DraggerCallback::receive | ( | const ScaleUniformCommand & | command | ) | [inline, virtual] |
| virtual bool osgManipulator::DraggerCallback::receive | ( | const Rotate3DCommand & | command | ) | [inline, virtual] |
| Generated at Thu Sep 27 2012 17:03:17 for the OpenSceneGraph by doxygen 1.7.6.1. |