![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Static Public Member Functions | |
| static int | internalPropertyToType (QtProperty *property) |
| static int | internalPropertyToType (QtProperty *property) |
Public Attributes | |
| bool | m_creatingProperty |
| bool | m_creatingSubProperties |
| bool | m_destroyingSubProperties |
| int | m_propertyType |
| QMap< int, QtAbstractPropertyManager * > | m_typeToPropertyManager |
| QMap< int, QMap< QString, int > > | m_typeToAttributeToAttributeType |
| QHash< const QtProperty *, std::pair< QtVariantProperty *, int > > | m_propertyToType |
| QMap< int, int > | m_typeToValueType |
| QHash< QtProperty *, QtVariantProperty * > | m_internalToProperty |
| const QString | m_constraintAttribute |
| const QString | m_singleStepAttribute |
| const QString | m_decimalsAttribute |
| const QString | m_enumIconsAttribute |
| const QString | m_enumNamesAttribute |
| const QString | m_flagNamesAttribute |
| const QString | m_maximumAttribute |
| const QString | m_minimumAttribute |
| const QString | m_regExpAttribute |
Definition at line 245 of file qtvariantproperty.cpp.
| QtVariantPropertyManagerPrivate::QtVariantPropertyManagerPrivate | ( | ) |
Definition at line 324 of file qtvariantproperty.cpp.
| QtVariantPropertyManagerPrivate::QtVariantPropertyManagerPrivate | ( | ) |
| QtVariantProperty * QtVariantPropertyManagerPrivate::createSubProperty | ( | QtVariantProperty * | parent, |
| QtVariantProperty * | after, | ||
| QtProperty * | internal ) |
Definition at line 352 of file qtvariantproperty.cpp.
References QtProperty::insertSubProperty(), internalPropertyToType(), and m_creatingSubProperties.
Referenced by slotPropertyInserted().
| QtVariantProperty * QtVariantPropertyManagerPrivate::createSubProperty | ( | QtVariantProperty * | parent, |
| QtVariantProperty * | after, | ||
| QtProperty * | internal ) |
|
static |
Definition at line 337 of file qtvariantproperty.cpp.
References QtVariantPropertyManager::enumTypeId(), and QtProperty::propertyManager().
Referenced by createSubProperty().
|
static |
| void QtVariantPropertyManagerPrivate::removeSubProperty | ( | QtVariantProperty * | property | ) |
Definition at line 378 of file qtvariantproperty.cpp.
References m_destroyingSubProperties.
Referenced by slotPropertyRemoved().
| void QtVariantPropertyManagerPrivate::removeSubProperty | ( | QtVariantProperty * | property | ) |
| void QtVariantPropertyManagerPrivate::slotConstraintChanged | ( | QtProperty * | property, |
| const QRectF & | val ) |
Definition at line 581 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotConstraintChanged | ( | QtProperty * | property, |
| const QRectF & | val ) |
| void QtVariantPropertyManagerPrivate::slotConstraintChanged | ( | QtProperty * | property, |
| QRect | val ) |
Definition at line 570 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotConstraintChanged | ( | QtProperty * | property, |
| QRect | val ) |
| void QtVariantPropertyManagerPrivate::slotDecimalsChanged | ( | QtProperty * | property, |
| int | prec ) |
Definition at line 467 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotDecimalsChanged | ( | QtProperty * | property, |
| int | prec ) |
| void QtVariantPropertyManagerPrivate::slotEnumChanged | ( | QtProperty * | property, |
| int | val ) |
| void QtVariantPropertyManagerPrivate::slotEnumChanged | ( | QtProperty * | property, |
| int | val ) |
| void QtVariantPropertyManagerPrivate::slotEnumIconsChanged | ( | QtProperty * | property, |
| const QMap< int, QIcon > & | enumIcons ) |
Definition at line 598 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotEnumIconsChanged | ( | QtProperty * | property, |
| const QMap< int, QIcon > & | enumIcons ) |
| void QtVariantPropertyManagerPrivate::slotEnumNamesChanged | ( | QtProperty * | property, |
| const QStringList & | enumNames ) |
Definition at line 592 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotEnumNamesChanged | ( | QtProperty * | property, |
| const QStringList & | enumNames ) |
| void QtVariantPropertyManagerPrivate::slotFlagChanged | ( | QtProperty * | property, |
| int | val ) |
| void QtVariantPropertyManagerPrivate::slotFlagChanged | ( | QtProperty * | property, |
| int | val ) |
| void QtVariantPropertyManagerPrivate::slotFlagNamesChanged | ( | QtProperty * | property, |
| const QStringList & | flagNames ) |
Definition at line 624 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotFlagNamesChanged | ( | QtProperty * | property, |
| const QStringList & | flagNames ) |
| void QtVariantPropertyManagerPrivate::slotPropertyInserted | ( | QtProperty * | property, |
| QtProperty * | parent, | ||
| QtProperty * | after ) |
Definition at line 389 of file qtvariantproperty.cpp.
References createSubProperty(), and m_creatingProperty.
| void QtVariantPropertyManagerPrivate::slotPropertyInserted | ( | QtProperty * | property, |
| QtProperty * | parent, | ||
| QtProperty * | after ) |
| void QtVariantPropertyManagerPrivate::slotPropertyRemoved | ( | QtProperty * | property, |
| QtProperty * | parent ) |
Definition at line 409 of file qtvariantproperty.cpp.
References removeSubProperty().
| void QtVariantPropertyManagerPrivate::slotPropertyRemoved | ( | QtProperty * | property, |
| QtProperty * | parent ) |
| void QtVariantPropertyManagerPrivate::slotRangeChanged | ( | QtProperty * | property, |
| const QSizeF & | min, | ||
| const QSizeF & | max ) |
Definition at line 557 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotRangeChanged | ( | QtProperty * | property, |
| const QSizeF & | min, | ||
| const QSizeF & | max ) |
| void QtVariantPropertyManagerPrivate::slotRangeChanged | ( | QtProperty * | property, |
| double | min, | ||
| double | max ) |
Definition at line 453 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotRangeChanged | ( | QtProperty * | property, |
| double | min, | ||
| double | max ) |
| void QtVariantPropertyManagerPrivate::slotRangeChanged | ( | QtProperty * | property, |
| int | min, | ||
| int | max ) |
Definition at line 434 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotRangeChanged | ( | QtProperty * | property, |
| int | min, | ||
| int | max ) |
| void QtVariantPropertyManagerPrivate::slotRangeChanged | ( | QtProperty * | property, |
| QDate | min, | ||
| QDate | max ) |
Definition at line 494 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotRangeChanged | ( | QtProperty * | property, |
| QDate | min, | ||
| QDate | max ) |
| void QtVariantPropertyManagerPrivate::slotRangeChanged | ( | QtProperty * | property, |
| QSize | min, | ||
| QSize | max ) |
Definition at line 544 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotRangeChanged | ( | QtProperty * | property, |
| QSize | min, | ||
| QSize | max ) |
| void QtVariantPropertyManagerPrivate::slotRegExpChanged | ( | QtProperty * | property, |
| const QRegularExpression & | regExp ) |
Definition at line 483 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotRegExpChanged | ( | QtProperty * | property, |
| const QRegularExpression & | regExp ) |
| void QtVariantPropertyManagerPrivate::slotSingleStepChanged | ( | QtProperty * | property, |
| double | step ) |
Definition at line 461 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotSingleStepChanged | ( | QtProperty * | property, |
| double | step ) |
| void QtVariantPropertyManagerPrivate::slotSingleStepChanged | ( | QtProperty * | property, |
| int | step ) |
Definition at line 442 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotSingleStepChanged | ( | QtProperty * | property, |
| int | step ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| bool | val ) |
Definition at line 473 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| bool | val ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QChar & | val ) |
Definition at line 519 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QChar & | val ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QColor & | val ) |
Definition at line 587 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QColor & | val ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QCursor & | val ) |
Definition at line 617 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QCursor & | val ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QDateTime & | val ) |
Definition at line 507 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QDateTime & | val ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QFont & | val ) |
Definition at line 612 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QFont & | val ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QKeySequence & | val ) |
Definition at line 512 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QKeySequence & | val ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QLocale & | val ) |
Definition at line 524 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QLocale & | val ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QRectF & | val ) |
Definition at line 576 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QRectF & | val ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QSizeF & | val ) |
Definition at line 552 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QSizeF & | val ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QString & | val ) |
Definition at line 478 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QString & | val ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| double | val ) |
Definition at line 448 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| double | val ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| int | val ) |
Definition at line 429 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| int | val ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| QDate | val ) |
Definition at line 489 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| QDate | val ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| QPoint | val ) |
Definition at line 529 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| QPoint | val ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| QPointF | val ) |
Definition at line 534 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| QPointF | val ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| QRect | val ) |
Definition at line 565 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| QRect | val ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| QSize | val ) |
Definition at line 539 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| QSize | val ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| QSizePolicy | val ) |
Definition at line 607 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| QSizePolicy | val ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| QTime | val ) |
Definition at line 502 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| QTime | val ) |
| void QtVariantPropertyManagerPrivate::valueChanged | ( | QtProperty * | property, |
| const QVariant & | val ) |
Definition at line 420 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::valueChanged | ( | QtProperty * | property, |
| const QVariant & | val ) |
| const QString QtVariantPropertyManagerPrivate::m_constraintAttribute |
Definition at line 313 of file qtvariantproperty.cpp.
| bool QtVariantPropertyManagerPrivate::m_creatingProperty |
Definition at line 252 of file qtvariantproperty.cpp.
Referenced by slotPropertyInserted().
| bool QtVariantPropertyManagerPrivate::m_creatingSubProperties |
Definition at line 253 of file qtvariantproperty.cpp.
Referenced by createSubProperty().
| const QString QtVariantPropertyManagerPrivate::m_decimalsAttribute |
Definition at line 315 of file qtvariantproperty.cpp.
| bool QtVariantPropertyManagerPrivate::m_destroyingSubProperties |
Definition at line 254 of file qtvariantproperty.cpp.
Referenced by removeSubProperty().
| const QString QtVariantPropertyManagerPrivate::m_enumIconsAttribute |
Definition at line 316 of file qtvariantproperty.cpp.
| const QString QtVariantPropertyManagerPrivate::m_enumNamesAttribute |
Definition at line 317 of file qtvariantproperty.cpp.
| const QString QtVariantPropertyManagerPrivate::m_flagNamesAttribute |
Definition at line 318 of file qtvariantproperty.cpp.
| QHash< QtProperty *, QtVariantProperty * > QtVariantPropertyManagerPrivate::m_internalToProperty |
Definition at line 311 of file qtvariantproperty.cpp.
| const QString QtVariantPropertyManagerPrivate::m_maximumAttribute |
Definition at line 319 of file qtvariantproperty.cpp.
| const QString QtVariantPropertyManagerPrivate::m_minimumAttribute |
Definition at line 320 of file qtvariantproperty.cpp.
| QHash< const QtProperty *, std::pair< QtVariantProperty *, int > > QtVariantPropertyManagerPrivate::m_propertyToType |
Definition at line 306 of file qtvariantproperty.cpp.
| int QtVariantPropertyManagerPrivate::m_propertyType |
Definition at line 255 of file qtvariantproperty.cpp.
| const QString QtVariantPropertyManagerPrivate::m_regExpAttribute |
Definition at line 321 of file qtvariantproperty.cpp.
| const QString QtVariantPropertyManagerPrivate::m_singleStepAttribute |
Definition at line 314 of file qtvariantproperty.cpp.
Definition at line 304 of file qtvariantproperty.cpp.
| QMap< int, QtAbstractPropertyManager * > QtVariantPropertyManagerPrivate::m_typeToPropertyManager |
Definition at line 303 of file qtvariantproperty.cpp.
| QMap< int, int > QtVariantPropertyManagerPrivate::m_typeToValueType |
Definition at line 308 of file qtvariantproperty.cpp.