![]() |
VR-Forces Developer's Guide
|
The logic for the entity display settings dialog.
Public Member Functions | |
| virtual | ~DtDisplayUnitsSettingsLogic () |
Protected Member Functions | |
| DtDisplayUnitsSettingsLogic (DtDe &de, DtPersistenceControlsInterface &persistenceControls, DtDisplayUnitsSettingsInterface &widget) | |
| virtual void | sendSettingsToGui () |
| void | populateGuiWithUnits () |
| virtual void | populateGuiWithDisplayUnitsByCollection (const DtUnicode &displayUnitCollectionName) const |
| virtual void | populateGuiWithUnitOfMeasurementsByDisplayUnitType (makArchives::DtDisplayUnitsSettingsRecord::DisplayUnitType displayUnitType) const |
Boost Slots | |
| virtual void | slot_currentObjectTypeChanged () |
| virtual void | slot_displayUnitUnitChanged (const std::string &displayUnitCollectionName, const std::string &displayUnitName, unsigned int unit) |
| virtual void | slot_displayUnitDecimalsChanged (const std::string &displayUnitCollectionName, const std::string &displayUnitName, unsigned int decimals) |
| virtual void | slot_suppressMagneticNorthNotationEnabledChanged (bool enabled) |
Friends | |
| class | DtDisplayUnitsSettingsLogicCreator |
Persistence Slots | |
| DtSignalConnectionManager | mySignals |
| DtDisplayUnitsSettingsInterface & | myWidget |
| DtPersistenceControlsInterface & | myPersistenceControls |
| DtDe & | myDe |
| virtual void | on_import () |
| virtual void | on_export () |
| virtual void | on_importFilePathChosen (const std::string &filePath) |
| virtual void | on_exportFilePathChosen (const std::string &filePath) |
| virtual void | on_settingsRestored (const DtSettingsBackup *b) |
|
virtual |
DTOR.
|
protected |
Protected CTOR ( use creator )
|
protectedvirtual |
Update the GUI with the current display unit settings. The function gets which object type is selected from the widget.
|
protected |
Populates the GUI with Display Units and Unit of Measurements.
|
protectedvirtual |
Populates the GUI with Display Units from the display unit collection with the specified name.
|
protectedvirtual |
Populates the GUI with Unit of Measurements that measure the specified display unit type.
|
protectedvirtual |
Called when the current object type selection has changed via the GUI.
|
protectedvirtual |
Called when the unit of measurement used for a display unit has changed via the GUI.
|
protectedvirtual |
Called when the number of decimals for a display unit has changed via the GUI.
|
protectedvirtual |
Called when the suppress magnetic north notation state changed.
|
protectedvirtual |
Called when import is requested.
|
protectedvirtual |
Called when export is requested.
|
protectedvirtual |
Called when the user chooses a file to import.
|
protectedvirtual |
Called when the user chooses a file to import to.
|
protectedvirtual |
Called when the user requests to restore settings.
|
friend |
|
protected |
Called when import is requested.
|
protected |
Called when import is requested.
|
protected |
Called when import is requested.
|
protected |
Called when import is requested.