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 45 of file pqIntRangeWidget.h.
§ pqIntRangeWidget()
pqIntRangeWidget::pqIntRangeWidget |
( |
QWidget * |
parent = NULL | ) |
|
constructor requires the proxy, property
§ ~pqIntRangeWidget()
pqIntRangeWidget::~pqIntRangeWidget |
( |
| ) |
|
§ value()
int pqIntRangeWidget::value |
( |
| ) |
const |
§ minimum()
int pqIntRangeWidget::minimum |
( |
| ) |
const |
§ maximum()
int pqIntRangeWidget::maximum |
( |
| ) |
const |
§ strictRange()
bool pqIntRangeWidget::strictRange |
( |
| ) |
const |
§ setDomain()
void pqIntRangeWidget::setDomain |
( |
vtkSMIntRangeDomain * |
domain | ) |
|
§ 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 slider was moved
§ setValue
void pqIntRangeWidget::setValue |
( |
int |
| ) |
|
|
slot |
§ setMinimum
void pqIntRangeWidget::setMinimum |
( |
int |
| ) |
|
|
slot |
§ setMaximum
void pqIntRangeWidget::setMaximum |
( |
int |
| ) |
|
|
slot |
§ setStrictRange
void pqIntRangeWidget::setStrictRange |
( |
bool |
| ) |
|
|
slot |
§ value
int pqIntRangeWidget::value |
|
readwrite |
§ minimum
int pqIntRangeWidget::minimum |
|
readwrite |
§ maximum
int pqIntRangeWidget::maximum |
|
readwrite |
§ strictRange
bool pqIntRangeWidget::strictRange |
|
readwrite |
The documentation for this class was generated from the following file: