|
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) |
|
Definition at line 48 of file main.cpp.
◆ DecoratedDoublePropertyManager()
◆ ~DecoratedDoublePropertyManager()
◆ initializeProperty()
◆ prefix()
QString prefix |
( |
const QtProperty * |
property | ) |
const |
◆ prefixChanged
void prefixChanged |
( |
QtProperty * |
property, |
|
|
const QString & |
prefix |
|
) |
| |
|
signal |
◆ setPrefix
void setPrefix |
( |
QtProperty * |
property, |
|
|
const QString & |
prefix |
|
) |
| |
|
slot |
◆ setSuffix
void setSuffix |
( |
QtProperty * |
property, |
|
|
const QString & |
suffix |
|
) |
| |
|
slot |
◆ suffix()
QString suffix |
( |
const QtProperty * |
property | ) |
const |
◆ suffixChanged
void suffixChanged |
( |
QtProperty * |
property, |
|
|
const QString & |
suffix |
|
) |
| |
|
signal |
◆ uninitializeProperty()
void uninitializeProperty |
( |
QtProperty * |
property | ) |
|
|
protectedvirtual |
This function is called just before the specified property is destroyed.
The purpose is to let the property manager know that the property is being destroyed so that it can remove the property's additional attributes.
- See also
- clear(), propertyDestroyed()
Reimplemented from QtAbstractPropertyManager.
Definition at line 168 of file main.cpp.
◆ valueText()
QString valueText |
( |
const QtProperty * |
property | ) |
const |
|
protectedvirtual |
The documentation for this class was generated from the following file:
- ArmarXGui/libraries/qtpropertybrowser/examples/decoration/main.cpp