![]() |
VR-Forces 4.0.4 Class Documentation
|
Logic for the tactical graphics settings GUI. More...

Public Member Functions | |
| DtTacticalGraphicsSettingsLogic (DtDe &de, DtPersistenceControlsInterface &persistenceControls, DtTacticalGraphicsSettingsInterface &widget) | |
| CTOR. | |
| ~DtTacticalGraphicsSettingsLogic () | |
| DTOR. | |
Protected Member Functions | |
| void | sendSettingsToGui () |
| Set up the gui with the current window settings. | |
Boost slots | |
| DtTacticalGraphicsSettingsInterface & | myWidget |
| Called when tactical graphics display is changed by the GUI. | |
| DtPersistenceControlsInterface & | myPersistenceControls |
| Called when tactical graphics display is changed by the GUI. | |
| DtDe & | myDe |
| Called when tactical graphics display is changed by the GUI. | |
| void | slot_tacticalGraphicsSet (bool enabled) |
| Called when tactical graphics display is changed by the GUI. | |
| void | slot_tacticalGraphicsIndicatorsSet (bool enabled) |
| Called when tactical graphics indicators are turned on/off by the GUI. | |
| void | slot_heightAboveTerrainEnabled (bool enabled) |
| Called when height above terrain lines turned on /off. | |
| void | slot_heightAboveTerrainSelectedOnlySet (bool enabled) |
| Call when height above terrain lines set for selected only (or all) | |
| void | slot_tacticalGraphicSettingsRestored (const DtSettingsBackup *s) |
| Called when settings are restored. Will restore gui if settings are entity settings. | |
| void | slot_remoteGraphicsSet (bool enabled) |
| Called when remote graphics display is changed by the GUI. | |
| void | on_import () |
| Persistence slots: | |
| void | on_export () |
| Called when tactical graphics display is changed by the GUI. | |
| void | on_importFilePathChosen (const std::string &filePath) |
| Called when tactical graphics display is changed by the GUI. | |
| void | on_exportFilePathChosen (const std::string &filePath) |
| Called when tactical graphics display is changed by the GUI. | |
Logic for the tactical graphics settings GUI.
| makVrv::DtTacticalGraphicsSettingsLogic::DtTacticalGraphicsSettingsLogic | ( | DtDe & | de, |
| DtPersistenceControlsInterface & | persistenceControls, | ||
| DtTacticalGraphicsSettingsInterface & | widget | ||
| ) |
CTOR.
| void makVrv::DtTacticalGraphicsSettingsLogic::sendSettingsToGui | ( | ) | [protected] |
Set up the gui with the current window settings.
| void makVrv::DtTacticalGraphicsSettingsLogic::slot_tacticalGraphicsSet | ( | bool | enabled | ) | [protected] |
Called when tactical graphics display is changed by the GUI.
| void makVrv::DtTacticalGraphicsSettingsLogic::slot_tacticalGraphicsIndicatorsSet | ( | bool | enabled | ) | [protected] |
Called when tactical graphics indicators are turned on/off by the GUI.
| void makVrv::DtTacticalGraphicsSettingsLogic::slot_heightAboveTerrainEnabled | ( | bool | enabled | ) | [protected] |
Called when height above terrain lines turned on /off.
| void makVrv::DtTacticalGraphicsSettingsLogic::slot_heightAboveTerrainSelectedOnlySet | ( | bool | enabled | ) | [protected] |
Call when height above terrain lines set for selected only (or all)
| void makVrv::DtTacticalGraphicsSettingsLogic::slot_tacticalGraphicSettingsRestored | ( | const DtSettingsBackup * | s | ) | [protected] |
Called when settings are restored. Will restore gui if settings are entity settings.
| void makVrv::DtTacticalGraphicsSettingsLogic::slot_remoteGraphicsSet | ( | bool | enabled | ) | [protected] |
Called when remote graphics display is changed by the GUI.
| void makVrv::DtTacticalGraphicsSettingsLogic::on_import | ( | ) | [protected] |
Persistence slots:
| void makVrv::DtTacticalGraphicsSettingsLogic::on_export | ( | ) | [protected] |
Called when tactical graphics display is changed by the GUI.
| void makVrv::DtTacticalGraphicsSettingsLogic::on_importFilePathChosen | ( | const std::string & | filePath | ) | [protected] |
Called when tactical graphics display is changed by the GUI.
| void makVrv::DtTacticalGraphicsSettingsLogic::on_exportFilePathChosen | ( | const std::string & | filePath | ) | [protected] |
Called when tactical graphics display is changed by the GUI.
Called when tactical graphics display is changed by the GUI.
DtPersistenceControlsInterface& makVrv::DtTacticalGraphicsSettingsLogic::myPersistenceControls [protected] |
Called when tactical graphics display is changed by the GUI.
DtDe& makVrv::DtTacticalGraphicsSettingsLogic::myDe [protected] |
Called when tactical graphics display is changed by the GUI.