#include <floatcontrol.h>
◆ FloatControl()
| FloatControl::FloatControl |
( |
QWidget * | parent = nullptr | ) |
|
|
explicit |
◆ SetRange()
| void FloatControl::SetRange |
( |
std::pair< double, double > | range | ) |
|
◆ SetValue()
| void FloatControl::SetValue |
( |
double | value | ) |
|
◆ Value()
| double FloatControl::Value |
( |
| ) |
const |
◆ ValueChanged
| void FloatControl::ValueChanged |
( |
double | value | ) |
|
|
signal |
◆ m_layout
| QHBoxLayout* FloatControl::m_layout {} |
|
private |
◆ m_slider
| QSlider* FloatControl::m_slider {} |
|
private |
◆ m_sliderFInc
| double FloatControl::m_sliderFInc = 1'000.0 |
|
staticconstexprprivate |
◆ m_spinBox
| QDoubleSpinBox* FloatControl::m_spinBox {} |
|
private |
The documentation for this class was generated from the following files: