|
The QtGroupPropertyManager provides and manages group properties. More...
#include <ArmarXGui/libraries/qtpropertybrowser/src/qtpropertymanager.h>
Public Member Functions | |
QtGroupPropertyManager (QObject *parent=0) | |
~QtGroupPropertyManager () override | |
Public Member Functions inherited from QtAbstractPropertyManager | |
QtProperty * | addProperty (const QString &name=QString()) |
void | clear () const |
QSet< QtProperty * > | properties () const |
QtAbstractPropertyManager (QObject *parent=0) | |
~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 QtGroupPropertyManager provides and manages group properties.
This class is intended to provide a grouping element without any value.
Definition at line 54 of file qtpropertymanager.h.
QtGroupPropertyManager | ( | QObject * | parent = 0 | ) |
Creates a manager with the given parent.
Definition at line 700 of file qtpropertymanager.cpp.
|
override |
Destroys this manager, and all the properties it has created.
Definition at line 709 of file qtpropertymanager.cpp.
|
overrideprotectedvirtual |
\reimp
Reimplemented from QtAbstractPropertyManager.
Definition at line 717 of file qtpropertymanager.cpp.
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
\reimp
Reimplemented from QtAbstractPropertyManager.
Definition at line 734 of file qtpropertymanager.cpp.