27 virtual std::string observerName()
const;
28 virtual void setObserverName(
const std::string& obs);
30 virtual std::string observerModeName()
const;
31 virtual void setObserverModeName(
const std::string& observerModeName );
35 virtual int observerMode()
const;
36 virtual void setObserverMode(
int mode );
38 virtual int version()
const;
39 virtual void setVersion(
int version );
42 virtual void execute(
DtDe& de);
DtObserverModeCommandCreator(GlobalIdConvertFunc func)
Definition: DtObserverModeCommand.h:58
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:49
int myVersion
Definition: DtObserverModeCommand.h:50
virtual ~DtObserverModeCommandCreator()
Definition: DtObserverModeCommand.h:59
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
std::string myObserverName
Definition: DtObserverModeCommand.h:45
DtObserverModeCommandCreator creates DtObserverModeCommands.
Definition: DtObserverModeCommand.h:55
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:21
std::string myObserverModeName
Definition: DtObserverModeCommand.h:46
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Contains makVrv::DtVrvCommand and makVrv::DtVrvCommandCreator Classes.