Public Member Functions | |
void | propertyChanged (QtProperty *property) const |
void | propertyDestroyed (QtProperty *property) |
void | propertyInserted (QtProperty *property, QtProperty *parentProperty, QtProperty *afterProperty) const |
void | propertyRemoved (QtProperty *property, QtProperty *parentProperty) const |
Public Attributes | |
QSet< QtProperty * > | m_properties |
void QtAbstractPropertyManagerPrivate::propertyChanged | ( | QtProperty * | property | ) | const |
References QtAbstractPropertyManager::propertyChanged().
Referenced by QtProperty::propertyChanged().
void QtAbstractPropertyManagerPrivate::propertyDestroyed | ( | QtProperty * | property | ) |
References m_properties, QtAbstractPropertyManager::propertyDestroyed(), and QtAbstractPropertyManager::uninitializeProperty().
Referenced by QtProperty::~QtProperty().
void QtAbstractPropertyManagerPrivate::propertyInserted | ( | QtProperty * | property, |
QtProperty * | parentProperty, | ||
QtProperty * | afterProperty | ||
) | const |
References QtAbstractPropertyManager::propertyInserted().
Referenced by QtProperty::insertSubProperty().
void QtAbstractPropertyManagerPrivate::propertyRemoved | ( | QtProperty * | property, |
QtProperty * | parentProperty | ||
) | const |
References QtAbstractPropertyManager::propertyRemoved().
Referenced by QtProperty::removeSubProperty(), and QtProperty::~QtProperty().
QSet<QtProperty*> QtAbstractPropertyManagerPrivate::m_properties |