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