OpenSceneGraph  3.0.1
Public Types | Public Member Functions | Protected Member Functions
osgManipulator::CommandManager Class Reference

Deprecated. More...

Inheritance diagram for osgManipulator::CommandManager:
Inheritance graph
[legend]

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:

osg logo
Generated at Mon Oct 3 2011 12:39:47 for the OpenSceneGraph by doxygen 1.7.5.