![]() |
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 246 of file qtvariantproperty.cpp.
| QtVariantPropertyManagerPrivate::QtVariantPropertyManagerPrivate | ( | ) |
Definition at line 325 of file qtvariantproperty.cpp.
| QtVariantPropertyManagerPrivate::QtVariantPropertyManagerPrivate | ( | ) |
| QtVariantProperty * QtVariantPropertyManagerPrivate::createSubProperty | ( | QtVariantProperty * | parent, |
| QtVariantProperty * | after, | ||
| QtProperty * | internal ) |
Definition at line 353 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 338 of file qtvariantproperty.cpp.
References QtVariantPropertyManager::enumTypeId(), and QtProperty::propertyManager().
Referenced by createSubProperty().
|
static |
| void QtVariantPropertyManagerPrivate::removeSubProperty | ( | QtVariantProperty * | property | ) |
Definition at line 379 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 582 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotConstraintChanged | ( | QtProperty * | property, |
| const QRectF & | val ) |
| void QtVariantPropertyManagerPrivate::slotConstraintChanged | ( | QtProperty * | property, |
| QRect | val ) |
Definition at line 571 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotConstraintChanged | ( | QtProperty * | property, |
| QRect | val ) |
| void QtVariantPropertyManagerPrivate::slotDecimalsChanged | ( | QtProperty * | property, |
| int | prec ) |
Definition at line 468 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 599 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 593 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 625 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotFlagNamesChanged | ( | QtProperty * | property, |
| const QStringList & | flagNames ) |
| void QtVariantPropertyManagerPrivate::slotPropertyInserted | ( | QtProperty * | property, |
| QtProperty * | parent, | ||
| QtProperty * | after ) |
Definition at line 390 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 410 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 558 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 454 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 435 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 495 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 545 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotRangeChanged | ( | QtProperty * | property, |
| QSize | min, | ||
| QSize | max ) |
| void QtVariantPropertyManagerPrivate::slotRegExpChanged | ( | QtProperty * | property, |
| const QRegularExpression & | regExp ) |
Definition at line 484 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotRegExpChanged | ( | QtProperty * | property, |
| const QRegularExpression & | regExp ) |
| void QtVariantPropertyManagerPrivate::slotSingleStepChanged | ( | QtProperty * | property, |
| double | step ) |
Definition at line 462 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotSingleStepChanged | ( | QtProperty * | property, |
| double | step ) |
| void QtVariantPropertyManagerPrivate::slotSingleStepChanged | ( | QtProperty * | property, |
| int | step ) |
Definition at line 443 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotSingleStepChanged | ( | QtProperty * | property, |
| int | step ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| bool | val ) |
Definition at line 474 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| bool | val ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QChar & | val ) |
Definition at line 520 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QChar & | val ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QColor & | val ) |
Definition at line 588 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QColor & | val ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QCursor & | val ) |
Definition at line 618 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QCursor & | val ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QDateTime & | val ) |
Definition at line 508 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QDateTime & | val ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QFont & | val ) |
Definition at line 613 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QFont & | val ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QKeySequence & | val ) |
Definition at line 513 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QKeySequence & | val ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QLocale & | val ) |
Definition at line 525 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QLocale & | val ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QRectF & | val ) |
Definition at line 577 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QRectF & | val ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QSizeF & | val ) |
Definition at line 553 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QSizeF & | val ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QString & | val ) |
Definition at line 479 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| const QString & | val ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| double | val ) |
Definition at line 449 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| double | val ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| int | val ) |
Definition at line 430 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| int | val ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| QDate | val ) |
Definition at line 490 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| QDate | val ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| QPoint | val ) |
Definition at line 530 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| QPoint | val ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| QPointF | val ) |
Definition at line 535 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| QPointF | val ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| QRect | val ) |
Definition at line 566 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| QRect | val ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| QSize | val ) |
Definition at line 540 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| QSize | val ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| QSizePolicy | val ) |
Definition at line 608 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| QSizePolicy | val ) |
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| QTime | val ) |
Definition at line 503 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
| QTime | val ) |
| void QtVariantPropertyManagerPrivate::valueChanged | ( | QtProperty * | property, |
| const QVariant & | val ) |
Definition at line 421 of file qtvariantproperty.cpp.
| void QtVariantPropertyManagerPrivate::valueChanged | ( | QtProperty * | property, |
| const QVariant & | val ) |
| const QString QtVariantPropertyManagerPrivate::m_constraintAttribute |
Definition at line 314 of file qtvariantproperty.cpp.
| bool QtVariantPropertyManagerPrivate::m_creatingProperty |
Definition at line 253 of file qtvariantproperty.cpp.
Referenced by slotPropertyInserted().
| bool QtVariantPropertyManagerPrivate::m_creatingSubProperties |
Definition at line 254 of file qtvariantproperty.cpp.
Referenced by createSubProperty().
| const QString QtVariantPropertyManagerPrivate::m_decimalsAttribute |
Definition at line 316 of file qtvariantproperty.cpp.
| bool QtVariantPropertyManagerPrivate::m_destroyingSubProperties |
Definition at line 255 of file qtvariantproperty.cpp.
Referenced by removeSubProperty().
| const QString QtVariantPropertyManagerPrivate::m_enumIconsAttribute |
Definition at line 317 of file qtvariantproperty.cpp.
| const QString QtVariantPropertyManagerPrivate::m_enumNamesAttribute |
Definition at line 318 of file qtvariantproperty.cpp.
| const QString QtVariantPropertyManagerPrivate::m_flagNamesAttribute |
Definition at line 319 of file qtvariantproperty.cpp.
| QHash< QtProperty *, QtVariantProperty * > QtVariantPropertyManagerPrivate::m_internalToProperty |
Definition at line 312 of file qtvariantproperty.cpp.
| const QString QtVariantPropertyManagerPrivate::m_maximumAttribute |
Definition at line 320 of file qtvariantproperty.cpp.
| const QString QtVariantPropertyManagerPrivate::m_minimumAttribute |
Definition at line 321 of file qtvariantproperty.cpp.
| QHash< const QtProperty *, std::pair< QtVariantProperty *, int > > QtVariantPropertyManagerPrivate::m_propertyToType |
Definition at line 307 of file qtvariantproperty.cpp.
| int QtVariantPropertyManagerPrivate::m_propertyType |
Definition at line 256 of file qtvariantproperty.cpp.
| const QString QtVariantPropertyManagerPrivate::m_regExpAttribute |
Definition at line 322 of file qtvariantproperty.cpp.
| const QString QtVariantPropertyManagerPrivate::m_singleStepAttribute |
Definition at line 315 of file qtvariantproperty.cpp.
Definition at line 305 of file qtvariantproperty.cpp.
| QMap< int, QtAbstractPropertyManager * > QtVariantPropertyManagerPrivate::m_typeToPropertyManager |
Definition at line 304 of file qtvariantproperty.cpp.
| QMap< int, int > QtVariantPropertyManagerPrivate::m_typeToValueType |
Definition at line 309 of file qtvariantproperty.cpp.