#include <qtpropertymanager.h>
| QtDoublePropertyManager::QtDoublePropertyManager |
( |
QObject * |
parent = 0 | ) |
|
|
explicit |
| QtDoublePropertyManager::~QtDoublePropertyManager |
( |
| ) |
|
| int QtDoublePropertyManager::decimals |
( |
const QtProperty * |
property | ) |
const |
| void QtDoublePropertyManager::decimalsChanged |
( |
QtProperty * |
property, |
|
|
int |
prec |
|
) |
| |
|
signal |
| virtual void QtDoublePropertyManager::initializeProperty |
( |
QtProperty * |
property | ) |
|
|
protectedvirtual |
| double QtDoublePropertyManager::maximum |
( |
const QtProperty * |
property | ) |
const |
| double QtDoublePropertyManager::minimum |
( |
const QtProperty * |
property | ) |
const |
| void QtDoublePropertyManager::rangeChanged |
( |
QtProperty * |
property, |
|
|
double |
minVal, |
|
|
double |
maxVal |
|
) |
| |
|
signal |
| void QtDoublePropertyManager::setDecimals |
( |
QtProperty * |
property, |
|
|
int |
prec |
|
) |
| |
|
slot |
| void QtDoublePropertyManager::setMaximum |
( |
QtProperty * |
property, |
|
|
double |
maxVal |
|
) |
| |
|
slot |
| void QtDoublePropertyManager::setMinimum |
( |
QtProperty * |
property, |
|
|
double |
minVal |
|
) |
| |
|
slot |
| void QtDoublePropertyManager::setRange |
( |
QtProperty * |
property, |
|
|
double |
minVal, |
|
|
double |
maxVal |
|
) |
| |
|
slot |
| void QtDoublePropertyManager::setSingleStep |
( |
QtProperty * |
property, |
|
|
double |
step |
|
) |
| |
|
slot |
| void QtDoublePropertyManager::setValue |
( |
QtProperty * |
property, |
|
|
double |
val |
|
) |
| |
|
slot |
| double QtDoublePropertyManager::singleStep |
( |
const QtProperty * |
property | ) |
const |
| void QtDoublePropertyManager::singleStepChanged |
( |
QtProperty * |
property, |
|
|
double |
step |
|
) |
| |
|
signal |
| virtual void QtDoublePropertyManager::uninitializeProperty |
( |
QtProperty * |
property | ) |
|
|
protectedvirtual |
| double QtDoublePropertyManager::value |
( |
const QtProperty * |
property | ) |
const |
| void QtDoublePropertyManager::valueChanged |
( |
QtProperty * |
property, |
|
|
double |
val |
|
) |
| |
|
signal |
| QString QtDoublePropertyManager::valueText |
( |
const QtProperty * |
property | ) |
const |
|
protectedvirtual |
The documentation for this class was generated from the following file: