#include <DoubleSliderWidget.hpp>
Inherits QWidget.
|
| static void | create (DoubleSliderWidget *&outputWidget, const QObject *receiver, const char *memberIntermediateValue, const char *memberFinalValue, const QString &text, const QString &toolTip, const QString &unitsList, double step, double min, double max, double value, Layout layout=LAYOUT_SLIDER_UNDER_LABEL) |
| |
◆ Layout
Slider layout.
| Enumerator |
|---|
| LAYOUT_SLIDER_BESIDE_LABEL | |
| LAYOUT_SLIDER_UNDER_LABEL | |
◆ DoubleSliderWidget()
| DoubleSliderWidget::DoubleSliderWidget |
( |
| ) |
|
◆ blockSignals()
| void DoubleSliderWidget::blockSignals |
( |
bool | block | ) |
|
◆ create()
| void DoubleSliderWidget::create |
( |
DoubleSliderWidget *& | outputWidget, |
|
|
const QObject * | receiver, |
|
|
const char * | memberIntermediateValue, |
|
|
const char * | memberFinalValue, |
|
|
const QString & | text, |
|
|
const QString & | toolTip, |
|
|
const QString & | unitsList, |
|
|
double | step, |
|
|
double | min, |
|
|
double | max, |
|
|
double | value, |
|
|
Layout | layout = LAYOUT_SLIDER_UNDER_LABEL ) |
|
static |
◆ maximum()
| double DoubleSliderWidget::maximum |
( |
| ) |
const |
◆ minimum()
| double DoubleSliderWidget::minimum |
( |
| ) |
const |
◆ setMaximum()
| void DoubleSliderWidget::setMaximum |
( |
double | max | ) |
|
◆ setMinimum()
| void DoubleSliderWidget::setMinimum |
( |
double | min | ) |
|
◆ setValue()
| void DoubleSliderWidget::setValue |
( |
double | value | ) |
|
◆ signalFinalValue
| void DoubleSliderWidget::signalFinalValue |
( |
| ) |
|
|
signal |
◆ signalIntermediateValue
| void DoubleSliderWidget::signalIntermediateValue |
( |
double | v | ) |
|
|
signal |
◆ slotFinalValue
| void DoubleSliderWidget::slotFinalValue |
( |
| ) |
|
|
protectedslot |
◆ slotIntermediateValue [1/2]
| void DoubleSliderWidget::slotIntermediateValue |
( |
double | v | ) |
|
|
protectedslot |
◆ slotIntermediateValue [2/2]
| void DoubleSliderWidget::slotIntermediateValue |
( |
int | v | ) |
|
|
protectedslot |
◆ value()
| double DoubleSliderWidget::value |
( |
| ) |
const |
◆ maximumValue_
| double DoubleSliderWidget::maximumValue_ |
|
protected |
◆ minimumValue_
| double DoubleSliderWidget::minimumValue_ |
|
protected |
◆ slider_
| QSlider* DoubleSliderWidget::slider_ |
|
protected |
◆ spinBox_
| QDoubleSpinBox* DoubleSliderWidget::spinBox_ |
|
protected |
The documentation for this class was generated from the following files:
- DoubleSliderWidget.hpp
- DoubleSliderWidget.cpp