Home
last modified time | relevance | path

Searched refs:valueTypeData (Results 1 – 12 of 12) sorted by relevance

/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlproperty_p.h79 QQmlPropertyData valueTypeData; variable
87 { return encodedIndex(core, valueTypeData); } in encodedIndex()
88 …QQmlPropertyIndex encodedIndex(const QQmlPropertyData &core, const QQmlPropertyData &valueTypeData) in encodedIndex() argument
89 { return QQmlPropertyIndex(core.coreIndex(), valueTypeData.coreIndex()); } in encodedIndex()
108 const QQmlPropertyData &, const QQmlPropertyData &valueTypeData,
H A Dqqmlbinding.cpp408 const QQmlPropertyData &valueTypeData, in slowWrite() argument
415 int type = valueTypeData.isValid() ? valueTypeData.propType() : core.propType(); in slowWrite()
451 …QQmlPropertyPrivate::writeValueProperty(m_target.data(), core, valueTypeData, QVariant(), context(… in slowWrite()
458 … QQmlPropertyPrivate::writeValueProperty(m_target.data(), core, valueTypeData, QVariant::fromValue( in slowWrite()
474 …} else if (!QQmlPropertyPrivate::writeValueProperty(m_target.data(), core, valueTypeData, value, c… in slowWrite()
577 setTarget(prop.object(), pd->core, &pd->valueTypeData); in setTarget()
628 void QQmlBinding::getPropertyData(QQmlPropertyData **propertyData, QQmlPropertyData *valueTypeData)… in getPropertyData()
643 if (Q_UNLIKELY(m_targetIndex.hasValueTypeIndex() && valueTypeData)) { in getPropertyData()
647 valueTypeData->setFlags(QQmlPropertyData::flagsForProperty(vtProp)); in getPropertyData()
648 valueTypeData->setPropType(vtProp.userType()); in getPropertyData()
[all …]
H A Dqqmlproperty.cpp330 valueTypeData.setPropType(vtProp.userType()); in initProperty()
331 valueTypeData.setCoreIndex(idx); in initProperty()
525 d->valueTypeData.coreIndex() == other.d->valueTypeData.coreIndex(); in operator ==()
539 return valueTypeData.isValid(); in isValueType()
546 return valueTypeData.propType(); in propertyType()
1054 return wrapper->property(valueTypeData.coreIndex()).read(wrapper); in readValueProperty()
1193 removeBinding(object, encodedIndex(core, valueTypeData)); in writeValueProperty()
1196 if (valueTypeData.isValid()) { in writeValueProperty()
1199 rv = write(wrapper, valueTypeData, value, context, flags); in writeValueProperty()
1660 if (valueTypeData) in restore()
[all …]
H A Dqqmlbinding_p.h128 void getPropertyData(QQmlPropertyData **propertyData, QQmlPropertyData *valueTypeData) const;
131 bool slowWrite(const QQmlPropertyData &core, const QQmlPropertyData &valueTypeData,
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlproperty_p.h79 QQmlPropertyData valueTypeData; variable
87 { return encodedIndex(core, valueTypeData); } in encodedIndex()
88 …QQmlPropertyIndex encodedIndex(const QQmlPropertyData &core, const QQmlPropertyData &valueTypeData) in encodedIndex() argument
89 { return QQmlPropertyIndex(core.coreIndex(), valueTypeData.coreIndex()); } in encodedIndex()
108 const QQmlPropertyData &, const QQmlPropertyData &valueTypeData,
H A Dqqmlbinding.cpp408 const QQmlPropertyData &valueTypeData, in slowWrite() argument
415 int type = valueTypeData.isValid() ? valueTypeData.propType() : core.propType(); in slowWrite()
451 …QQmlPropertyPrivate::writeValueProperty(m_target.data(), core, valueTypeData, QVariant(), context(… in slowWrite()
458 … QQmlPropertyPrivate::writeValueProperty(m_target.data(), core, valueTypeData, QVariant::fromValue( in slowWrite()
474 …} else if (!QQmlPropertyPrivate::writeValueProperty(m_target.data(), core, valueTypeData, value, c… in slowWrite()
577 setTarget(prop.object(), pd->core, &pd->valueTypeData); in setTarget()
628 void QQmlBinding::getPropertyData(QQmlPropertyData **propertyData, QQmlPropertyData *valueTypeData)… in getPropertyData()
643 if (Q_UNLIKELY(m_targetIndex.hasValueTypeIndex() && valueTypeData)) { in getPropertyData()
647 valueTypeData->setFlags(QQmlPropertyData::flagsForProperty(vtProp)); in getPropertyData()
648 valueTypeData->setPropType(vtProp.userType()); in getPropertyData()
[all …]
H A Dqqmlproperty.cpp330 valueTypeData.setPropType(vtProp.userType()); in initProperty()
331 valueTypeData.setCoreIndex(idx); in initProperty()
525 d->valueTypeData.coreIndex() == other.d->valueTypeData.coreIndex(); in operator ==()
539 return valueTypeData.isValid(); in isValueType()
546 return valueTypeData.propType(); in propertyType()
1054 return wrapper->property(valueTypeData.coreIndex()).read(wrapper); in readValueProperty()
1193 removeBinding(object, encodedIndex(core, valueTypeData)); in writeValueProperty()
1196 if (valueTypeData.isValid()) { in writeValueProperty()
1199 rv = write(wrapper, valueTypeData, value, context, flags); in writeValueProperty()
1660 if (valueTypeData) in restore()
[all …]
H A Dqqmlbinding_p.h128 void getPropertyData(QQmlPropertyData **propertyData, QQmlPropertyData *valueTypeData) const;
131 bool slowWrite(const QQmlPropertyData &core, const QQmlPropertyData &valueTypeData,
/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/qml/
H A Dqdeclarativevaluetypescriptclass.cpp178 QDeclarativePropertyCache::ValueTypeData valueTypeData; in setProperty() local
179 valueTypeData.valueTypeCoreIdx = m_lastIndex; in setProperty()
180 valueTypeData.valueTypePropType = p.userType(); in setProperty()
185 …rativeProperty prop = QDeclarativePropertyPrivate::restore(cacheData, valueTypeData, ref->object, … in setProperty()
H A Dqdeclarativeobjectscriptclass.cpp379 QDeclarativePropertyCache::ValueTypeData valueTypeData; in setProperty() local
383 …newBinding->setTarget(QDeclarativePropertyPrivate::restore(*lastData, valueTypeData, obj, evalCont… in setProperty()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/types/
H A Dqqmlbind.cpp520 if (!propPriv->valueTypeData.isValid() && propData.isVarProperty()) { in eval()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/types/
H A Dqqmlbind.cpp520 if (!propPriv->valueTypeData.isValid() && propData.isVarProperty()) { in eval()