![]() |
VR-Forces 4.0.4 Class Documentation
|
The logic for the track history settings dialog. More...
Public Member Functions | |
| DtTrackHistorySettingsLogic (DtDe &de, DtPersistenceControlsInterface &persistenceControls, DtTrackHistorySettingsInterface &widget) | |
| CTOR. | |
| virtual | ~DtTrackHistorySettingsLogic () |
| DTOR. | |
Protected Member Functions | |
| virtual void | sendSettingsToGui () |
| Set up the GUI with the current window settings. | |
Boost Slots | |
| virtual void | slot_trackHistoryRibbonLengthChanged (int maxSamples) |
| Receives notification that the user has changed the ribbon length. | |
| virtual void | slot_trackHistoryRibbonSpacingChanged (float spacing) |
| Receives notification that the user has changed the ribbon spacing. | |
| virtual void | slot_trackHistoryRibbonInfiniteChanged (bool isInfinite) |
| Receives notification that the user has toggled 'infinite' ribbons. | |
Persistence Slots | |
| DtSignalConnectionManager | mySignals |
| DtTrackHistorySettingsInterface & | 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) |
The logic for the track history settings dialog.
| makVrv::DtTrackHistorySettingsLogic::DtTrackHistorySettingsLogic | ( | DtDe & | de, |
| DtPersistenceControlsInterface & | persistenceControls, | ||
| DtTrackHistorySettingsInterface & | widget | ||
| ) |
CTOR.
| virtual makVrv::DtTrackHistorySettingsLogic::~DtTrackHistorySettingsLogic | ( | ) | [virtual] |
DTOR.
| virtual void makVrv::DtTrackHistorySettingsLogic::sendSettingsToGui | ( | ) | [protected, virtual] |
Set up the GUI with the current window settings.
| virtual void makVrv::DtTrackHistorySettingsLogic::slot_trackHistoryRibbonLengthChanged | ( | int | maxSamples | ) | [protected, virtual] |
Receives notification that the user has changed the ribbon length.
| virtual void makVrv::DtTrackHistorySettingsLogic::slot_trackHistoryRibbonSpacingChanged | ( | float | spacing | ) | [protected, virtual] |
Receives notification that the user has changed the ribbon spacing.
| virtual void makVrv::DtTrackHistorySettingsLogic::slot_trackHistoryRibbonInfiniteChanged | ( | bool | isInfinite | ) | [protected, virtual] |
Receives notification that the user has toggled 'infinite' ribbons.
| virtual void makVrv::DtTrackHistorySettingsLogic::on_import | ( | ) | [protected, virtual] |
| virtual void makVrv::DtTrackHistorySettingsLogic::on_export | ( | ) | [protected, virtual] |
| virtual void makVrv::DtTrackHistorySettingsLogic::on_importFilePathChosen | ( | const std::string & | filePath | ) | [protected, virtual] |
| virtual void makVrv::DtTrackHistorySettingsLogic::on_exportFilePathChosen | ( | const std::string & | filePath | ) | [protected, virtual] |
| virtual void makVrv::DtTrackHistorySettingsLogic::on_settingsRestored | ( | const DtSettingsBackup * | b | ) | [protected, virtual] |
DtPersistenceControlsInterface& makVrv::DtTrackHistorySettingsLogic::myPersistenceControls [protected] |
DtDe& makVrv::DtTrackHistorySettingsLogic::myDe [protected] |