34 virtual std::string observerModeName()
const;
36 virtual void setObserverModeName(
const std::string&
mode);
40 virtual bool isEnabled()
const;
42 virtual void setEnabled(
bool state);
47 virtual void execute(
DtDe& de);
56 virtual void setSettingByObserverModeIntKey(
DtDe& de,
int observerModeIntKey );
57 virtual void setSettingByObserverModeName(
DtDe& de,
const std::string& observerModeName );
DtObserverModeSettingCommand is the common base class for all VRV Commands that toggle an observer mo...
Definition: DtObserverModeSettingCommand.h:21
Contains makVrv::DtObserverSettingsManager class.
Contains vrvCore::DtObserverMode class.
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
std::string myObserverModeName
Definition: DtObserverModeSettingCommand.h:61
const char int mode
Definition: ioapi.h:38
DtVrvCommand is the base class for all commands.
Definition: DtVrvCommand.h:24
ObserverSetting
Definition: DtObserverSettingsManager.h:41
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:76
bool myState
Definition: DtObserverModeSettingCommand.h:62
Contains makVrv::DtVrvCommand and makVrv::DtVrvCommandCreator Classes.