OpenSceneGraph
3.0.1
|
Deprecated. More...
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 () |
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).
typedef std::list< osg::ref_ptr<Selection> > osgManipulator::CommandManager::Selections |
osgManipulator::CommandManager::CommandManager | ( | ) | [inline] |
virtual osgManipulator::CommandManager::~CommandManager | ( | ) | [inline, protected, virtual] |
References osgManipulator::Dragger::addTransformUpdating().
bool osgManipulator::CommandManager::connect | ( | Dragger & | dragger, |
Constraint & | constraint | ||
) | [inline] |
References osgManipulator::Dragger::addConstraint().
bool osgManipulator::CommandManager::disconnect | ( | Dragger & | dragger | ) | [inline] |
Selections osgManipulator::CommandManager::getConnectedSelections | ( | Dragger & | dragger | ) | [inline] |
![]() | Generated at Mon Oct 3 2011 12:39:47 for the OpenSceneGraph by doxygen 1.7.5. |