 Collaboration diagram for QtVariantPropertyManagerPrivate:
 Collaboration diagram for QtVariantPropertyManagerPrivate:| Public Member Functions | |
| QtVariantProperty * | createSubProperty (QtVariantProperty *parent, QtVariantProperty *after, QtProperty *internal) | 
| int | internalPropertyToType (QtProperty *property) const | 
| QtVariantPropertyManagerPrivate () | |
| void | removeSubProperty (QtVariantProperty *property) | 
| void | slotConstraintChanged (QtProperty *property, const QRect &val) | 
| void | slotConstraintChanged (QtProperty *property, const QRectF &val) | 
| void | slotDecimalsChanged (QtProperty *property, int prec) | 
| void | slotEchoModeChanged (QtProperty *property, int) | 
| void | slotEnumChanged (QtProperty *property, int val) | 
| void | slotEnumIconsChanged (QtProperty *property, const QMap< int, QIcon > &enumIcons) | 
| void | slotEnumNamesChanged (QtProperty *property, const QStringList &enumNames) | 
| void | slotFlagChanged (QtProperty *property, int val) | 
| void | slotFlagNamesChanged (QtProperty *property, const QStringList &flagNames) | 
| void | slotPropertyInserted (QtProperty *property, QtProperty *parent, QtProperty *after) | 
| void | slotPropertyRemoved (QtProperty *property, QtProperty *parent) | 
| void | slotRangeChanged (QtProperty *property, const QDate &min, const QDate &max) | 
| void | slotRangeChanged (QtProperty *property, const QSize &min, const QSize &max) | 
| void | slotRangeChanged (QtProperty *property, const QSizeF &min, const QSizeF &max) | 
| void | slotRangeChanged (QtProperty *property, double min, double max) | 
| void | slotRangeChanged (QtProperty *property, int min, int max) | 
| void | slotRegExpChanged (QtProperty *property, const QRegularExpression ®Exp) | 
| void | slotSingleStepChanged (QtProperty *property, double step) | 
| void | slotSingleStepChanged (QtProperty *property, int step) | 
| void | slotValueChanged (QtProperty *property, bool val) | 
| void | slotValueChanged (QtProperty *property, const QChar &val) | 
| void | slotValueChanged (QtProperty *property, const QColor &val) | 
| void | slotValueChanged (QtProperty *property, const QCursor &val) | 
| void | slotValueChanged (QtProperty *property, const QDate &val) | 
| void | slotValueChanged (QtProperty *property, const QDateTime &val) | 
| void | slotValueChanged (QtProperty *property, const QFont &val) | 
| void | slotValueChanged (QtProperty *property, const QKeySequence &val) | 
| void | slotValueChanged (QtProperty *property, const QLocale &val) | 
| void | slotValueChanged (QtProperty *property, const QPoint &val) | 
| void | slotValueChanged (QtProperty *property, const QPointF &val) | 
| void | slotValueChanged (QtProperty *property, const QRect &val) | 
| void | slotValueChanged (QtProperty *property, const QRectF &val) | 
| void | slotValueChanged (QtProperty *property, const QSize &val) | 
| void | slotValueChanged (QtProperty *property, const QSizeF &val) | 
| void | slotValueChanged (QtProperty *property, const QSizePolicy &val) | 
| void | slotValueChanged (QtProperty *property, const QString &val) | 
| void | slotValueChanged (QtProperty *property, const QTime &val) | 
| void | slotValueChanged (QtProperty *property, const QVector3D &val) | 
| void | slotValueChanged (QtProperty *property, double val) | 
| void | slotValueChanged (QtProperty *property, int val) | 
| void | valueChanged (QtProperty *property, const QVariant &val) | 
| Public Attributes | |
| const QString | m_constraintAttribute | 
| bool | m_creatingProperty | 
| bool | m_creatingSubProperties | 
| const QString | m_decimalsAttribute | 
| bool | m_destroyingSubProperties | 
| const QString | m_echoModeAttribute | 
| const QString | m_enumIconsAttribute | 
| const QString | m_enumNamesAttribute | 
| const QString | m_flagNamesAttribute | 
| QMap< QtProperty *, QtVariantProperty * > | m_internalToProperty | 
| const QString | m_maximumAttribute | 
| const QString | m_minimumAttribute | 
| QMap< const QtProperty *, QPair< QtVariantProperty *, int > > | m_propertyToType | 
| int | m_propertyType | 
| const QString | m_regExpAttribute | 
| const QString | m_singleStepAttribute | 
| QMap< int, QMap< QString, int > > | m_typeToAttributeToAttributeType | 
| QMap< int, QtAbstractPropertyManager * > | m_typeToPropertyManager | 
| QMap< int, int > | m_typeToValueType | 
| QtVariantPropertyManagerPrivate::QtVariantPropertyManagerPrivate | ( | ) | 
| QtVariantProperty * QtVariantPropertyManagerPrivate::createSubProperty | ( | QtVariantProperty * | parent, | 
| QtVariantProperty * | after, | ||
| QtProperty * | internal | ||
| ) | 
References QtVariantPropertyManager::addProperty(), QtProperty::insertSubProperty(), internalPropertyToType(), m_creatingSubProperties, m_internalToProperty, QtProperty::setPropertyName(), QtProperty::setStatusTip(), QtProperty::setToolTip(), and QtProperty::setWhatsThis().
Referenced by QtVariantPropertyManager::initializeProperty(), and slotPropertyInserted().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| int QtVariantPropertyManagerPrivate::internalPropertyToType | ( | QtProperty * | property | ) | const | 
References QtVariantPropertyManager::enumTypeId().
Referenced by createSubProperty().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| void QtVariantPropertyManagerPrivate::removeSubProperty | ( | QtVariantProperty * | property | ) | 
References m_destroyingSubProperties, m_internalToProperty, and wrappedProperty().
Referenced by slotPropertyRemoved().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| void QtVariantPropertyManagerPrivate::slotConstraintChanged | ( | QtProperty * | property, | 
| const QRect & | val | ||
| ) | 
| void QtVariantPropertyManagerPrivate::slotConstraintChanged | ( | QtProperty * | property, | 
| const QRectF & | val | ||
| ) | 
| void QtVariantPropertyManagerPrivate::slotDecimalsChanged | ( | QtProperty * | property, | 
| int | prec | ||
| ) | 
| void QtVariantPropertyManagerPrivate::slotEchoModeChanged | ( | QtProperty * | property, | 
| int | mode | ||
| ) | 
| void QtVariantPropertyManagerPrivate::slotEnumChanged | ( | QtProperty * | property, | 
| int | val | ||
| ) | 
| void QtVariantPropertyManagerPrivate::slotEnumIconsChanged | ( | QtProperty * | property, | 
| const QMap< int, QIcon > & | enumIcons | ||
| ) | 
| void QtVariantPropertyManagerPrivate::slotEnumNamesChanged | ( | QtProperty * | property, | 
| const QStringList & | enumNames | ||
| ) | 
| void QtVariantPropertyManagerPrivate::slotFlagChanged | ( | QtProperty * | property, | 
| int | val | ||
| ) | 
| void QtVariantPropertyManagerPrivate::slotFlagNamesChanged | ( | QtProperty * | property, | 
| const QStringList & | flagNames | ||
| ) | 
| void QtVariantPropertyManagerPrivate::slotPropertyInserted | ( | QtProperty * | property, | 
| QtProperty * | parent, | ||
| QtProperty * | after | ||
| ) | 
References createSubProperty(), m_creatingProperty, and m_internalToProperty.
 Here is the call graph for this function:
 Here is the call graph for this function:| void QtVariantPropertyManagerPrivate::slotPropertyRemoved | ( | QtProperty * | property, | 
| QtProperty * | parent | ||
| ) | 
| void QtVariantPropertyManagerPrivate::slotRangeChanged | ( | QtProperty * | property, | 
| const QDate & | min, | ||
| const QDate & | max | ||
| ) | 
| void QtVariantPropertyManagerPrivate::slotRangeChanged | ( | QtProperty * | property, | 
| const QSize & | min, | ||
| const QSize & | max | ||
| ) | 
| void QtVariantPropertyManagerPrivate::slotRangeChanged | ( | QtProperty * | property, | 
| const QSizeF & | min, | ||
| const QSizeF & | max | ||
| ) | 
| void QtVariantPropertyManagerPrivate::slotRangeChanged | ( | QtProperty * | property, | 
| double | min, | ||
| double | max | ||
| ) | 
| void QtVariantPropertyManagerPrivate::slotRangeChanged | ( | QtProperty * | property, | 
| int | min, | ||
| int | max | ||
| ) | 
| void QtVariantPropertyManagerPrivate::slotRegExpChanged | ( | QtProperty * | property, | 
| const QRegularExpression & | regExp | ||
| ) | 
| void QtVariantPropertyManagerPrivate::slotSingleStepChanged | ( | QtProperty * | property, | 
| double | step | ||
| ) | 
| void QtVariantPropertyManagerPrivate::slotSingleStepChanged | ( | QtProperty * | property, | 
| int | step | ||
| ) | 
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, | 
| bool | val | ||
| ) | 
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, | 
| const QChar & | val | ||
| ) | 
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, | 
| const QColor & | val | ||
| ) | 
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, | 
| const QCursor & | val | ||
| ) | 
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, | 
| const QDate & | val | ||
| ) | 
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, | 
| const QDateTime & | val | ||
| ) | 
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, | 
| const QFont & | val | ||
| ) | 
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, | 
| const QKeySequence & | val | ||
| ) | 
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, | 
| const QLocale & | val | ||
| ) | 
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, | 
| const QPoint & | val | ||
| ) | 
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, | 
| const QPointF & | val | ||
| ) | 
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, | 
| const QRect & | val | ||
| ) | 
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, | 
| const QRectF & | val | ||
| ) | 
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, | 
| const QSize & | val | ||
| ) | 
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, | 
| const QSizeF & | val | ||
| ) | 
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, | 
| const QSizePolicy & | val | ||
| ) | 
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, | 
| const QString & | val | ||
| ) | 
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, | 
| const QTime & | val | ||
| ) | 
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, | 
| const QVector3D & | val | ||
| ) | 
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, | 
| double | val | ||
| ) | 
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, | 
| int | val | ||
| ) | 
| void QtVariantPropertyManagerPrivate::valueChanged | ( | QtProperty * | property, | 
| const QVariant & | val | ||
| ) | 
References m_internalToProperty, QtAbstractPropertyManager::propertyChanged(), and QtVariantPropertyManager::valueChanged().
Referenced by slotValueChanged().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| const QString QtVariantPropertyManagerPrivate::m_constraintAttribute | 
| bool QtVariantPropertyManagerPrivate::m_creatingProperty | 
| bool QtVariantPropertyManagerPrivate::m_creatingSubProperties | 
| const QString QtVariantPropertyManagerPrivate::m_decimalsAttribute | 
| bool QtVariantPropertyManagerPrivate::m_destroyingSubProperties | 
| const QString QtVariantPropertyManagerPrivate::m_echoModeAttribute | 
| const QString QtVariantPropertyManagerPrivate::m_enumIconsAttribute | 
| const QString QtVariantPropertyManagerPrivate::m_enumNamesAttribute | 
| const QString QtVariantPropertyManagerPrivate::m_flagNamesAttribute | 
| QMap<QtProperty*, QtVariantProperty*> QtVariantPropertyManagerPrivate::m_internalToProperty | 
Referenced by createSubProperty(), QtVariantPropertyManager::initializeProperty(), removeSubProperty(), slotConstraintChanged(), slotDecimalsChanged(), slotEchoModeChanged(), slotEnumIconsChanged(), slotEnumNamesChanged(), slotFlagNamesChanged(), slotPropertyInserted(), slotPropertyRemoved(), slotRangeChanged(), slotRegExpChanged(), slotSingleStepChanged(), QtVariantPropertyManager::uninitializeProperty(), and valueChanged().
| const QString QtVariantPropertyManagerPrivate::m_maximumAttribute | 
| const QString QtVariantPropertyManagerPrivate::m_minimumAttribute | 
| QMap<const QtProperty*, QPair<QtVariantProperty*, int> > QtVariantPropertyManagerPrivate::m_propertyToType | 
| int QtVariantPropertyManagerPrivate::m_propertyType | 
| const QString QtVariantPropertyManagerPrivate::m_regExpAttribute | 
| const QString QtVariantPropertyManagerPrivate::m_singleStepAttribute | 
| QMap<int, QMap<QString, int> > QtVariantPropertyManagerPrivate::m_typeToAttributeToAttributeType | 
| QMap<int, QtAbstractPropertyManager*> QtVariantPropertyManagerPrivate::m_typeToPropertyManager | 
| QMap<int, int> QtVariantPropertyManagerPrivate::m_typeToValueType |