15 #ifndef OSGMANIPULATOR_COMMANDMANAGER
16 #define OSGMANIPULATOR_COMMANDMANAGER 1
18 #include <osgManipulator/Dragger>
19 #include <osgManipulator/Selection>
20 #include <osgManipulator/Constraint>
61 Selections selections;
std::list< osg::ref_ptr< Selection > > Selections
DraggerCallbacks & getDraggerCallbacks()
bool connect(Dragger &dragger, Constraint &constraint)
virtual ~CommandManager()
Constraints & getConstraints()
bool disconnect(Dragger &dragger)
void addTransformUpdating(MatrixTransform *transform, int handleCommandMask=DraggerTransformCallback::HANDLE_ALL)
void addConstraint(Constraint *constraint)
Selections getConnectedSelections(Dragger &dragger)
bool connect(Dragger &dragger, Selection &selection)