Home |
The QtPointFPropertyManager provides and manages QPointF properties. More...
#include <QtPointFPropertyManager>
Inherits QtAbstractPropertyManager.
The QtPointFPropertyManager provides and manages QPointF properties.
A point property has nested x and y subproperties. The top-level property's value can be retrieved using the value() function, and set using the setValue() slot.
The subproperties are created by a QtDoublePropertyManager object. This manager can be retrieved using the subDoublePropertyManager() function. In order to provide editing widgets for the subproperties in a property browser widget, this manager must be associated with an editor factory.
In addition, QtPointFPropertyManager provides the valueChanged() signal which is emitted whenever a property created by this manager changes.
See also QtAbstractPropertyManager, QtDoublePropertyManager, and QtPointPropertyManager.
Creates a manager with the given parent.
Destroys this manager, and all the properties it has created.
Returns the given property's precision, in decimals.
See also setDecimals().
This signal is emitted whenever a property created by this manager changes its precision of value, passing a pointer to the property and the new prec value
See also setDecimals().
Sets the precision of the given property to prec.
The valid decimal range is 0-13. The default is 2.
See also decimals().
Sets the value of the given property to value. Nested properties are updated automatically.
See also value() and valueChanged().
Returns the manager that creates the nested x and y subproperties.
In order to provide editing widgets for the subproperties in a property browser widget, this manager must be associated with an editor factory.
See also QtAbstractPropertyBrowser::setFactoryForManager().
Returns the given property's value.
If the given property is not managed by this manager, this function returns a point with coordinates (0, 0).
See also setValue().
This signal is emitted whenever a property created by this manager changes its value, passing a pointer to the property and the new value as parameters.
See also setValue().
Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies) | Trademarks | Qt Solutions |