a widget with a tied slider and line edit for editing a int property
More...
#include <pqIntRangeWidget.h>
Inherits QWidget.
a widget with a tied slider and line edit for editing a int property
Definition at line 19 of file pqIntRangeWidget.h.
◆ pqIntRangeWidget()
pqIntRangeWidget::pqIntRangeWidget |
( |
QWidget * |
parent = nullptr | ) |
|
constructor requires the proxy, property
◆ ~pqIntRangeWidget()
pqIntRangeWidget::~pqIntRangeWidget |
( |
| ) |
|
|
override |
◆ value()
int pqIntRangeWidget::value |
( |
| ) |
const |
◆ minimum()
int pqIntRangeWidget::minimum |
( |
| ) |
const |
◆ maximum()
int pqIntRangeWidget::maximum |
( |
| ) |
const |
◆ setDomain()
◆ valueChanged
void pqIntRangeWidget::valueChanged |
( |
int |
| ) |
|
|
signal |
◆ valueEdited
void pqIntRangeWidget::valueEdited |
( |
int |
| ) |
|
|
signal |
signal the value was edited this means the user is done changing text or the user is done moving the slider.
It implies value was changed and editing has finished.
◆ setValue
void pqIntRangeWidget::setValue |
( |
int |
| ) |
|
|
slot |
◆ setMinimum
void pqIntRangeWidget::setMinimum |
( |
int |
| ) |
|
|
slot |
◆ setMaximum
void pqIntRangeWidget::setMaximum |
( |
int |
| ) |
|
|
slot |
◆ value
int pqIntRangeWidget::value |
|
readwrite |
◆ minimum
int pqIntRangeWidget::minimum |
|
readwrite |
◆ maximum
int pqIntRangeWidget::maximum |
|
readwrite |
The documentation for this class was generated from the following file: