24 virtual std::string observer();
25 virtual void setObserver(
const std::string& newObs);
27 virtual float smoothTime()
const;
28 virtual void setSmoothTime(
float);
DtVrvCommandCreator is the base class for all command creators.
Definition: DtVrvCommand.h:44
A DtObserverSettingsRecord contains the state of an observer.
Definition: DtObserverStateRecord.h:20
DtSetObserverViewCommandCreator(makVrv::GlobalIdConvertFunc func)
Definition: setObserverViewCommand.h:45
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
virtual ~DtSetObserverViewCommandCreator()
Definition: setObserverViewCommand.h:46
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
DtSetObserverViewCommand sets the named observer to the record contained.
Definition: setObserverViewCommand.h:18
DtSetObserverViewCommandCreator creates DtSetObserverViewCommands.
Definition: setObserverViewCommand.h:42
float mySmoothTime
Definition: setObserverViewCommand.h:38
Contains makArchives::DtObserverStateRecord class.
makArchives::DtObserverStateRecord myRecord
Definition: setObserverViewCommand.h:37
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.
std::string myObserver
Definition: setObserverViewCommand.h:36