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 () |
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] |