openscenegraph
Public Member Functions
osgManipulator::DraggerCallback Class Reference
Inheritance diagram for osgManipulator::DraggerCallback:
osg::Object osg::Referenced osgManipulator::DraggerTransformCallback

List of all members.

Public Member Functions

 DraggerCallback ()
 DraggerCallback (const DraggerCallback &, const osg::CopyOp &copyop=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)

Constructor & Destructor Documentation

osgManipulator::DraggerCallback::DraggerCallback ( ) [inline]
osgManipulator::DraggerCallback::DraggerCallback ( const DraggerCallback ,
const osg::CopyOp copyop = osg::CopyOp::SHALLOW_COPY 
) [inline]

Member Function Documentation

osgManipulator::DraggerCallback::META_Object ( osgManipulator  ,
DraggerCallback   
)
virtual bool osgManipulator::DraggerCallback::receive ( const Rotate3DCommand command) [inline, virtual]

References receive().

Referenced by receive().

virtual bool osgManipulator::DraggerCallback::receive ( const ScaleUniformCommand command) [inline, virtual]

References receive().

Referenced by receive().

virtual bool osgManipulator::DraggerCallback::receive ( const Scale2DCommand command) [inline, virtual]

References receive().

Referenced by receive().

virtual bool osgManipulator::DraggerCallback::receive ( const Scale1DCommand command) [inline, virtual]

References receive().

Referenced by receive().

virtual bool osgManipulator::DraggerCallback::receive ( const TranslateInPlaneCommand command) [inline, virtual]

References receive().

Referenced by receive().

virtual bool osgManipulator::DraggerCallback::receive ( const TranslateInLineCommand command) [inline, virtual]

References receive().

Referenced by receive().

virtual bool osgManipulator::DraggerCallback::receive ( const MotionCommand ) [inline, virtual]

Receive motion commands. Returns true on success.

Reimplemented in osgManipulator::DraggerTransformCallback.


The documentation for this class was generated from the following file: