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