|
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 291 of file qtvariantproperty.cpp.
Definition at line 376 of file qtvariantproperty.cpp.
QtVariantProperty * createSubProperty | ( | QtVariantProperty * | parent, |
QtVariantProperty * | after, | ||
QtProperty * | internal | ||
) |
Definition at line 417 of file qtvariantproperty.cpp.
int internalPropertyToType | ( | QtProperty * | property | ) | const |
Definition at line 392 of file qtvariantproperty.cpp.
void removeSubProperty | ( | QtVariantProperty * | property | ) |
void slotConstraintChanged | ( | QtProperty * | property, |
const QRect & | val | ||
) |
Definition at line 692 of file qtvariantproperty.cpp.
void slotConstraintChanged | ( | QtProperty * | property, |
const QRectF & | val | ||
) |
Definition at line 705 of file qtvariantproperty.cpp.
void slotDecimalsChanged | ( | QtProperty * | property, |
int | prec | ||
) |
Definition at line 558 of file qtvariantproperty.cpp.
void slotEchoModeChanged | ( | QtProperty * | property, |
int | mode | ||
) |
Definition at line 584 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 718 of file qtvariantproperty.cpp.
void slotFlagChanged | ( | QtProperty * | property, |
int | val | ||
) |
void slotFlagNamesChanged | ( | QtProperty * | property, |
const QStringList & | flagNames | ||
) |
Definition at line 753 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 592 of file qtvariantproperty.cpp.
void slotRegExpChanged | ( | QtProperty * | property, |
const QRegExp & | regExp | ||
) |
Definition at line 576 of file qtvariantproperty.cpp.
void slotSingleStepChanged | ( | QtProperty * | property, |
double | step | ||
) |
Definition at line 550 of file qtvariantproperty.cpp.
void slotSingleStepChanged | ( | QtProperty * | property, |
int | step | ||
) |
Definition at line 528 of file qtvariantproperty.cpp.
void slotTextVisibleChanged | ( | QtProperty * | property, |
bool | textVisible | ||
) |
Definition at line 600 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 362 of file qtvariantproperty.cpp.
bool m_creatingProperty |
Definition at line 298 of file qtvariantproperty.cpp.
bool m_creatingSubProperties |
Definition at line 299 of file qtvariantproperty.cpp.
const QString m_decimalsAttribute |
Definition at line 364 of file qtvariantproperty.cpp.
bool m_destroyingSubProperties |
Definition at line 300 of file qtvariantproperty.cpp.
const QString m_echoModeAttribute |
Definition at line 371 of file qtvariantproperty.cpp.
const QString m_enumIconsAttribute |
Definition at line 365 of file qtvariantproperty.cpp.
const QString m_enumNamesAttribute |
Definition at line 366 of file qtvariantproperty.cpp.
const QString m_flagNamesAttribute |
Definition at line 367 of file qtvariantproperty.cpp.
QMap<QtProperty*, QtVariantProperty*> m_internalToProperty |
Definition at line 360 of file qtvariantproperty.cpp.
const QString m_maximumAttribute |
Definition at line 368 of file qtvariantproperty.cpp.
const QString m_minimumAttribute |
Definition at line 369 of file qtvariantproperty.cpp.
QMap<const QtProperty*, QPair<QtVariantProperty*, int> > m_propertyToType |
Definition at line 355 of file qtvariantproperty.cpp.
int m_propertyType |
Definition at line 301 of file qtvariantproperty.cpp.
const QString m_readOnlyAttribute |
Definition at line 372 of file qtvariantproperty.cpp.
const QString m_regExpAttribute |
Definition at line 370 of file qtvariantproperty.cpp.
const QString m_singleStepAttribute |
Definition at line 363 of file qtvariantproperty.cpp.
const QString m_textVisibleAttribute |
Definition at line 373 of file qtvariantproperty.cpp.
QMap<int, QMap<QString, int> > m_typeToAttributeToAttributeType |
Definition at line 353 of file qtvariantproperty.cpp.
QMap<int, QtAbstractPropertyManager*> m_typeToPropertyManager |
Definition at line 352 of file qtvariantproperty.cpp.
QMap<int, int> m_typeToValueType |
Definition at line 357 of file qtvariantproperty.cpp.