30 virtual bool isEnabled()
const;
33 virtual void setEnabled(
bool state);
36 virtual float smoothingPeriod()
const;
39 virtual void setSmoothingPeriod(
const float& newPeriod);
42 virtual void execute(
DtDe& de);
DtHudsCommand enables or disables HUDS.
Definition: DtHudsCommand.h:23
float mySmoothingPeriod
Definition: DtHudsCommand.h:46
bool myState
Definition: DtHudsCommand.h:45
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:54
DtHudsCommandCreator creates DtHudsCommands.
Definition: DtHudsCommand.h:51
virtual ~DtHudsCommandCreator()
Definition: DtHudsCommand.h:55
#define DT_DLL_VRVGLSTUDIOSHARED
Definition: DtGlStudioShared.h:25
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.