![]() |
VR-Forces 4.1.1 Class Documentation
|
Interface for the track history settings widget. More...

Public Member Functions | |
| virtual | ~DtTrackHistorySettingsInterface () |
| DTOR. | |
| virtual void | setLengthSliderDisabled (bool disabled)=0 |
| Method for disabling the length slider (when ribbon is infinite). | |
Field Value Getters/Setters | |
| virtual int | trackHistoryRibbonLength () const =0 |
| Gets the maximum track history ribbon length (in samples). | |
| virtual void | setTrackHistoryRibbonLength (int maxSamples)=0 |
| Sets the maximum track history ribbon length (in samples). | |
| virtual float | trackHistoryRibbonSpacing () const =0 |
| Gets the spacing between track history ribbon samples (in meters). | |
| virtual void | setTrackHistoryRibbonSpacing (float spacing)=0 |
| Sets the spacing between track history ribbon samples (in meters). | |
| virtual bool | trackHistoryRibbonInfinite () const =0 |
| Gets whether the track history ribbon is 'infinitely' long (250k samples). | |
| virtual void | setTrackHistoryRibbonInfinite (bool isInfinite)=0 |
| Sets whether the track history ribbon is 'infinitely' long (250k samples). | |
Public Attributes | |
User Input Signals | |
| boost::signal< void(int)> | signal_trackHistoryRibbonLengthChanged |
| Signals that the user changed the track history ribbon length. | |
| boost::signal< void(float)> | signal_trackHistoryRibbonSpacingChanged |
| Signals that the user changed the track history ribbon spacing. | |
| boost::signal< void(bool)> | signal_trackHistoryRibbonInfiniteChanged |
| Signals that the user toggled 'infinitely long' track history ribbons. | |
Interface for the track history settings widget.
Used by the logic to communicate with the widget.
|
virtual |
DTOR.
|
pure virtual |
Gets the maximum track history ribbon length (in samples).
Implemented in makVrv::DtTrackHistorySettingsWidget.
|
pure virtual |
Sets the maximum track history ribbon length (in samples).
Implemented in makVrv::DtTrackHistorySettingsWidget.
|
pure virtual |
Gets the spacing between track history ribbon samples (in meters).
Implemented in makVrv::DtTrackHistorySettingsWidget.
|
pure virtual |
Sets the spacing between track history ribbon samples (in meters).
Implemented in makVrv::DtTrackHistorySettingsWidget.
|
pure virtual |
Gets whether the track history ribbon is 'infinitely' long (250k samples).
Implemented in makVrv::DtTrackHistorySettingsWidget.
|
pure virtual |
Sets whether the track history ribbon is 'infinitely' long (250k samples).
Implemented in makVrv::DtTrackHistorySettingsWidget.
|
pure virtual |
Method for disabling the length slider (when ribbon is infinite).
Implemented in makVrv::DtTrackHistorySettingsWidget.
| boost::signal<void (int)> makVrv::DtTrackHistorySettingsInterface::signal_trackHistoryRibbonLengthChanged |
Signals that the user changed the track history ribbon length.
| _1 | the new length of the track history ribbon (in samples). |
| boost::signal<void (float)> makVrv::DtTrackHistorySettingsInterface::signal_trackHistoryRibbonSpacingChanged |
Signals that the user changed the track history ribbon spacing.
| _1 | the new spacing between samples in the ribbon (in meters). |
| boost::signal<void (bool)> makVrv::DtTrackHistorySettingsInterface::signal_trackHistoryRibbonInfiniteChanged |
Signals that the user toggled 'infinitely long' track history ribbons.
| _1 | whether the user set 'infinitely long' ribbons on or off. |