VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes
makVrv::DtUseSavedViewCommand Class Reference

DtUseSavedViewCommand sets a integer parameter of a sensor mode. More...

Inheritance diagram for makVrv::DtUseSavedViewCommand:
Inheritance graph
[legend]

Public Member Functions

 DtUseSavedViewCommand ()
virtual ~DtUseSavedViewCommand ()
virtual std::string observerName ()
 Return the name of the observer that this command will control If "", uses current observer.
virtual void setObserverName (const std::string &newObs)
 Set the name of the observer that this command will control.
virtual std::string savedViewFilename () const
 Get the name of saved view file to load.
virtual void setSavedViewFilename (const std::string &filename)
 Set the name of saved view file to load.
virtual std::string savedViewDisplayName () const
 Get the name of the saved view to use.
virtual void setSavedViewDisplayName (const std::string &viewName)
 Set the name of the saved view to use.
virtual float smoothTime () const
 Get the smooth time for animating this view.
virtual void setSmoothTime (float time)
 Set the smooth time for animating to this saved view.
virtual void execute (DtDe &de)
 Execute the command.
- Public Member Functions inherited from makVrv::DtVrvCommand
 DtVrvCommand ()
virtual ~DtVrvCommand ()
virtual
vrvControlToolkit::DtVrvControlTypeEnum 
commandType ()

Protected Attributes

std::string myObserverName
std::string mySavedViewDisplayName
std::string mySavedViewFilename
float mySmoothTime
- Protected Attributes inherited from makVrv::DtVrvCommand
vrvControlToolkit::DtVrvControlTypeEnum myCommandType

Detailed Description

DtUseSavedViewCommand sets a integer parameter of a sensor mode.

Constructor & Destructor Documentation

makVrv::DtUseSavedViewCommand::DtUseSavedViewCommand ( )
virtual makVrv::DtUseSavedViewCommand::~DtUseSavedViewCommand ( )
virtual

Member Function Documentation

virtual std::string makVrv::DtUseSavedViewCommand::observerName ( )
virtual

Return the name of the observer that this command will control If "", uses current observer.

virtual void makVrv::DtUseSavedViewCommand::setObserverName ( const std::string &  newObs)
virtual

Set the name of the observer that this command will control.

virtual std::string makVrv::DtUseSavedViewCommand::savedViewFilename ( ) const
virtual

Get the name of saved view file to load.

virtual void makVrv::DtUseSavedViewCommand::setSavedViewFilename ( const std::string &  filename)
virtual

Set the name of saved view file to load.

virtual std::string makVrv::DtUseSavedViewCommand::savedViewDisplayName ( ) const
virtual

Get the name of the saved view to use.

virtual void makVrv::DtUseSavedViewCommand::setSavedViewDisplayName ( const std::string &  viewName)
virtual

Set the name of the saved view to use.

virtual float makVrv::DtUseSavedViewCommand::smoothTime ( ) const
virtual

Get the smooth time for animating this view.

virtual void makVrv::DtUseSavedViewCommand::setSmoothTime ( float  time)
virtual

Set the smooth time for animating to this saved view.

virtual void makVrv::DtUseSavedViewCommand::execute ( DtDe de)
virtual

Execute the command.

Implements makVrv::DtVrvCommand.

Member Data Documentation

std::string makVrv::DtUseSavedViewCommand::myObserverName
protected
std::string makVrv::DtUseSavedViewCommand::mySavedViewDisplayName
protected
std::string makVrv::DtUseSavedViewCommand::mySavedViewFilename
protected
float makVrv::DtUseSavedViewCommand::mySmoothTime
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)