QSapecNG
|
The QtGroupPropertyManager provides and manages group properties. More...
Public Member Functions | |
QtGroupPropertyManager (QObject *parent=0) | |
~QtGroupPropertyManager () | |
Protected Member Functions | |
virtual bool | hasValue (const QtProperty *property) const |
virtual void | initializeProperty (QtProperty *property) |
virtual void | uninitializeProperty (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.
Destroys this manager, and all the properties it has created.
bool QtGroupPropertyManager::hasValue | ( | const QtProperty * | property | ) | const [protected, virtual] |
Reimplemented from QtAbstractPropertyManager.
void QtGroupPropertyManager::initializeProperty | ( | QtProperty * | property | ) | [protected, virtual] |
Implements QtAbstractPropertyManager.
void QtGroupPropertyManager::uninitializeProperty | ( | QtProperty * | property | ) | [protected, virtual] |
Reimplemented from QtAbstractPropertyManager.