|
|
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 | slotReadOnlyChanged (QtProperty *property, bool readOnly) |
| void | slotRegExpChanged (QtProperty *property, const QRegExp ®Exp) |
| void | slotSingleStepChanged (QtProperty *property, double step) |
| void | slotSingleStepChanged (QtProperty *property, int step) |
| void | slotTextVisibleChanged (QtProperty *property, bool textVisible) |
| 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, 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_readOnlyAttribute |
| const QString | m_regExpAttribute |
| const QString | m_singleStepAttribute |
| const QString | m_textVisibleAttribute |
| QMap< int, QMap< QString, int > > | m_typeToAttributeToAttributeType |
| QMap< int, QtAbstractPropertyManager * > | m_typeToPropertyManager |
| QMap< int, int > | m_typeToValueType |
Definition at line 304 of file qtvariantproperty.cpp.
Definition at line 389 of file qtvariantproperty.cpp.
| QtVariantProperty * createSubProperty | ( | QtVariantProperty * | parent, |
| QtVariantProperty * | after, | ||
| QtProperty * | internal | ||
| ) |
Definition at line 432 of file qtvariantproperty.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| int internalPropertyToType | ( | QtProperty * | property | ) | const |
Definition at line 406 of file qtvariantproperty.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void removeSubProperty | ( | QtVariantProperty * | property | ) |
| void slotConstraintChanged | ( | QtProperty * | property, |
| const QRect & | val | ||
| ) |
Definition at line 747 of file qtvariantproperty.cpp.
| void slotConstraintChanged | ( | QtProperty * | property, |
| const QRectF & | val | ||
| ) |
Definition at line 763 of file qtvariantproperty.cpp.
| void slotDecimalsChanged | ( | QtProperty * | property, |
| int | prec | ||
| ) |
Definition at line 586 of file qtvariantproperty.cpp.
| void slotEchoModeChanged | ( | QtProperty * | property, |
| int | mode | ||
| ) |
Definition at line 616 of file qtvariantproperty.cpp.
| void slotEnumChanged | ( | QtProperty * | property, |
| int | val | ||
| ) |
| void slotEnumIconsChanged | ( | QtProperty * | property, |
| const QMap< int, QIcon > & | enumIcons | ||
| ) |
| void slotEnumNamesChanged | ( | QtProperty * | property, |
| const QStringList & | enumNames | ||
| ) |
Definition at line 779 of file qtvariantproperty.cpp.
| void slotFlagChanged | ( | QtProperty * | property, |
| int | val | ||
| ) |
| void slotFlagNamesChanged | ( | QtProperty * | property, |
| const QStringList & | flagNames | ||
| ) |
Definition at line 821 of file qtvariantproperty.cpp.
| 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 slotReadOnlyChanged | ( | QtProperty * | property, |
| bool | readOnly | ||
| ) |
Definition at line 625 of file qtvariantproperty.cpp.
| void slotRegExpChanged | ( | QtProperty * | property, |
| const QRegExp & | regExp | ||
| ) |
Definition at line 607 of file qtvariantproperty.cpp.
| void slotSingleStepChanged | ( | QtProperty * | property, |
| double | step | ||
| ) |
Definition at line 577 of file qtvariantproperty.cpp.
| void slotSingleStepChanged | ( | QtProperty * | property, |
| int | step | ||
| ) |
Definition at line 552 of file qtvariantproperty.cpp.
| void slotTextVisibleChanged | ( | QtProperty * | property, |
| bool | textVisible | ||
| ) |
Definition at line 634 of file qtvariantproperty.cpp.
| 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, |
| double | val | ||
| ) |
| void slotValueChanged | ( | QtProperty * | property, |
| int | val | ||
| ) |
| void valueChanged | ( | QtProperty * | property, |
| const QVariant & | val | ||
| ) |
| const QString m_constraintAttribute |
Definition at line 375 of file qtvariantproperty.cpp.
| bool m_creatingProperty |
Definition at line 311 of file qtvariantproperty.cpp.
| bool m_creatingSubProperties |
Definition at line 312 of file qtvariantproperty.cpp.
| const QString m_decimalsAttribute |
Definition at line 377 of file qtvariantproperty.cpp.
| bool m_destroyingSubProperties |
Definition at line 313 of file qtvariantproperty.cpp.
| const QString m_echoModeAttribute |
Definition at line 384 of file qtvariantproperty.cpp.
| const QString m_enumIconsAttribute |
Definition at line 378 of file qtvariantproperty.cpp.
| const QString m_enumNamesAttribute |
Definition at line 379 of file qtvariantproperty.cpp.
| const QString m_flagNamesAttribute |
Definition at line 380 of file qtvariantproperty.cpp.
| QMap<QtProperty*, QtVariantProperty*> m_internalToProperty |
Definition at line 373 of file qtvariantproperty.cpp.
| const QString m_maximumAttribute |
Definition at line 381 of file qtvariantproperty.cpp.
| const QString m_minimumAttribute |
Definition at line 382 of file qtvariantproperty.cpp.
| QMap<const QtProperty*, QPair<QtVariantProperty*, int> > m_propertyToType |
Definition at line 368 of file qtvariantproperty.cpp.
| int m_propertyType |
Definition at line 314 of file qtvariantproperty.cpp.
| const QString m_readOnlyAttribute |
Definition at line 385 of file qtvariantproperty.cpp.
| const QString m_regExpAttribute |
Definition at line 383 of file qtvariantproperty.cpp.
| const QString m_singleStepAttribute |
Definition at line 376 of file qtvariantproperty.cpp.
| const QString m_textVisibleAttribute |
Definition at line 386 of file qtvariantproperty.cpp.
| QMap<int, QMap<QString, int> > m_typeToAttributeToAttributeType |
Definition at line 366 of file qtvariantproperty.cpp.
| QMap<int, QtAbstractPropertyManager*> m_typeToPropertyManager |
Definition at line 365 of file qtvariantproperty.cpp.
| QMap<int, int> m_typeToValueType |
Definition at line 370 of file qtvariantproperty.cpp.