OpenSceneGraph
3.4.0
|
Public Member Functions | |
DraggerCallback () | |
DraggerCallback (const DraggerCallback &, const osg::CopyOp &=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 & | = 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 osgManipulator::MotionCommand::accept(), osgManipulator::TranslateInLineCommand::accept(), osgManipulator::TranslateInPlaneCommand::accept(), osgManipulator::Scale1DCommand::accept(), osgManipulator::Scale2DCommand::accept(), osgManipulator::ScaleUniformCommand::accept(), and osgManipulator::Rotate3DCommand::accept().
virtual bool osgManipulator::DraggerCallback::receive | ( | const TranslateInLineCommand & | command | ) | [inline, virtual] |
Reimplemented in osgManipulator::DraggerTransformCallback.
References receive().
Referenced by receive().
virtual bool osgManipulator::DraggerCallback::receive | ( | const TranslateInPlaneCommand & | command | ) | [inline, virtual] |
Reimplemented in osgManipulator::DraggerTransformCallback.
References receive().
Referenced by receive().
virtual bool osgManipulator::DraggerCallback::receive | ( | const Scale1DCommand & | command | ) | [inline, virtual] |
Reimplemented in osgManipulator::DraggerTransformCallback.
References receive().
Referenced by receive().
virtual bool osgManipulator::DraggerCallback::receive | ( | const Scale2DCommand & | command | ) | [inline, virtual] |
Reimplemented in osgManipulator::DraggerTransformCallback.
References receive().
Referenced by receive().
virtual bool osgManipulator::DraggerCallback::receive | ( | const ScaleUniformCommand & | command | ) | [inline, virtual] |
Reimplemented in osgManipulator::DraggerTransformCallback.
References receive().
Referenced by receive().
virtual bool osgManipulator::DraggerCallback::receive | ( | const Rotate3DCommand & | command | ) | [inline, virtual] |
Reimplemented in osgManipulator::DraggerTransformCallback.
References receive().
Referenced by receive().
![]() | Generated at Tue Dec 8 2015 00:14:29 for the OpenSceneGraph by doxygen 1.7.6.1. |