![]() |
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 248 of file qtvariantproperty.cpp.
QtVariantPropertyManagerPrivate::QtVariantPropertyManagerPrivate | ( | ) |
Definition at line 327 of file qtvariantproperty.cpp.
QtVariantPropertyManagerPrivate::QtVariantPropertyManagerPrivate | ( | ) |
QtVariantProperty * QtVariantPropertyManagerPrivate::createSubProperty | ( | QtVariantProperty * | parent, |
QtVariantProperty * | after, | ||
QtProperty * | internal ) |
Definition at line 355 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 340 of file qtvariantproperty.cpp.
References QtVariantPropertyManager::enumTypeId(), and QtProperty::propertyManager().
Referenced by createSubProperty().
|
static |
void QtVariantPropertyManagerPrivate::removeSubProperty | ( | QtVariantProperty * | property | ) |
Definition at line 381 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 584 of file qtvariantproperty.cpp.
void QtVariantPropertyManagerPrivate::slotConstraintChanged | ( | QtProperty * | property, |
const QRectF & | val ) |
void QtVariantPropertyManagerPrivate::slotConstraintChanged | ( | QtProperty * | property, |
QRect | val ) |
Definition at line 573 of file qtvariantproperty.cpp.
void QtVariantPropertyManagerPrivate::slotConstraintChanged | ( | QtProperty * | property, |
QRect | val ) |
void QtVariantPropertyManagerPrivate::slotDecimalsChanged | ( | QtProperty * | property, |
int | prec ) |
Definition at line 470 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 601 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 595 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 627 of file qtvariantproperty.cpp.
void QtVariantPropertyManagerPrivate::slotFlagNamesChanged | ( | QtProperty * | property, |
const QStringList & | flagNames ) |
void QtVariantPropertyManagerPrivate::slotPropertyInserted | ( | QtProperty * | property, |
QtProperty * | parent, | ||
QtProperty * | after ) |
Definition at line 392 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 412 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 560 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 456 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 437 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 497 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 547 of file qtvariantproperty.cpp.
void QtVariantPropertyManagerPrivate::slotRangeChanged | ( | QtProperty * | property, |
QSize | min, | ||
QSize | max ) |
void QtVariantPropertyManagerPrivate::slotRegExpChanged | ( | QtProperty * | property, |
const QRegularExpression & | regExp ) |
Definition at line 486 of file qtvariantproperty.cpp.
void QtVariantPropertyManagerPrivate::slotRegExpChanged | ( | QtProperty * | property, |
const QRegularExpression & | regExp ) |
void QtVariantPropertyManagerPrivate::slotSingleStepChanged | ( | QtProperty * | property, |
double | step ) |
Definition at line 464 of file qtvariantproperty.cpp.
void QtVariantPropertyManagerPrivate::slotSingleStepChanged | ( | QtProperty * | property, |
double | step ) |
void QtVariantPropertyManagerPrivate::slotSingleStepChanged | ( | QtProperty * | property, |
int | step ) |
Definition at line 445 of file qtvariantproperty.cpp.
void QtVariantPropertyManagerPrivate::slotSingleStepChanged | ( | QtProperty * | property, |
int | step ) |
void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
bool | val ) |
Definition at line 476 of file qtvariantproperty.cpp.
void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
bool | val ) |
void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
const QChar & | val ) |
Definition at line 522 of file qtvariantproperty.cpp.
void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
const QChar & | val ) |
void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
const QColor & | val ) |
Definition at line 590 of file qtvariantproperty.cpp.
void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
const QColor & | val ) |
void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
const QCursor & | val ) |
Definition at line 620 of file qtvariantproperty.cpp.
void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
const QCursor & | val ) |
void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
const QDateTime & | val ) |
Definition at line 510 of file qtvariantproperty.cpp.
void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
const QDateTime & | val ) |
void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
const QFont & | val ) |
Definition at line 615 of file qtvariantproperty.cpp.
void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
const QFont & | val ) |
void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
const QKeySequence & | val ) |
Definition at line 515 of file qtvariantproperty.cpp.
void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
const QKeySequence & | val ) |
void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
const QLocale & | val ) |
Definition at line 527 of file qtvariantproperty.cpp.
void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
const QLocale & | val ) |
void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
const QRectF & | val ) |
Definition at line 579 of file qtvariantproperty.cpp.
void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
const QRectF & | val ) |
void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
const QSizeF & | val ) |
Definition at line 555 of file qtvariantproperty.cpp.
void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
const QSizeF & | val ) |
void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
const QString & | val ) |
Definition at line 481 of file qtvariantproperty.cpp.
void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
const QString & | val ) |
void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
double | val ) |
Definition at line 451 of file qtvariantproperty.cpp.
void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
double | val ) |
void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
int | val ) |
Definition at line 432 of file qtvariantproperty.cpp.
void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
int | val ) |
void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
QDate | val ) |
Definition at line 492 of file qtvariantproperty.cpp.
void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
QDate | val ) |
void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
QPoint | val ) |
Definition at line 532 of file qtvariantproperty.cpp.
void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
QPoint | val ) |
void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
QPointF | val ) |
Definition at line 537 of file qtvariantproperty.cpp.
void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
QPointF | val ) |
void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
QRect | val ) |
Definition at line 568 of file qtvariantproperty.cpp.
void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
QRect | val ) |
void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
QSize | val ) |
Definition at line 542 of file qtvariantproperty.cpp.
void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
QSize | val ) |
void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
QSizePolicy | val ) |
Definition at line 610 of file qtvariantproperty.cpp.
void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
QSizePolicy | val ) |
void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
QTime | val ) |
Definition at line 505 of file qtvariantproperty.cpp.
void QtVariantPropertyManagerPrivate::slotValueChanged | ( | QtProperty * | property, |
QTime | val ) |
void QtVariantPropertyManagerPrivate::valueChanged | ( | QtProperty * | property, |
const QVariant & | val ) |
Definition at line 423 of file qtvariantproperty.cpp.
void QtVariantPropertyManagerPrivate::valueChanged | ( | QtProperty * | property, |
const QVariant & | val ) |
const QString QtVariantPropertyManagerPrivate::m_constraintAttribute |
Definition at line 316 of file qtvariantproperty.cpp.
bool QtVariantPropertyManagerPrivate::m_creatingProperty |
Definition at line 255 of file qtvariantproperty.cpp.
Referenced by slotPropertyInserted().
bool QtVariantPropertyManagerPrivate::m_creatingSubProperties |
Definition at line 256 of file qtvariantproperty.cpp.
Referenced by createSubProperty().
const QString QtVariantPropertyManagerPrivate::m_decimalsAttribute |
Definition at line 318 of file qtvariantproperty.cpp.
bool QtVariantPropertyManagerPrivate::m_destroyingSubProperties |
Definition at line 257 of file qtvariantproperty.cpp.
Referenced by removeSubProperty().
const QString QtVariantPropertyManagerPrivate::m_enumIconsAttribute |
Definition at line 319 of file qtvariantproperty.cpp.
const QString QtVariantPropertyManagerPrivate::m_enumNamesAttribute |
Definition at line 320 of file qtvariantproperty.cpp.
const QString QtVariantPropertyManagerPrivate::m_flagNamesAttribute |
Definition at line 321 of file qtvariantproperty.cpp.
QHash< QtProperty *, QtVariantProperty * > QtVariantPropertyManagerPrivate::m_internalToProperty |
Definition at line 314 of file qtvariantproperty.cpp.
const QString QtVariantPropertyManagerPrivate::m_maximumAttribute |
Definition at line 322 of file qtvariantproperty.cpp.
const QString QtVariantPropertyManagerPrivate::m_minimumAttribute |
Definition at line 323 of file qtvariantproperty.cpp.
QHash< const QtProperty *, std::pair< QtVariantProperty *, int > > QtVariantPropertyManagerPrivate::m_propertyToType |
Definition at line 309 of file qtvariantproperty.cpp.
int QtVariantPropertyManagerPrivate::m_propertyType |
Definition at line 258 of file qtvariantproperty.cpp.
const QString QtVariantPropertyManagerPrivate::m_regExpAttribute |
Definition at line 324 of file qtvariantproperty.cpp.
const QString QtVariantPropertyManagerPrivate::m_singleStepAttribute |
Definition at line 317 of file qtvariantproperty.cpp.
Definition at line 307 of file qtvariantproperty.cpp.
QMap< int, QtAbstractPropertyManager * > QtVariantPropertyManagerPrivate::m_typeToPropertyManager |
Definition at line 306 of file qtvariantproperty.cpp.
QMap< int, int > QtVariantPropertyManagerPrivate::m_typeToValueType |
Definition at line 311 of file qtvariantproperty.cpp.