Extends pqDoubleSliderWidget to use it with a range of doubles : provides control on min/max, resolution and on line edit validator.
More...
#include <pqDoubleRangeWidget.h>
Extends pqDoubleSliderWidget to use it with a range of doubles : provides control on min/max, resolution and on line edit validator.
Definition at line 44 of file pqDoubleRangeWidget.h.
◆ pqDoubleRangeWidget()
| pqDoubleRangeWidget::pqDoubleRangeWidget |
( |
QWidget * |
parent = NULL | ) |
|
constructor requires the proxy, property
◆ ~pqDoubleRangeWidget()
| pqDoubleRangeWidget::~pqDoubleRangeWidget |
( |
| ) |
|
|
override |
◆ minimum()
| double pqDoubleRangeWidget::minimum |
( |
| ) |
const |
◆ maximum()
| double pqDoubleRangeWidget::maximum |
( |
| ) |
const |
◆ strictRange()
| bool pqDoubleRangeWidget::strictRange |
( |
| ) |
const |
- Deprecated:
- strictRange is deprecated and is not working as intended
◆ resolution()
| int pqDoubleRangeWidget::resolution |
( |
| ) |
const |
◆ setMinimum
| void pqDoubleRangeWidget::setMinimum |
( |
double |
| ) |
|
|
slot |
◆ setMaximum
| void pqDoubleRangeWidget::setMaximum |
( |
double |
| ) |
|
|
slot |
◆ setStrictRange
| void pqDoubleRangeWidget::setStrictRange |
( |
bool |
| ) |
|
|
slot |
- Deprecated:
- strictRange is deprecated and is not working as intended
◆ setResolution
| void pqDoubleRangeWidget::setResolution |
( |
int |
| ) |
|
|
slot |
◆ valueToSliderPos()
| int pqDoubleRangeWidget::valueToSliderPos |
( |
double |
val | ) |
|
|
overrideprotectedvirtual |
◆ sliderPosToValue()
| double pqDoubleRangeWidget::sliderPosToValue |
( |
int |
pos | ) |
|
|
overrideprotectedvirtual |
◆ minimum
| double pqDoubleRangeWidget::minimum |
|
readwrite |
◆ maximum
| double pqDoubleRangeWidget::maximum |
|
readwrite |
◆ strictRange
| bool pqDoubleRangeWidget::strictRange |
|
readwrite |
◆ resolution
| int pqDoubleRangeWidget::resolution |
|
readwrite |
The documentation for this class was generated from the following file: