#include <qtpropertymanager.h>

Public Slots | |
| void | setFlagNames (QtProperty *property, const QStringList &names) |
| void | setValue (QtProperty *property, int val) |
Signals | |
| void | flagNamesChanged (QtProperty *property, const QStringList &names) |
| void | valueChanged (QtProperty *property, int val) |
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) |
Public Member Functions | |
| QtFlagPropertyManager (QObject *parent=0) | |
| ~QtFlagPropertyManager () | |
| QStringList | flagNames (const QtProperty *property) const |
| QtBoolPropertyManager * | subBoolPropertyManager () const |
| int | value (const QtProperty *property) const |
Public Member Functions inherited from QtAbstractPropertyManager | |
| QtAbstractPropertyManager (QObject *parent=0) | |
| ~QtAbstractPropertyManager () | |
| QtProperty * | addProperty (const QString &name=QString()) |
| void | clear () const |
| QSet< QtProperty * > | properties () const |
Protected Member Functions | |
| virtual void | initializeProperty (QtProperty *property) |
| virtual void | uninitializeProperty (QtProperty *property) |
| QString | valueText (const QtProperty *property) const |
Protected Member Functions inherited from QtAbstractPropertyManager | |
| virtual QtProperty * | createProperty () |
| virtual QString | displayText (const QtProperty *property) const |
| virtual EchoMode | echoMode (const QtProperty *) const |
| virtual bool | hasValue (const QtProperty *property) const |
| virtual QIcon | valueIcon (const QtProperty *property) const |
|
explicit |
| QtFlagPropertyManager::~QtFlagPropertyManager | ( | ) |
| QStringList QtFlagPropertyManager::flagNames | ( | const QtProperty * | property | ) | const |
|
signal |
|
protectedvirtual |
Implements QtAbstractPropertyManager.
|
slot |
|
slot |
| QtBoolPropertyManager* QtFlagPropertyManager::subBoolPropertyManager | ( | ) | const |
|
protectedvirtual |
Reimplemented from QtAbstractPropertyManager.
| int QtFlagPropertyManager::value | ( | const QtProperty * | property | ) | const |
|
signal |
|
protectedvirtual |
Reimplemented from QtAbstractPropertyManager.