|
void | setPrefix (QtProperty *property, const QString &prefix) |
|
void | setSuffix (QtProperty *property, const QString &suffix) |
|
void | setDecimals (QtProperty *property, int prec) |
|
void | setMaximum (QtProperty *property, double maxVal) |
|
void | setMinimum (QtProperty *property, double minVal) |
|
void | setRange (QtProperty *property, double minVal, double maxVal) |
|
void | setReadOnly (QtProperty *property, bool readOnly) |
|
void | setSingleStep (QtProperty *property, double step) |
|
void | setValue (QtProperty *property, double val) |
|
|
void | prefixChanged (QtProperty *property, const QString &prefix) |
|
void | suffixChanged (QtProperty *property, const QString &suffix) |
|
void | decimalsChanged (QtProperty *property, int prec) |
|
void | rangeChanged (QtProperty *property, double minVal, double maxVal) |
|
void | readOnlyChanged (QtProperty *property, bool readOnly) |
|
void | singleStepChanged (QtProperty *property, double step) |
|
void | valueChanged (QtProperty *property, double val) |
|
void | propertyChanged (QtProperty *property) |
|
void | propertyDestroyed (QtProperty *property) |
|
void | propertyInserted (QtProperty *property, QtProperty *parent, QtProperty *after) |
|
void | propertyRemoved (QtProperty *property, QtProperty *parent) |
|
◆ DecoratedDoublePropertyManager()
DecoratedDoublePropertyManager::DecoratedDoublePropertyManager |
( |
QObject * |
parent = 0 | ) |
|
◆ ~DecoratedDoublePropertyManager()
DecoratedDoublePropertyManager::~DecoratedDoublePropertyManager |
( |
| ) |
|
◆ initializeProperty()
void DecoratedDoublePropertyManager::initializeProperty |
( |
QtProperty * |
property | ) |
|
|
protectedvirtual |
◆ prefix()
QString DecoratedDoublePropertyManager::prefix |
( |
const QtProperty * |
property | ) |
const |
◆ prefixChanged
void DecoratedDoublePropertyManager::prefixChanged |
( |
QtProperty * |
property, |
|
|
const QString & |
prefix |
|
) |
| |
|
signal |
◆ setPrefix
void DecoratedDoublePropertyManager::setPrefix |
( |
QtProperty * |
property, |
|
|
const QString & |
prefix |
|
) |
| |
|
slot |
◆ setSuffix
void DecoratedDoublePropertyManager::setSuffix |
( |
QtProperty * |
property, |
|
|
const QString & |
suffix |
|
) |
| |
|
slot |
◆ suffix()
QString DecoratedDoublePropertyManager::suffix |
( |
const QtProperty * |
property | ) |
const |
◆ suffixChanged
void DecoratedDoublePropertyManager::suffixChanged |
( |
QtProperty * |
property, |
|
|
const QString & |
suffix |
|
) |
| |
|
signal |
◆ uninitializeProperty()
void DecoratedDoublePropertyManager::uninitializeProperty |
( |
QtProperty * |
property | ) |
|
|
protectedvirtual |
◆ valueText()
QString DecoratedDoublePropertyManager::valueText |
( |
const QtProperty * |
property | ) |
const |
|
protectedvirtual |
The documentation for this class was generated from the following file: