Home
last modified time | relevance | path

Searched refs:componentAttached (Results 1 – 19 of 19) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/qml/
H A Dqdeclarativecontext.cpp504 componentAttached(0) in QDeclarativeContextData()
512 componentAttached(0) in QDeclarativeContextData()
521 while (componentAttached) { in invalidate()
522 QDeclarativeComponentAttached *a = componentAttached; in invalidate()
523 componentAttached = a->next; in invalidate()
524 if (componentAttached) componentAttached->prev = &componentAttached; in invalidate()
546 while (componentAttached) { in clearContext()
547 QDeclarativeComponentAttached *a = componentAttached; in clearContext()
548 componentAttached = a->next; in clearContext()
549 if (componentAttached) componentAttached->prev = &componentAttached; in clearContext()
H A Dqdeclarativecomponent.cpp884 state->componentAttached = enginePriv->componentAttached; in begin()
885 if (state->componentAttached) in begin()
886 state->componentAttached->prev = &state->componentAttached; in begin()
888 enginePriv->componentAttached = 0; in begin()
923 state->componentAttached = enginePriv->componentAttached; in beginDeferred()
924 if (state->componentAttached) in beginDeferred()
925 state->componentAttached->prev = &state->componentAttached; in beginDeferred()
927 enginePriv->componentAttached = 0; in beginDeferred()
993 while (state->componentAttached) { in complete()
1075 a->add(&p->componentAttached); in qmlAttachedProperties()
[all …]
H A Dqdeclarativecomponent_p.h101 ConstructionState() : componentAttached(0), completePending(false) {} in ConstructionState()
105 QDeclarativeComponentAttached *componentAttached; member
H A Dqdeclarativecontext_p.h198 QDeclarativeComponentAttached *componentAttached; variable
H A Dqdeclarativeengine_p.h220 QDeclarativeComponentAttached *componentAttached; variable
H A Dqdeclarativeengine.cpp354 inProgressCreations(0), scriptEngine(this), workerScriptEngine(0), componentAttached(0), in QDeclarativeEnginePrivate()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/share/qtcreator/qml/qmlpuppet/qmlprivategate/
H A Dqmlprivategate_56.cpp338 QQmlComponentAttached *componentAttached = data->context->componentAttached; in emitComponentComplete() local
340 QQmlComponentAttached *componentAttached = data->context->componentAttacheds(); in emitComponentComplete()
342 while (componentAttached) { in emitComponentComplete()
343 if (componentAttached->parent()) in emitComponentComplete()
344 if (componentAttached->parent() == item) in emitComponentComplete()
345 emit componentAttached->completed(); in emitComponentComplete()
348 componentAttached = componentAttached->next; in emitComponentComplete()
350 componentAttached = componentAttached->next(); in emitComponentComplete()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/designer/
H A Dqquickdesignersupport.cpp393 QQmlComponentAttached *componentAttached = data->context->componentAttached; in emitComponentCompleteSignalForAttachedProperty() local
394 while (componentAttached) { in emitComponentCompleteSignalForAttachedProperty()
395 if (componentAttached->parent()) in emitComponentCompleteSignalForAttachedProperty()
396 if (componentAttached->parent() == object) in emitComponentCompleteSignalForAttachedProperty()
397 emit componentAttached->completed(); in emitComponentCompleteSignalForAttachedProperty()
399 componentAttached = componentAttached->next; in emitComponentCompleteSignalForAttachedProperty()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/designer/
H A Dqquickdesignersupport.cpp393 QQmlComponentAttached *componentAttached = data->context->componentAttached; in emitComponentCompleteSignalForAttachedProperty() local
394 while (componentAttached) { in emitComponentCompleteSignalForAttachedProperty()
395 if (componentAttached->parent()) in emitComponentCompleteSignalForAttachedProperty()
396 if (componentAttached->parent() == object) in emitComponentCompleteSignalForAttachedProperty()
397 emit componentAttached->completed(); in emitComponentCompleteSignalForAttachedProperty()
399 componentAttached = componentAttached->next; in emitComponentCompleteSignalForAttachedProperty()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlcontext.cpp560 componentAttached(nullptr) in QQmlContextData()
572 while (componentAttached) { in emitDestruction()
573 QQmlComponentAttached *a = componentAttached; in emitDestruction()
574 componentAttached = a->next; in emitDestruction()
575 if (componentAttached) componentAttached->prev = &componentAttached; in emitDestruction()
H A Dqqmlobjectcreator_p.h99 QQmlComponentAttached *componentAttached; member
127 QQmlComponentAttached **componentAttachment() { return &sharedState->componentAttached; } in componentAttachment()
H A Dqqmlobjectcreator.cpp81 sharedState->componentAttached = nullptr; in QQmlObjectCreator()
143 while (sharedState->componentAttached) { in ~QQmlObjectCreator()
144 QQmlComponentAttached *a = sharedState->componentAttached; in ~QQmlObjectCreator()
1434 while (sharedState->componentAttached) { in finalize()
1435 QQmlComponentAttached *a = sharedState->componentAttached; in finalize()
1440 a->add(&d->context->componentAttached); in finalize()
1466 while (sharedState->componentAttached) { in clear()
1467 QQmlComponentAttached *a = sharedState->componentAttached; in clear()
H A Dqqmlcontext_p.h226 QQmlComponentAttached *componentAttached; variable
H A Dqqmlcomponent.cpp1115 a->add(&d->context->componentAttached); in qmlAttachedProperties()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlcontext.cpp560 componentAttached(nullptr) in QQmlContextData()
572 while (componentAttached) { in emitDestruction()
573 QQmlComponentAttached *a = componentAttached; in emitDestruction()
574 componentAttached = a->next; in emitDestruction()
575 if (componentAttached) componentAttached->prev = &componentAttached; in emitDestruction()
H A Dqqmlobjectcreator_p.h99 QQmlComponentAttached *componentAttached; member
127 QQmlComponentAttached **componentAttachment() { return &sharedState->componentAttached; } in componentAttachment()
H A Dqqmlobjectcreator.cpp81 sharedState->componentAttached = nullptr; in QQmlObjectCreator()
143 while (sharedState->componentAttached) { in ~QQmlObjectCreator()
144 QQmlComponentAttached *a = sharedState->componentAttached; in ~QQmlObjectCreator()
1434 while (sharedState->componentAttached) { in finalize()
1435 QQmlComponentAttached *a = sharedState->componentAttached; in finalize()
1440 a->add(&d->context->componentAttached); in finalize()
1466 while (sharedState->componentAttached) { in clear()
1467 QQmlComponentAttached *a = sharedState->componentAttached; in clear()
H A Dqqmlcontext_p.h226 QQmlComponentAttached *componentAttached; variable
H A Dqqmlcomponent.cpp1115 a->add(&d->context->componentAttached); in qmlAttachedProperties()