![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| DtCockpitSettingsLogic (DtDe &de, DtPersistenceControlsInterface &persistenceControls, DtCockpitSettingsInterface &widget) | |
| CTOR. | |
| virtual | ~DtCockpitSettingsLogic () |
| DTOR. | |
Protected Member Functions | |
| virtual void | sendSettingsToGui () |
| Set up the gui with the current window settings. | |
Boost slots | |
| DtCockpitSettingsInterface & | myWidget |
| Called when cockpits are enabled/disabled by the gui. | |
| DtPersistenceControlsInterface & | myPersistenceInterface |
| Called when cockpits are enabled/disabled by the gui. | |
| DtDe & | myDe |
| Called when cockpits are enabled/disabled by the gui. | |
| void | slot_cockpitsEnabled (bool enabled) |
| Called when cockpits are enabled/disabled by the gui. | |
| void | slot_smoothingEnabled (bool enabled) |
| Called when position smoothing is enabled/disabled by gui. | |
| void | slot_smoothingPeriodSet (float time) |
| Called when position smoothing period time is set by gui. | |
| virtual void | on_import () |
| Persistence slots: | |
| virtual void | on_export () |
| Called when cockpits are enabled/disabled by the gui. | |
| virtual void | on_importFilePathChosen (const std::string &filePath) |
| Called when cockpits are enabled/disabled by the gui. | |
| virtual void | on_exportFilePathChosen (const std::string &filePath) |
| Called when cockpits are enabled/disabled by the gui. | |
| virtual void | settingsRestored (const DtSettingsBackup *) |
| Called when settings are restored. Resets gui if the restored object type is of this class. | |
| makVrv::DtCockpitSettingsLogic::DtCockpitSettingsLogic | ( | DtDe & | de, |
| DtPersistenceControlsInterface & | persistenceControls, | ||
| DtCockpitSettingsInterface & | widget | ||
| ) |
CTOR.
| virtual makVrv::DtCockpitSettingsLogic::~DtCockpitSettingsLogic | ( | ) | [virtual] |
DTOR.
| virtual void makVrv::DtCockpitSettingsLogic::sendSettingsToGui | ( | ) | [protected, virtual] |
Set up the gui with the current window settings.
| void makVrv::DtCockpitSettingsLogic::slot_cockpitsEnabled | ( | bool | enabled | ) | [protected] |
Called when cockpits are enabled/disabled by the gui.
| void makVrv::DtCockpitSettingsLogic::slot_smoothingEnabled | ( | bool | enabled | ) | [protected] |
Called when position smoothing is enabled/disabled by gui.
| void makVrv::DtCockpitSettingsLogic::slot_smoothingPeriodSet | ( | float | time | ) | [protected] |
Called when position smoothing period time is set by gui.
| virtual void makVrv::DtCockpitSettingsLogic::on_import | ( | ) | [protected, virtual] |
Persistence slots:
| virtual void makVrv::DtCockpitSettingsLogic::on_export | ( | ) | [protected, virtual] |
Called when cockpits are enabled/disabled by the gui.
| virtual void makVrv::DtCockpitSettingsLogic::on_importFilePathChosen | ( | const std::string & | filePath | ) | [protected, virtual] |
Called when cockpits are enabled/disabled by the gui.
| virtual void makVrv::DtCockpitSettingsLogic::on_exportFilePathChosen | ( | const std::string & | filePath | ) | [protected, virtual] |
Called when cockpits are enabled/disabled by the gui.
| virtual void makVrv::DtCockpitSettingsLogic::settingsRestored | ( | const DtSettingsBackup * | ) | [protected, virtual] |
Called when settings are restored. Resets gui if the restored object type is of this class.
Called when cockpits are enabled/disabled by the gui.
Called when cockpits are enabled/disabled by the gui.
DtDe& makVrv::DtCockpitSettingsLogic::myDe [protected] |
Called when cockpits are enabled/disabled by the gui.