24 virtual float timeScale()
const;
25 virtual void setTimeScale(
const float& d);
27 virtual void execute(
DtDe& de);
DtVrvCommandCreator is the base class for all command creators.
Definition: DtVrvCommand.h:44
DtTimeScaleCommandCreator creates DtTimeScaleCommand.
Definition: DtTimeScaleCommand.h:36
virtual ~DtTimeScaleCommandCreator()
Definition: DtTimeScaleCommand.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
DtTimeScaleCommandCreator(GlobalIdConvertFunc func)
Definition: DtTimeScaleCommand.h:39
DtTimeScaleCommand changes the time scale for the environment.
Definition: DtTimeScaleCommand.h:18
DtVrvCommand is the base class for all commands.
Definition: DtVrvCommand.h:24
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:72
Contains makVrv::DtVrvCommand and makVrv::DtVrvCommandCreator Classes.
float myTimeScale
Definition: DtTimeScaleCommand.h:30