![]() |
VR-Forces Developer's Guide
|
The logic for the diguy settings dialog.
Public Member Functions | |
| DtDiGuySettingsLogic (DtDe &de, DtPersistenceControlsInterface &persistenceControls, DtDiGuySettingsInterface &widget) | |
| virtual | ~DtDiGuySettingsLogic () |
Protected Member Functions | |
| virtual void | displayUnitsChanged () |
| virtual void | sendSettingsToGui () |
Boost Slots | |
| virtual void | slot_diGuyInstancingEnabledChanged (bool enable) |
| virtual void | slot_diGuyInstancedLodChanged (int lod) |
| virtual void | slot_diGuyVisualizeInstancingChanged (bool enable) |
| virtual void | slot_diGuyTextureVariationChanged (bool enable) |
| virtual void | slot_diGuyMaxDrawDistanceChanged (float distance) |
| virtual void | slot_settingMaxDrawDistanceChanged (float distance) |
| virtual void | slot_diGuyMaxMotionUpdateDistanceChanged (float distance) |
| virtual void | slot_settingMaxMotionUpdateDistanceChanged (float distance) |
| virtual void | slot_diGuyMultiThreadUpdateChanged (bool enable) |
Persistence Slots | |
| DtSignalConnectionManager | mySignals |
| DtDiGuySettingsInterface & | myInterface |
| 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) |
| makVrv::DtDiGuySettingsLogic::DtDiGuySettingsLogic | ( | DtDe & | de, |
| DtPersistenceControlsInterface & | persistenceControls, | ||
| DtDiGuySettingsInterface & | widget | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
protectedvirtual |
slot for display unit and decimal changes currently we just relook up the display units and decimal values in sendSettingsToGui instead of getting the values from the signal
|
protectedvirtual |
Set up the GUI with the current window settings.
|
protectedvirtual |
Receives notification that the user changed the instancing enabled checkbox.
|
protectedvirtual |
Receives notification that the user changed the instancing lod value (1-7).
|
protectedvirtual |
Receives notification that the user changed the visualize instancing checkbox.
|
protectedvirtual |
Receives notification that the user changed the texture variation checkbox.
|
protectedvirtual |
Receives notification that the user changed the max draw distance.
|
protectedvirtual |
Received notification that the setting changed for the max draw distance.
|
protectedvirtual |
Receives notification that the user changed the max motion update distance.
|
protectedvirtual |
Received notification that the setting changed for the max motion update distance.
|
protectedvirtual |
Receives notification that the user changed the multi threaded update checkbox.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protected |
|
protected |
|
protected |
|
protected |