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 QtProperty::insertSubProperty(), internalPropertyToType(), m_creatingSubProperties, m_internalToProperty, QtProperty::propertyName(), QtProperty::setPropertyName(), QtProperty::setStatusTip(), QtProperty::setToolTip(), QtProperty::setWhatsThis(), QtProperty::statusTip(), QtProperty::toolTip(), and QtProperty::whatsThis().
Referenced by slotPropertyInserted().
| int QtVariantPropertyManagerPrivate::internalPropertyToType | ( | QtProperty * | property | ) | const |
References QtVariantPropertyManager::enumTypeId().
Referenced by createSubProperty().
| void QtVariantPropertyManagerPrivate::removeSubProperty | ( | QtVariantProperty * | property | ) |
References m_destroyingSubProperties, m_internalToProperty, and wrappedProperty().
Referenced by slotPropertyRemoved().
| void QtVariantPropertyManagerPrivate::slotConstraintChanged | ( | QtProperty * | property, |
| const QRect & | val ) |
References m_constraintAttribute, and m_internalToProperty.
| void QtVariantPropertyManagerPrivate::slotConstraintChanged | ( | QtProperty * | property, |
| const QRectF & | val ) |
References m_constraintAttribute, and m_internalToProperty.
| void QtVariantPropertyManagerPrivate::slotDecimalsChanged | ( | QtProperty * | property, |
| int | prec ) |
References m_decimalsAttribute, and m_internalToProperty.
| void QtVariantPropertyManagerPrivate::slotEchoModeChanged | ( | QtProperty * | property, |
| int | mode ) |
References m_echoModeAttribute, and m_internalToProperty.
| void QtVariantPropertyManagerPrivate::slotEnumChanged | ( | QtProperty * | property, |
| int | val ) |
| void QtVariantPropertyManagerPrivate::slotEnumIconsChanged | ( | QtProperty * | property, |
| const QMap< int, QIcon > & | enumIcons ) |
References m_enumIconsAttribute, and m_internalToProperty.
| void QtVariantPropertyManagerPrivate::slotEnumNamesChanged | ( | QtProperty * | property, |
| const QStringList & | enumNames ) |
References m_enumNamesAttribute, and m_internalToProperty.
| void QtVariantPropertyManagerPrivate::slotFlagChanged | ( | QtProperty * | property, |
| int | val ) |
| void QtVariantPropertyManagerPrivate::slotFlagNamesChanged | ( | QtProperty * | property, |
| const QStringList & | flagNames ) |
References m_flagNamesAttribute, and m_internalToProperty.
| void QtVariantPropertyManagerPrivate::slotPropertyInserted | ( | QtProperty * | property, |
| QtProperty * | parent, | ||
| QtProperty * | after ) |
References createSubProperty(), m_creatingProperty, and m_internalToProperty.
| void QtVariantPropertyManagerPrivate::slotPropertyRemoved | ( | QtProperty * | property, |
| QtProperty * | parent ) |
References m_internalToProperty, and removeSubProperty().
| void QtVariantPropertyManagerPrivate::slotRangeChanged | ( | QtProperty * | property, |
| const QDate & | min, | ||
| const QDate & | max ) |
References m_internalToProperty, m_maximumAttribute, and m_minimumAttribute.
| void QtVariantPropertyManagerPrivate::slotRangeChanged | ( | QtProperty * | property, |
| const QSize & | min, | ||
| const QSize & | max ) |
References m_internalToProperty, m_maximumAttribute, and m_minimumAttribute.
| void QtVariantPropertyManagerPrivate::slotRangeChanged | ( | QtProperty * | property, |
| const QSizeF & | min, | ||
| const QSizeF & | max ) |
References m_internalToProperty, m_maximumAttribute, and m_minimumAttribute.
| void QtVariantPropertyManagerPrivate::slotRangeChanged | ( | QtProperty * | property, |
| double | min, | ||
| double | max ) |
References m_internalToProperty, m_maximumAttribute, and m_minimumAttribute.
| void QtVariantPropertyManagerPrivate::slotRangeChanged | ( | QtProperty * | property, |
| int | min, | ||
| int | max ) |
References m_internalToProperty, m_maximumAttribute, and m_minimumAttribute.
| void QtVariantPropertyManagerPrivate::slotRegExpChanged | ( | QtProperty * | property, |
| const QRegularExpression & | regExp ) |
References m_internalToProperty, and m_regExpAttribute.
| void QtVariantPropertyManagerPrivate::slotSingleStepChanged | ( | QtProperty * | property, |
| double | step ) |
References m_internalToProperty, and m_singleStepAttribute.
| void QtVariantPropertyManagerPrivate::slotSingleStepChanged | ( | QtProperty * | property, |
| int | step ) |
References m_internalToProperty, and m_singleStepAttribute.
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| bool | val ) |
References valueChanged().
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QChar & | val ) |
References valueChanged().
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QColor & | val ) |
References valueChanged().
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QCursor & | val ) |
References valueChanged().
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QDate & | val ) |
References valueChanged().
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QDateTime & | val ) |
References valueChanged().
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QFont & | val ) |
References valueChanged().
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QKeySequence & | val ) |
References valueChanged().
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QLocale & | val ) |
References valueChanged().
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QPoint & | val ) |
References valueChanged().
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QPointF & | val ) |
References valueChanged().
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QRect & | val ) |
References valueChanged().
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QRectF & | val ) |
References valueChanged().
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QSize & | val ) |
References valueChanged().
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QSizeF & | val ) |
References valueChanged().
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QSizePolicy & | val ) |
References valueChanged().
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QString & | val ) |
References valueChanged().
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QTime & | val ) |
References valueChanged().
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QVector3D & | val ) |
References valueChanged().
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| double | val ) |
References valueChanged().
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| int | val ) |
References valueChanged().
| void QtVariantPropertyManagerPrivate::valueChanged | ( | QtProperty * | property, |
| const QVariant & | val ) |
References m_internalToProperty.
Referenced by slotValueChanged(), slotValueChanged(), slotValueChanged(), slotValueChanged(), slotValueChanged(), slotValueChanged(), slotValueChanged(), slotValueChanged(), slotValueChanged(), slotValueChanged(), slotValueChanged(), slotValueChanged(), slotValueChanged(), slotValueChanged(), slotValueChanged(), slotValueChanged(), slotValueChanged(), slotValueChanged(), slotValueChanged(), slotValueChanged(), and slotValueChanged().
| const QString QtVariantPropertyManagerPrivate::m_constraintAttribute |
Referenced by QtVariantPropertyManagerPrivate(), slotConstraintChanged(), and slotConstraintChanged().
| bool QtVariantPropertyManagerPrivate::m_creatingProperty |
Referenced by slotPropertyInserted().
| bool QtVariantPropertyManagerPrivate::m_creatingSubProperties |
Referenced by createSubProperty().
| const QString QtVariantPropertyManagerPrivate::m_decimalsAttribute |
Referenced by QtVariantPropertyManagerPrivate(), and slotDecimalsChanged().
| bool QtVariantPropertyManagerPrivate::m_destroyingSubProperties |
Referenced by removeSubProperty().
| const QString QtVariantPropertyManagerPrivate::m_echoModeAttribute |
Referenced by QtVariantPropertyManagerPrivate(), and slotEchoModeChanged().
| const QString QtVariantPropertyManagerPrivate::m_enumIconsAttribute |
Referenced by QtVariantPropertyManagerPrivate(), and slotEnumIconsChanged().
| const QString QtVariantPropertyManagerPrivate::m_enumNamesAttribute |
Referenced by QtVariantPropertyManagerPrivate(), and slotEnumNamesChanged().
| const QString QtVariantPropertyManagerPrivate::m_flagNamesAttribute |
Referenced by QtVariantPropertyManagerPrivate(), and slotFlagNamesChanged().
| QMap<QtProperty*, QtVariantProperty*> QtVariantPropertyManagerPrivate::m_internalToProperty |
Referenced by createSubProperty(), removeSubProperty(), slotConstraintChanged(), slotConstraintChanged(), slotDecimalsChanged(), slotEchoModeChanged(), slotEnumIconsChanged(), slotEnumNamesChanged(), slotFlagNamesChanged(), slotPropertyInserted(), slotPropertyRemoved(), slotRangeChanged(), slotRangeChanged(), slotRangeChanged(), slotRangeChanged(), slotRangeChanged(), slotRegExpChanged(), slotSingleStepChanged(), slotSingleStepChanged(), 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 |
Referenced by QtVariantPropertyManagerPrivate(), and slotRegExpChanged().
| const QString QtVariantPropertyManagerPrivate::m_singleStepAttribute |
Referenced by QtVariantPropertyManagerPrivate(), slotSingleStepChanged(), and slotSingleStepChanged().
| QMap<int, QMap<QString, int> > QtVariantPropertyManagerPrivate::m_typeToAttributeToAttributeType |
| QMap<int, QtAbstractPropertyManager*> QtVariantPropertyManagerPrivate::m_typeToPropertyManager |
| QMap<int, int> QtVariantPropertyManagerPrivate::m_typeToValueType |