Home
last modified time | relevance | path

Searched refs:QmlZhashxAttached (Results 1 – 6 of 6) sorted by relevance

/dports/net/czmq4/czmq-4.2.1/bindings/qml/src/
H A DQmlZhashx.cpp260 return new QmlZhashxAttached(object); in qmlAttachedProperties()
266 void QmlZhashxAttached::test (bool verbose) { in test()
272 QmlZhashx *QmlZhashxAttached::construct () { in construct()
282 QmlZhashx *QmlZhashxAttached::unpack (QmlZframe *frame) { in unpack()
291 QmlZhashx *QmlZhashxAttached::unpackOwn (QmlZframe *frame, zhashx_deserializer_fn deserializer) { in unpackOwn()
299 void QmlZhashxAttached::destruct (QmlZhashx *qmlSelf) { in destruct()
H A DQmlZhashx.h186 class QmlZhashxAttached : public QObject
192 QmlZhashxAttached (QObject* attached) { in QmlZhashxAttached() function
H A Dqml_czmq_plugin.h43 class QmlZhashxAttached; variable
155 qmlRegisterType<QmlZhashxAttached>(); in registerTypes()
/dports/net/czmq/czmq-4.1.1/bindings/qml/src/
H A DQmlZhashx.cpp260 return new QmlZhashxAttached(object); in qmlAttachedProperties()
266 void QmlZhashxAttached::test (bool verbose) { in test()
272 QmlZhashx *QmlZhashxAttached::construct () { in construct()
282 QmlZhashx *QmlZhashxAttached::unpack (QmlZframe *frame) { in unpack()
291 QmlZhashx *QmlZhashxAttached::unpackOwn (QmlZframe *frame, zhashx_deserializer_fn deserializer) { in unpackOwn()
299 void QmlZhashxAttached::destruct (QmlZhashx *qmlSelf) { in destruct()
H A DQmlZhashx.h186 class QmlZhashxAttached : public QObject
192 QmlZhashxAttached (QObject* attached) { in QmlZhashxAttached() function
H A Dqml_czmq_plugin.h43 class QmlZhashxAttached; variable
137 qmlRegisterType<QmlZhashxAttached>(); in registerTypes()