![]() |
VR-Forces 4.0.4 Class Documentation
|
The logic for dealing with Loader settings. More...

Public Member Functions | |
| DtLoaderSettingsLogic (DtDe &de, DtPersistenceControlsInterface &persistenceControls, DtLoaderSettingsInterface &widget) | |
| CTOR. | |
| ~DtLoaderSettingsLogic () | |
| DTOR. | |
Protected Member Functions | |
| void | sendSettingsToGui () |
| Set up the gui with the current settings. | |
Boost slots | |
| DtLoaderSettingsInterface & | myWidget |
| Called when the dds flip setting is changed by the gui. | |
| DtPersistenceControlsInterface & | myPersistenceControls |
| Called when the dds flip setting is changed by the gui. | |
| DtDe & | myDe |
| Called when the dds flip setting is changed by the gui. | |
| void | slot_ddsFlipSet (bool flip) |
| Called when the dds flip setting is changed by the gui. | |
| void | on_import () |
| Persistence slots: | |
| void | on_export () |
| Called when the dds flip setting is changed by the gui. | |
| void | on_importFilePathChosen (const std::string &filePath) |
| Called when the dds flip setting is changed by the gui. | |
| void | on_exportFilePathChosen (const std::string &filePath) |
| Called when the dds flip setting is changed by the gui. | |
| virtual void | settingsRestored (const DtSettingsBackup *) |
| Called when settings are restored. Resets gui if the restored object type is of this class. | |
The logic for dealing with Loader settings.
| makVrv::DtLoaderSettingsLogic::DtLoaderSettingsLogic | ( | DtDe & | de, |
| DtPersistenceControlsInterface & | persistenceControls, | ||
| DtLoaderSettingsInterface & | widget | ||
| ) |
CTOR.
| void makVrv::DtLoaderSettingsLogic::sendSettingsToGui | ( | ) | [protected] |
Set up the gui with the current settings.
| void makVrv::DtLoaderSettingsLogic::slot_ddsFlipSet | ( | bool | flip | ) | [protected] |
Called when the dds flip setting is changed by the gui.
| void makVrv::DtLoaderSettingsLogic::on_import | ( | ) | [protected] |
Persistence slots:
| void makVrv::DtLoaderSettingsLogic::on_export | ( | ) | [protected] |
Called when the dds flip setting is changed by the gui.
| void makVrv::DtLoaderSettingsLogic::on_importFilePathChosen | ( | const std::string & | filePath | ) | [protected] |
Called when the dds flip setting is changed by the gui.
| void makVrv::DtLoaderSettingsLogic::on_exportFilePathChosen | ( | const std::string & | filePath | ) | [protected] |
Called when the dds flip setting is changed by the gui.
| virtual void makVrv::DtLoaderSettingsLogic::settingsRestored | ( | const DtSettingsBackup * | ) | [protected, virtual] |
Called when settings are restored. Resets gui if the restored object type is of this class.
Called when the dds flip setting is changed by the gui.
Called when the dds flip setting is changed by the gui.
DtDe& makVrv::DtLoaderSettingsLogic::myDe [protected] |
Called when the dds flip setting is changed by the gui.