Home
last modified time | relevance | path

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

/dports/net/czmq4/czmq-4.2.1/bindings/qml/src/
H A DQmlZfile.cpp162 return new QmlZfileAttached(object); in qmlAttachedProperties()
168 void QmlZfileAttached::test (bool verbose) { in test()
178 QmlZfile *QmlZfileAttached::construct (const QString &path, const QString &name) { in construct()
187 QmlZfile *QmlZfileAttached::tmp () { in tmp()
195 void QmlZfileAttached::destruct (QmlZfile *qmlSelf) { in destruct()
H A DQmlZfile.h114 class QmlZfileAttached : public QObject
120 QmlZfileAttached (QObject* attached) { in QmlZfileAttached() function
H A Dqml_czmq_plugin.h37 class QmlZfileAttached; variable
149 qmlRegisterType<QmlZfileAttached>(); in registerTypes()
/dports/net/czmq/czmq-4.1.1/bindings/qml/src/
H A DQmlZfile.cpp162 return new QmlZfileAttached(object); in qmlAttachedProperties()
168 void QmlZfileAttached::test (bool verbose) { in test()
178 QmlZfile *QmlZfileAttached::construct (const QString &path, const QString &name) { in construct()
187 QmlZfile *QmlZfileAttached::tmp () { in tmp()
195 void QmlZfileAttached::destruct (QmlZfile *qmlSelf) { in destruct()
H A DQmlZfile.h114 class QmlZfileAttached : public QObject
120 QmlZfileAttached (QObject* attached) { in QmlZfileAttached() function
H A Dqml_czmq_plugin.h37 class QmlZfileAttached; variable
131 qmlRegisterType<QmlZfileAttached>(); in registerTypes()