Home
last modified time | relevance | path

Searched refs:QmlZhttpServerAttached (Results 1 – 3 of 3) sorted by relevance

/dports/net/czmq4/czmq-4.2.1/bindings/qml/src/
H A DQmlZhttpServer.cpp19 return new QmlZhttpServerAttached(object); in qmlAttachedProperties()
25 void QmlZhttpServerAttached::test (bool verbose) { in test()
31 QmlZhttpServer *QmlZhttpServerAttached::construct (QmlZhttpServerOptions *options) { in construct()
39 void QmlZhttpServerAttached::destruct (QmlZhttpServer *qmlSelf) { in destruct()
H A DQmlZhttpServer.h35 class QmlZhttpServerAttached : public QObject
41 QmlZhttpServerAttached (QObject* attached) { in QmlZhttpServerAttached() function
H A Dqml_czmq_plugin.h73 class QmlZhttpServerAttached; variable
185 qmlRegisterType<QmlZhttpServerAttached>(); in registerTypes()