![]() |
VR-Forces Development_Version Class Documentation
|
Logic class for makVrv::DtSimulationSettingsDialog. More...
Public Member Functions | |
| DtSimulationSettingsLogic (DtDe &de, DtSimulationSettingsInterface &simSettingsInterface, const std::string &driverClassName, const std::string &protocolName) | |
| CTOR. | |
| virtual | ~DtSimulationSettingsLogic () |
| DTOR. | |
| virtual std::string | addSimulationConnection () |
| Add a new simulation driver. | |
| virtual void | renameSimulationConnection (const std::string &oldName, const std::string &newName) |
| Rename a simulation driver. | |
| virtual void | removeSimulationConnection (const std::string &driverName) |
| Remove a simulation driver. | |
Protected Member Functions | |
| std::string | generateName () |
| void | on_driverAdded (DtDriver &) |
| void | on_driverToBeDestroyed (DtDriver &) |
| void | on_autoDriverChanged (const std::string &driver) |
Protected Attributes | |
| DtDe & | myDe |
| DtSimulationSettingsInterface & | myInterface |
| std::string | myDriverClassName |
| std::string | myProtocolName |
Logic class for makVrv::DtSimulationSettingsDialog.
| makVrv::DtSimulationSettingsLogic::DtSimulationSettingsLogic | ( | DtDe & | de, |
| DtSimulationSettingsInterface & | simSettingsInterface, | ||
| const std::string & | driverClassName, | ||
| const std::string & | protocolName | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Add a new simulation driver.
| "" | if no simulation driver was created. |
|
virtual |
Rename a simulation driver.
|
virtual |
Remove a simulation driver.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |