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