
Public Member Functions | |
| DraggerCallback () | |
| DraggerCallback (const DraggerCallback &, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY) | |
| META_Object (osgManipulator, DraggerCallback) | |
| virtual bool | receive (const MotionCommand &) |
| 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.
Referenced by receive().
| virtual bool osgManipulator::DraggerCallback::receive | ( | const TranslateInLineCommand & | command | ) | [inline, virtual] |
References receive().
| virtual bool osgManipulator::DraggerCallback::receive | ( | const TranslateInPlaneCommand & | command | ) | [inline, virtual] |
References receive().
| virtual bool osgManipulator::DraggerCallback::receive | ( | const Scale1DCommand & | command | ) | [inline, virtual] |
References receive().
| virtual bool osgManipulator::DraggerCallback::receive | ( | const Scale2DCommand & | command | ) | [inline, virtual] |
References receive().
| virtual bool osgManipulator::DraggerCallback::receive | ( | const ScaleUniformCommand & | command | ) | [inline, virtual] |
References receive().
| virtual bool osgManipulator::DraggerCallback::receive | ( | const Rotate3DCommand & | command | ) | [inline, virtual] |
References receive().
1.5.6