24 virtual std::string observerName()
const;
25 virtual void setObserverName(
const std::string& obs);
27 virtual std::string observerModeName()
const;
28 virtual void setObserverModeName(
const std::string& observerModeName );
32 virtual int observerMode()
const;
33 virtual void setObserverMode(
int mode );
35 virtual int version()
const;
36 virtual void setVersion(
int version );
39 virtual void execute(
DtDe& de);
DtObserverModeCommandCreator(GlobalIdConvertFunc func)
Definition: DtObserverModeCommand.h:55
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
int myObserverMode
Definition: DtObserverModeCommand.h:46
int myVersion
Definition: DtObserverModeCommand.h:47
virtual ~DtObserverModeCommandCreator()
Definition: DtObserverModeCommand.h:56
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
std::string myObserverName
Definition: DtObserverModeCommand.h:42
DtObserverModeCommandCreator creates DtObserverModeCommands.
Definition: DtObserverModeCommand.h:52
const char int mode
Definition: ioapi.h:38
DtVrvCommand is the base class for all commands.
Definition: DtVrvCommand.h:24
DtObserverModeCommand sets the observer mode.
Definition: DtObserverModeCommand.h:18
std::string myObserverModeName
Definition: DtObserverModeCommand.h:43
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
Contains makVrv::DtVrvCommand and makVrv::DtVrvCommandCreator Classes.