itom
|
The QtGroupPropertyManager provides and manages group properties. More...
Public Member Functions | |
QtGroupPropertyManager (QObject *parent=0) | |
~QtGroupPropertyManager () | |
Public Member Functions inherited from QtAbstractPropertyManager | |
QtAbstractPropertyManager (QObject *parent=0) | |
~QtAbstractPropertyManager () | |
QSet< QtProperty * > | properties () const |
void | clear () const |
QtProperty * | addProperty (const QString &name=QString()) |
Protected Member Functions | |
virtual bool | hasValue (const QtProperty *property) const |
virtual void | initializeProperty (QtProperty *property) |
virtual void | uninitializeProperty (QtProperty *property) |
Protected Member Functions inherited from QtAbstractPropertyManager | |
virtual QIcon | valueIcon (const QtProperty *property) const |
virtual QString | valueText (const QtProperty *property) const |
virtual QString | displayText (const QtProperty *property) const |
virtual EchoMode | echoMode (const QtProperty *) const |
virtual QtProperty * | createProperty () |
Additional Inherited Members | |
Signals inherited from QtAbstractPropertyManager | |
void | propertyInserted (QtProperty *property, QtProperty *parent, QtProperty *after) |
void | propertyChanged (QtProperty *property) |
void | propertyRemoved (QtProperty *property, QtProperty *parent) |
void | propertyDestroyed (QtProperty *property) |
The QtGroupPropertyManager provides and manages group properties.
This class is intended to provide a grouping element without any value.
QtGroupPropertyManager::QtGroupPropertyManager | ( | QObject * | parent = 0 | ) |
Creates a manager with the given parent.
QtGroupPropertyManager::~QtGroupPropertyManager | ( | ) |
Destroys this manager, and all the properties it has created.
|
protectedvirtual |
\reimp
Reimplemented from QtAbstractPropertyManager.
|
protectedvirtual |
\reimp
Implements QtAbstractPropertyManager.
|
protectedvirtual |
\reimp
Reimplemented from QtAbstractPropertyManager.