![]() |
VR-Forces 5.0.3 Developer's Guide
|
Logic class for makVrv::DtSimulationSettingsDialog.
Public Member Functions | |
| DtSimulationSettingsLogic (DtDe &de, DtSimulationSettingsInterface &simSettingsInterface, const std::string &driverClassName, const std::string &protocolName) | |
| virtual | ~DtSimulationSettingsLogic () |
| virtual std::string | addSimulationConnection () |
| virtual void | renameSimulationConnection (const std::string &oldName, const std::string &newName) |
| virtual void | removeSimulationConnection (const std::string &driverName) |
Protected Member Functions | |
| std::string | generateName () |
| void | on_driverAdded (DtDriver &) |
| void | on_driverToBeDestroyed (DtDriver &) |
| void | on_autoDriverChanged (const std::string &driver) |
| void | slot_refreshIcons () |
Protected Attributes | |
| DtDe & | myDe |
| DtSimulationSettingsInterface & | myInterface |
| std::string | myDriverClassName |
| std::string | myProtocolName |
| DtSignalConnectionManager | mySignalConnections |
| 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 |
Invoked when dark mode has been enabled or disabled OR when light/dark mode icons has been enabled or disabled.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |