osgManipulator::CommandManager Class Reference

Inheritance diagram for osgManipulator::CommandManager:

osg::Referenced

List of all members.

Public Types

typedef std::list
< osg::ref_ptr< Selection > > 
Selections

Public Member Functions

 CommandManager ()
bool connect (Dragger &dragger, Selection &selection)
bool connect (Dragger &dragger, Constraint &constraint)
bool disconnect (Dragger &dragger)
Selections getConnectedSelections (Dragger &dragger)

Protected Member Functions

virtual ~CommandManager ()


Detailed Description

Deprecated. CommandManager class is now no longer required as Dragger now matains all references to Constraints and Selections (now just generic MatrixTransforms). To replace CommandManager usage simple replace cmdMgr->connect(*dragger, *selection) with dragger->addTransformUpdating(selection) and cmdMgr->connect(*dragger, *selection) with dragger->addConstaint(constraint).

Member Typedef Documentation


Constructor & Destructor Documentation

osgManipulator::CommandManager::CommandManager (  )  [inline]

virtual osgManipulator::CommandManager::~CommandManager (  )  [inline, protected, virtual]


Member Function Documentation

bool osgManipulator::CommandManager::connect ( Dragger dragger,
Selection selection 
) [inline]

bool osgManipulator::CommandManager::connect ( Dragger dragger,
Constraint constraint 
) [inline]

bool osgManipulator::CommandManager::disconnect ( Dragger dragger  )  [inline]

Selections osgManipulator::CommandManager::getConnectedSelections ( Dragger dragger  )  [inline]


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

Generated on Fri Mar 19 19:52:57 2010 for openscenegraph by  doxygen 1.5.6