![]() |
VR-Forces 4.0.4 Class Documentation
|
DtModelSetCommand changes the model set for the view mode. More...

Public Member Functions | |
| DtModelSetCommand () | |
| virtual | ~DtModelSetCommand () |
| virtual std::string | viewMode () const |
| virtual void | setViewMode (const std::string &mode) |
| virtual int | modelSet () const |
| virtual void | setModelSet (const int &set) |
| virtual void | execute (DtDe &de) |
Protected Attributes | |
| std::string | myViewMode |
| int | myModelSet |
DtModelSetCommand changes the model set for the view mode.
| virtual makVrv::DtModelSetCommand::~DtModelSetCommand | ( | ) | [virtual] |
| virtual std::string makVrv::DtModelSetCommand::viewMode | ( | ) | const [virtual] |
| virtual void makVrv::DtModelSetCommand::setViewMode | ( | const std::string & | mode | ) | [virtual] |
| virtual int makVrv::DtModelSetCommand::modelSet | ( | ) | const [virtual] |
| virtual void makVrv::DtModelSetCommand::setModelSet | ( | const int & | set | ) | [virtual] |
| virtual void makVrv::DtModelSetCommand::execute | ( | DtDe & | de | ) | [virtual] |
Implements makVrv::DtVrvCommand.
std::string makVrv::DtModelSetCommand::myViewMode [protected] |
int makVrv::DtModelSetCommand::myModelSet [protected] |