![]() |
VR-Forces Development_Version Class Documentation
|
Logic for the terrain profile settings page. More...
Public Member Functions | |
| DtTerrainProfileSettingsLogic (makVrv::DtDe &de, DtTerrainProfileSettingsWidget &iFace, makVrv::DtPersistenceControlsInterface &toolbar) | |
| CTOR. | |
| virtual | ~DtTerrainProfileSettingsLogic () |
| virtual DTOR | |
| virtual void | setupFromOptions (const DtTerrainProfileSettingsRecord &rec) |
| Sets up gui with initial values. | |
| virtual void | on_import () |
| Persistence slots: | |
| virtual void | on_export () |
| virtual void | on_importFilePathChosen (const std::string &filePath) |
| virtual void | on_exportFilePathChosen (const std::string &filePath) |
Protected Member Functions | |
| virtual void | onOptionChanged (int type, bool editing, bool value) |
| Called when an option has changed. Set record appropriately. | |
| virtual void | slot_onUnitChanged (int attribute, int from) |
| Called when units changed, see if need to change value of near line. | |
| virtual void | onShowObjectsWithinRangeChanged (double) |
| Called when show objects within range changes. | |
| virtual void | onSamplingRateValueChanged (double) |
| Called when sampling rate changes. | |
| virtual void | onMaximumPointsPerLineValueChanged (int) |
| Called when maximum points per line value changes. | |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| DtTerrainProfileSettingsWidget & | myInterface |
| makVrv::DtPersistenceControlsInterface & | myToolbarInterface |
| makVrv::DtSignalConnectionManager | myConnectionManager |
| makVrv::DtDisplayUnitsConverter::DistanceUnits | myDistanceUnits |
| Current units for distance and altitude. Used to check to see if units need to be changed. | |
Logic for the terrain profile settings page.
| makVrf::DtTerrainProfileSettingsLogic::DtTerrainProfileSettingsLogic | ( | makVrv::DtDe & | de, |
| DtTerrainProfileSettingsWidget & | iFace, | ||
| makVrv::DtPersistenceControlsInterface & | toolbar | ||
| ) |
CTOR.
|
virtual |
virtual DTOR
|
virtual |
Sets up gui with initial values.
|
virtual |
Persistence slots:
|
virtual |
|
virtual |
|
virtual |
|
protectedvirtual |
Called when an option has changed. Set record appropriately.
|
protectedvirtual |
Called when units changed, see if need to change value of near line.
|
protectedvirtual |
Called when show objects within range changes.
|
protectedvirtual |
Called when sampling rate changes.
|
protectedvirtual |
Called when maximum points per line value changes.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Current units for distance and altitude. Used to check to see if units need to be changed.