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