28 virtual bool wakesEnabledSet()
const;
29 virtual bool wakesEnabled()
const;
30 virtual void setWakesEnabled(
bool enabled );
32 virtual bool sprayEnabledSet()
const;
33 virtual bool sprayEnabled()
const;
34 virtual void setSprayEnabled(
bool enabled );
36 virtual void execute(
DtDe& de);
#define DT_DLL_VRVVRL
Definition: vrvVrl.h:19
DtWakeCommand enables or disables wake.
Definition: DtWakeCommand.h:22
DtWakeCommandCreator(GlobalIdConvertFunc func)
Definition: DtWakeCommand.h:50
DtVrvCommandCreator is the base class for all command creators.
Definition: DtVrvCommand.h:44
DtWakeCommandCreator creates DtWakeCommands.
Definition: DtWakeCommand.h:47
bool myWakesEnabled
Definition: DtWakeCommand.h:39
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
bool myWakesEnabledSet
Definition: DtWakeCommand.h:41
bool mySprayEnabled
Definition: DtWakeCommand.h:40
virtual ~DtWakeCommandCreator()
Definition: DtWakeCommand.h:51
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.
Contains DLL export macros.
bool mySprayEnabledSet
Definition: DtWakeCommand.h:42