25 virtual std::string observerModeName()
const;
26 virtual void setObserverModeName(
const std::string& modeName );
28 virtual int rotationalSpeedGain()
const;
29 virtual void setRotationalSpeedGain(
int gain );
31 virtual void execute(
DtDe& de );
DtVrvCommandCreator is the base class for all command creators.
Definition: DtVrvCommand.h:44
std::string myObserverModeName
Definition: DtObserverSpeedRotationalCommand.h:34
DtObserverSpeedRotationalCommandCreator(GlobalIdConvertFunc func)
Definition: DtObserverSpeedRotationalCommand.h:43
DtObserverSpeedRotationalCommandCreator creates DtObserverSpeedRotationalCommands.
Definition: DtObserverSpeedRotationalCommand.h:40
boost::function< DtUniqueID(const std::string &)> GlobalIdConvertFunc
typedef for the function that takes a protocol specific id (as a string) and looks up the DtUniqueID ...
Definition: DtVrvCommand.h:40
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
DtVrvCommand is the base class for all commands.
Definition: DtVrvCommand.h:24
DtObserverSpeedRotationalCommand changes the model set for the view mode.
Definition: DtObserverSpeedRotationalCommand.h:19
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76
Contains makVrv::DtVrvCommand and makVrv::DtVrvCommandCreator Classes.
int myRotationalSpeedGain
Definition: DtObserverSpeedRotationalCommand.h:35
virtual ~DtObserverSpeedRotationalCommandCreator()
Definition: DtObserverSpeedRotationalCommand.h:44