![]() |
VR-Forces 4.0.4 Class Documentation
|
The logic for controlling the intereste management widget. More...
Public Member Functions | |
| DtInterestManagementLogic (DtDe &de, DtInterestManagementInterface *imInterface, DtPersistenceControlsInterface *tbInterface) | |
| virtual | ~DtInterestManagementLogic () |
| void | on_ddmRegionSizeChanged (int) |
| void | on_regionUpdateThresholdChanged (int) |
| void | on_altitudeThresholdEnabledChanged (bool) |
| void | on_altitudeThresholdChanged (int) |
| void | on_import () |
| void | on_importFilenameChosen (const std::string &name) |
| void | on_export () |
| void | on_exportFilenameChosen (const std::string &name) |
Protected Member Functions | |
| void | sendSettingsToGui () |
| virtual void | settingsRestored (const DtSettingsBackup *) |
| Called when settings are restored. Resets gui if the restored object type is of this class. | |
Protected Attributes | |
| DtDe & | myDe |
| DtInterestManagementInterface & | myInterestManagementInterface |
| DtPersistenceControlsInterface & | myPersistantControlsInterface |
| DtSignalConnectionManager | myConnections |
The logic for controlling the intereste management widget.
| makVrv::DtInterestManagementLogic::DtInterestManagementLogic | ( | DtDe & | de, |
| DtInterestManagementInterface * | imInterface, | ||
| DtPersistenceControlsInterface * | tbInterface | ||
| ) |
| virtual makVrv::DtInterestManagementLogic::~DtInterestManagementLogic | ( | ) | [virtual] |
| void makVrv::DtInterestManagementLogic::on_importFilenameChosen | ( | const std::string & | name | ) |
| void makVrv::DtInterestManagementLogic::on_exportFilenameChosen | ( | const std::string & | name | ) |
| void makVrv::DtInterestManagementLogic::sendSettingsToGui | ( | ) | [protected] |
| virtual void makVrv::DtInterestManagementLogic::settingsRestored | ( | const DtSettingsBackup * | ) | [protected, virtual] |
Called when settings are restored. Resets gui if the restored object type is of this class.
DtDe& makVrv::DtInterestManagementLogic::myDe [protected] |
DtInterestManagementInterface& makVrv::DtInterestManagementLogic::myInterestManagementInterface [protected] |
DtPersistenceControlsInterface& makVrv::DtInterestManagementLogic::myPersistantControlsInterface [protected] |