![]() |
VR-Forces 4.6 Class Documentation
|
This widget contains fields for configuring track histories. More...

Public Member Functions | |
| DtTrackHistorySettingsWidget (DtDe &de, QWidget *parent, Qt::WindowFlags f=Qt::Widget) | |
| CTOR. | |
| virtual | ~DtTrackHistorySettingsWidget () |
| Virtual DTOR. | |
| virtual void | setLengthSliderDisabled (bool disabled) |
| Sets whether the slider for adjusting ribbon length should be disabled. | |
Field Value Getters/Setters | |
| virtual int | trackHistoryRibbonLength () const |
| Gets the maximum track history ribbon length (in samples). | |
| virtual void | setTrackHistoryRibbonLength (int maxSamples) |
| Sets the maximum track history ribbon length (in samples). | |
| virtual float | trackHistoryRibbonSpacing () const |
| Gets the spacing between track history ribbon samples (in meters). | |
| virtual void | setTrackHistoryRibbonSpacing (float spacing) |
| Sets the spacing between track history ribbon samples (in meters). | |
| virtual bool | trackHistoryRibbonInfinite () const |
| Gets whether the track history ribbon is 'infinitely' long (250k samples). | |
| virtual void | setTrackHistoryRibbonInfinite (bool isInfinite) |
| Sets whether the track history ribbon is 'infinitely' long (250k samples). | |
Public Member Functions inherited from makVrv::DtTrackHistorySettingsInterface | |
| virtual | ~DtTrackHistorySettingsInterface () |
| DTOR. | |
Protected Slots | |
User input slots | |
| void | slot_onTrackHistoryRibbonLengthChanged (int maxSamples) |
| Sends a signal indicating the user has changed the ribbon length. | |
| void | slot_onTrackHistoryRibbonSpacingChanged (double spacing) |
| Sends a signal indicating the user has changed the ribbon spacing. | |
| void | slot_onTrackHistoryRibbonInfiniteChanged (int checkedState) |
| Sends a signal indicating the user has toggled 'infinite' ribbons. | |
Protected Member Functions | |
| void | setupGui () |
| Create gui layout and widgets. | |
| void | connectToSignals () |
| Connect to widget changed signals. | |
Protected Attributes | |
| QLabel * | myLengthLabel |
| QSlider * | myLengthSlider |
| QSpinBox * | myLengthSpinner |
| QCheckBox * | myInfiniteCheckBox |
| QDoubleSpinBox * | mySpacingSpinBox |
| DtDe & | myDe |
Additional Inherited Members | |
Public Attributes inherited from makVrv::DtTrackHistorySettingsInterface | |
| 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. | |
This widget contains fields for configuring track histories.
| makVrv::DtTrackHistorySettingsWidget::DtTrackHistorySettingsWidget | ( | DtDe & | de, |
| QWidget * | parent, | ||
| Qt::WindowFlags | f = Qt::Widget |
||
| ) |
CTOR.
|
virtual |
Virtual DTOR.
|
virtual |
Gets the maximum track history ribbon length (in samples).
Implements makVrv::DtTrackHistorySettingsInterface.
|
virtual |
Sets the maximum track history ribbon length (in samples).
Implements makVrv::DtTrackHistorySettingsInterface.
|
virtual |
Gets the spacing between track history ribbon samples (in meters).
Implements makVrv::DtTrackHistorySettingsInterface.
|
virtual |
Sets the spacing between track history ribbon samples (in meters).
Implements makVrv::DtTrackHistorySettingsInterface.
|
virtual |
Gets whether the track history ribbon is 'infinitely' long (250k samples).
Implements makVrv::DtTrackHistorySettingsInterface.
|
virtual |
Sets whether the track history ribbon is 'infinitely' long (250k samples).
Implements makVrv::DtTrackHistorySettingsInterface.
|
virtual |
Sets whether the slider for adjusting ribbon length should be disabled.
The ribbon length should not be modifyable if 'infinite' ribbons are on.
Implements makVrv::DtTrackHistorySettingsInterface.
|
protectedslot |
Sends a signal indicating the user has changed the ribbon length.
|
protectedslot |
Sends a signal indicating the user has changed the ribbon spacing.
|
protectedslot |
Sends a signal indicating the user has toggled 'infinite' ribbons.
|
protected |
Create gui layout and widgets.
Non-virtual (Called from CTOR).
|
protected |
Connect to widget changed signals.
Non-virtual (Called from CTOR).
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |