27 virtual bool isEnabled()
const;
30 virtual void setEnabled(
bool state);
33 virtual float smoothingPeriod()
const;
36 virtual void setSmoothingPeriod(
const float& newPeriod);
39 virtual void execute(
DtDe& de);
DtHudsCommand enables or disables HUDS.
Definition: DtHudsCommand.h:20
float mySmoothingPeriod
Definition: DtHudsCommand.h:43
bool myState
Definition: DtHudsCommand.h:42
DtVrvCommandCreator is the base class for all command creators.
Definition: DtVrvCommand.h:44
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
DtHudsCommandCreator(GlobalIdConvertFunc func)
Definition: DtHudsCommand.h:51
DtHudsCommandCreator creates DtHudsCommands.
Definition: DtHudsCommand.h:48
virtual ~DtHudsCommandCreator()
Definition: DtHudsCommand.h:52
#define DT_DLL_VRVGLSTUDIOSHARED
Definition: DtGlStudioShared.h:22
DtVrvCommand is the base class for all commands.
Definition: DtVrvCommand.h:24
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Contains makVrv::DtVrvCommand and makVrv::DtVrvCommandCreator Classes.