VAPOR3 3.9.4
Signals | Public Member Functions | List of all members
QRangeSliderTextCombo Class Reference

#include <QRangeSliderTextCombo.h>

Inheritance diagram for QRangeSliderTextCombo:
TFMappingRangeSelector

Signals

void ValueChangedBegin ()
 User began to change the value.
 
void ValueChanged (float min, float max)
 User finalized changing the value.
 
void ValueChangedIntermediate (float min, float max)
 User changed the value but they have not finalized it.
 
void RangeChanged (float min, float max)
 
void RangeDefaultRequested ()
 

Public Member Functions

 QRangeSliderTextCombo ()
 
void SetRange (float min, float max)
 
void SetValue (float left, float right)
 
void AllowCustomRange ()
 Allows the user to input values outside of the range and allows them to change the range.
 

Detailed Description

Combines a QRangeSlider with two text inputs that represent the values of the min/max sliders. The two are automatically synced.

Definition at line 14 of file QRangeSliderTextCombo.h.

Constructor & Destructor Documentation

◆ QRangeSliderTextCombo()

QRangeSliderTextCombo::QRangeSliderTextCombo ( )

Member Function Documentation

◆ AllowCustomRange()

void QRangeSliderTextCombo::AllowCustomRange ( )

Allows the user to input values outside of the range and allows them to change the range.

◆ RangeChanged

void QRangeSliderTextCombo::RangeChanged ( float  min,
float  max 
)
signal

◆ RangeDefaultRequested

void QRangeSliderTextCombo::RangeDefaultRequested ( )
signal

◆ SetRange()

void QRangeSliderTextCombo::SetRange ( float  min,
float  max 
)

◆ SetValue()

void QRangeSliderTextCombo::SetValue ( float  left,
float  right 
)

◆ ValueChanged

void QRangeSliderTextCombo::ValueChanged ( float  min,
float  max 
)
signal

User finalized changing the value.

◆ ValueChangedBegin

void QRangeSliderTextCombo::ValueChangedBegin ( )
signal

User began to change the value.

◆ ValueChangedIntermediate

void QRangeSliderTextCombo::ValueChangedIntermediate ( float  min,
float  max 
)
signal

User changed the value but they have not finalized it.


The documentation for this class was generated from the following file: