a widget with a tied slider and line edit for editing a int property
More...
#include <pqIntRangeWidget.h>
List of all members.
Detailed Description
a widget with a tied slider and line edit for editing a int property
Definition at line 42 of file pqIntRangeWidget.h.
Constructor & Destructor Documentation
| pqIntRangeWidget::pqIntRangeWidget |
( |
QWidget * |
parent = NULL | ) |
|
constructor requires the proxy, property
| pqIntRangeWidget::~pqIntRangeWidget |
( |
| ) |
|
Member Function Documentation
| int pqIntRangeWidget::value |
( |
| ) |
const |
| int pqIntRangeWidget::minimum |
( |
| ) |
const |
| int pqIntRangeWidget::maximum |
( |
| ) |
const |
| bool pqIntRangeWidget::strictRange |
( |
| ) |
const |
| void pqIntRangeWidget::valueChanged |
( |
int |
| ) |
[signal] |
| void pqIntRangeWidget::setValue |
( |
int |
| ) |
[slot] |
| void pqIntRangeWidget::setMinimum |
( |
int |
| ) |
[slot] |
| void pqIntRangeWidget::setMaximum |
( |
int |
| ) |
[slot] |
| void pqIntRangeWidget::setStrictRange |
( |
bool |
| ) |
[slot] |
Property Documentation
int pqIntRangeWidget::value [read, write] |
int pqIntRangeWidget::minimum [read, write] |
int pqIntRangeWidget::maximum [read, write] |
bool pqIntRangeWidget::strictRange [read, write] |
The documentation for this class was generated from the following file: