Home
last modified time | relevance | path

Searched refs:notifyIndex (Results 1 – 25 of 37) sorted by relevance

12

/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/qml/
H A Dqdeclarativepropertycache_p.h110 int notifyIndex; // When !IsFunction member
183 : flags(0), propType(0), coreIndex(-1), notifyIndex(-1), overrideIndexIsProperty(false), overrideIn… in Data()
193 notifyIndex == other.notifyIndex &&
H A Dqdeclarativeexpression.cpp427 void QDeclarativeQtScriptExpression::setNotifyObject(QObject *object, int notifyIndex) in setNotifyObject() argument
431 if (!object || notifyIndex == -1) { in setNotifyObject()
433 notifyIndex = -1; in setNotifyObject()
436 guardObjectNotifyIndex = notifyIndex; in setNotifyObject()
592 } else if (property.notifyIndex != -1) { in updateGuards()
594 if (!noChanges && guard.isConnected(property.object, property.notifyIndex)) { in updateGuards()
602 if (guardList[jj].isConnected(property.object, property.notifyIndex)) in updateGuards()
609 guard.connect(property.object, property.notifyIndex); in updateGuards()
H A Dqdeclarativecontext.cpp62 : data(0), notifyIndex(-1) in QDeclarativeContextPrivate()
292 if (d->notifyIndex == -1) in setContextProperty()
293 d->notifyIndex = this->metaObject()->methodCount(); in setContextProperty()
326 QMetaObject::activate(this, idx + d->notifyIndex, 0); in setContextProperty()
338 if (d->notifyIndex == -1) in setContextProperty()
339 d->notifyIndex = this->metaObject()->methodCount(); in setContextProperty()
363 QMetaObject::activate(this, idx + d->notifyIndex, 0); in setContextProperty()
H A Dqdeclarativevmemetaobject_p.h184 List(int lpi) : notifyIndex(lpi) {} in List()
185 int notifyIndex; variable
H A Dqdeclarativeengine_p.h150 : object(o), coreIndex(c), notifier(0), notifyIndex(n) {} in CapturedProperty()
152 : object(0), coreIndex(-1), notifier(n), notifyIndex(-1) {} in CapturedProperty()
157 int notifyIndex; member
H A Dqdeclarativecontext_p.h92 int notifyIndex; variable
H A Dqdeclarativevmemetaobject.cpp752 QMetaObject::activate(prop->object, list->notifyIndex, 0); in list_append()
769 QMetaObject::activate(prop->object, list->notifyIndex, 0); in list_clear()
884 QMetaObject::connect(context, d->contextIdx + ctxtPriv->notifyIndex, object, sigIdx); in connectAlias()
H A Dqdeclarativecontextscriptclass.cpp309 …e::CapturedProperty(bindContext->asQDeclarativeContext(), -1, lastPropertyIndex + cp->notifyIndex); in property()
/dports/devel/qt5-remoteobjects/kde-qtremoteobjects-5.15.2p3/src/remoteobjects/
H A Dqremoteobjectreplica.cpp231 … const int notifyIndex = m_metaObject->property(changedProperties[i]+offset).notifySignalIndex(); in initialize() local
232 if (notifyIndex < 0) in initialize()
234 …qCDebug(QT_REMOTEOBJECT) << " Before activate" << notifyIndex << m_metaObject->property(notifyInde… in initialize()
236 QMetaObject::activate(this, metaObject(), notifyIndex, args); in initialize()
572 const int notifyIndex = m_metaObject->property(i+offset).notifySignalIndex(); in configurePrivate() local
573 if (notifyIndex < 0) in configurePrivate()
575 …qCDebug(QT_REMOTEOBJECT) << " Before activate" << notifyIndex << m_metaObject->property(i+offset).… in configurePrivate()
578 QMetaObject::activate(rep, rep->metaObject(), notifyIndex - m_signalOffset, args); in configurePrivate()
H A Dqremoteobjectsource.cpp491 const int notifyIndex = metaObject->property(i).notifySignalIndex(); in DynamicApiMap() local
492 if (notifyIndex != -1) { in DynamicApiMap()
493 m_signals << notifyIndex; in DynamicApiMap()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlcontext.cpp60 : data(nullptr), notifyIndex(-1) in QQmlContextPrivate()
295 if (d->notifyIndex == -1) in setContextProperty()
296 d->notifyIndex = QMetaObjectPrivate::absoluteSignalCount(&QQmlContext::staticMetaObject); in setContextProperty()
319 QMetaObject::activate(this, d->notifyIndex, idx, nullptr); in setContextProperty()
545 QMetaObject::activate(q_func(), notifyIndex, idx, nullptr); in dropDestroyedQObject()
H A Dqqmlpropertydata_p.h266 int notifyIndex() const { return m_notifyIndex; } in notifyIndex() function
434 notifyIndex() == other.notifyIndex() &&
H A Dqqmlpropertyresolver.cpp86 return cache->signal(d->notifyIndex()); in signal()
H A Dqqmlcontext_p.h93 int notifyIndex; variable
H A Dqqmlpropertycache.cpp294 … int coreIndex, int propType, int minorVersion, int notifyIndex) in appendProperty() argument
299 data.setNotifyIndex(notifyIndex); in appendProperty()
1149 if (data->notifyIndex() != -1) in toMetaObjectBuilder()
1150 notifierId = data->notifyIndex() - signalHandlerIndexCacheStart; in toMetaObjectBuilder()
H A Dqqmlpropertycache_p.h103 int propType, int revision, int notifyIndex);
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlcontext.cpp60 : data(nullptr), notifyIndex(-1) in QQmlContextPrivate()
295 if (d->notifyIndex == -1) in setContextProperty()
296 d->notifyIndex = QMetaObjectPrivate::absoluteSignalCount(&QQmlContext::staticMetaObject); in setContextProperty()
319 QMetaObject::activate(this, d->notifyIndex, idx, nullptr); in setContextProperty()
545 QMetaObject::activate(q_func(), notifyIndex, idx, nullptr); in dropDestroyedQObject()
H A Dqqmlpropertydata_p.h266 int notifyIndex() const { return m_notifyIndex; } in notifyIndex() function
434 notifyIndex() == other.notifyIndex() &&
H A Dqqmlpropertyresolver.cpp86 return cache->signal(d->notifyIndex()); in signal()
H A Dqqmlcontext_p.h93 int notifyIndex; variable
H A Dqqmlpropertycache.cpp294 … int coreIndex, int propType, int minorVersion, int notifyIndex) in appendProperty() argument
299 data.setNotifyIndex(notifyIndex); in appendProperty()
1149 if (data->notifyIndex() != -1) in toMetaObjectBuilder()
1150 notifierId = data->notifyIndex() - signalHandlerIndexCacheStart; in toMetaObjectBuilder()
H A Dqqmlpropertycache_p.h103 int propType, int revision, int notifyIndex);
/dports/comms/ebusd/ebusd-21.3/src/ebusd/
H A Dbushandler.h204 const deque<symbol_t>& slaves, BusHandler* busHandler, size_t notifyIndex = 0)
206 m_messages(messages), m_slaves(slaves), m_busHandler(busHandler), m_notifyIndex(notifyIndex), in BusRequest()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquickopenglshadereffect.cpp263 if (pd->notifyIndex() == -1) { in connectPropertySignals()
269 … bool ok = QObjectPrivate::connectImpl(item, pd->notifyIndex(), item, nullptr, mapper, in connectPropertySignals()
273 << "(" << d.propertyIndex << ", signal index" << pd->notifyIndex() in connectPropertySignals()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquickopenglshadereffect.cpp263 if (pd->notifyIndex() == -1) { in connectPropertySignals()
269 … bool ok = QObjectPrivate::connectImpl(item, pd->notifyIndex(), item, nullptr, mapper, in connectPropertySignals()
273 << "(" << d.propertyIndex << ", signal index" << pd->notifyIndex() in connectPropertySignals()

12