25 virtual bool isEnabled()
const;
26 virtual void setIsEnabled(
bool enabled);
28 virtual bool codeEnabled()
const;
29 virtual void setCodeEnabled(
bool enabled);
#define DT_DLL_VRVVRL
Definition: vrvVrl.h:19
bool myIsEnabled
Definition: DtLaserDesignatorCommand.h:32
DtVrvCommandCreator is the base class for all command creators.
Definition: DtVrvCommand.h:44
virtual makVrv::DtVrvCommand * create(vrvControlToolkit::DtVrvControl_v1 *control)
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
DtLaserDesignatorCommandCreator creates DtLaserDesignatorCommand.
Definition: DtLaserDesignatorCommand.h:38
DtVrvCommand is the base class for all commands.
Definition: DtVrvCommand.h:24
virtual ~DtLaserDesignatorCommandCreator()
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:70
DtLaserDesignatorCommandCreator(makVrv::GlobalIdConvertFunc func)
Contains makVrv::DtVrvCommand and makVrv::DtVrvCommandCreator Classes.
Contains DLL export macros.
DtLaserDesignatorCommand.
Definition: DtLaserDesignatorCommand.h:17
bool myCodeEnabled
Definition: DtLaserDesignatorCommand.h:33