Sophie

Sophie

distrib > Mageia > 7 > aarch64 > by-pkgid > df502ea82e754a85dac574a84e6592da > files > 49

qtwebchannel5-doc-5.12.2-2.mga7.noarch.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QDOCINDEX>
<INDEX url="http://doc.qt.io/qt-5" title="Qt WebChannel Reference Documentation" version="5.12.2" project="QtWebChannel" indexTitle="Qt WebChannel">
    <namespace threadsafety="unspecified" name="" status="active" access="public" documented="false" module="qtwebchannel">
        <page name="chatclient-html" href="qtwebchannel-chatclient-html-example.html" status="active" location="chatclient-html.qdoc" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/examples/webchannel/chatclient-html/doc/src/chatclient-html.qdoc" lineno="51" subtype="example" title="Qt WebChannel ChatClient HTML Example" fulltitle="Qt WebChannel ChatClient HTML Example" subtitle="" module="QtWebChannel" groups="qtwebchannel-examples" brief="A HTML/JavaScript client that communicates over a WebSocket with a QWebChannel server">
            <contents name="running-the-example" title="Running the Example" level="1"/>
            <contents name="implementing-a-web-channel-client" title="Implementing a Web Channel Client" level="1"/>
            <page name="chatclient-html/chatclient-html.pro" href="qtwebchannel-chatclient-html-chatclient-html-pro.html" status="active" subtype="file" title="" fulltitle="chatclient-html.pro Example File" subtitle="chatclient-html/chatclient-html.pro"/>
            <page name="chatclient-html/chatclient.html" href="qtwebchannel-chatclient-html-chatclient-html.html" status="active" subtype="file" title="" fulltitle="chatclient.html Example File" subtitle="chatclient-html/chatclient.html"/>
            <page name="chatclient-html/qwebchannel.js" href="qtwebchannel-chatclient-html-qwebchannel-js.html" status="active" subtype="file" title="" fulltitle="qwebchannel.js Example File" subtitle="chatclient-html/qwebchannel.js"/>
        </page>
        <page name="chatclient-qml" href="qtwebchannel-chatclient-qml-example.html" status="active" location="chatclient-qml.qdoc" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/examples/webchannel/chatclient-qml/doc/src/chatclient-qml.qdoc" lineno="51" subtype="example" title="Qt WebChannel ChatClient QML Example" fulltitle="Qt WebChannel ChatClient QML Example" subtitle="" module="QtWebChannel" groups="qtwebchannel-examples" brief="A QML client that communicates over a WebSocket with a QWebChannel server">
            <contents name="running-the-example" title="Running the Example" level="1"/>
            <contents name="implementing-a-web-channel-client" title="Implementing a Web Channel Client" level="1"/>
            <page name="chatclient-qml/LoginForm.ui.qml" href="qtwebchannel-chatclient-qml-loginform-ui-qml.html" status="active" subtype="file" title="" fulltitle="LoginForm.ui.qml Example File" subtitle="chatclient-qml/LoginForm.ui.qml"/>
            <page name="chatclient-qml/MainForm.ui.qml" href="qtwebchannel-chatclient-qml-mainform-ui-qml.html" status="active" subtype="file" title="" fulltitle="MainForm.ui.qml Example File" subtitle="chatclient-qml/MainForm.ui.qml"/>
            <page name="chatclient-qml/chatclient-qml.pro" href="qtwebchannel-chatclient-qml-chatclient-qml-pro.html" status="active" subtype="file" title="" fulltitle="chatclient-qml.pro Example File" subtitle="chatclient-qml/chatclient-qml.pro"/>
            <page name="chatclient-qml/qmlchatclient.qml" href="qtwebchannel-chatclient-qml-qmlchatclient-qml.html" status="active" subtype="file" title="" fulltitle="qmlchatclient.qml Example File" subtitle="chatclient-qml/qmlchatclient.qml"/>
        </page>
        <page name="chatserver-cpp" href="qtwebchannel-chatserver-cpp-example.html" status="active" location="chatserver-cpp.qdoc" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/examples/webchannel/chatserver-cpp/doc/src/chatserver-cpp.qdoc" lineno="51" subtype="example" title="Qt WebChannel ChatServer Example" fulltitle="Qt WebChannel ChatServer Example" subtitle="" module="QtWebChannel" groups="qtwebchannel-examples" brief="A simple chat server implemented using the QWebChannel C++ API">
            <contents name="running-the-example" title="Running the Example" level="1"/>
            <contents name="implementing-a-chat-server" title="Implementing a Chat Server" level="1"/>
            <page name="chatserver-cpp/chatserver-cpp.pro" href="qtwebchannel-chatserver-cpp-chatserver-cpp-pro.html" status="active" subtype="file" title="" fulltitle="chatserver-cpp.pro Example File" subtitle="chatserver-cpp/chatserver-cpp.pro"/>
            <page name="chatserver-cpp/chatserver.cpp" href="qtwebchannel-chatserver-cpp-chatserver-cpp.html" status="active" subtype="file" title="" fulltitle="chatserver.cpp Example File" subtitle="chatserver-cpp/chatserver.cpp"/>
            <page name="chatserver-cpp/chatserver.h" href="qtwebchannel-chatserver-cpp-chatserver-h.html" status="active" subtype="file" title="" fulltitle="chatserver.h Example File" subtitle="chatserver-cpp/chatserver.h"/>
            <page name="chatserver-cpp/main.cpp" href="qtwebchannel-chatserver-cpp-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="chatserver-cpp/main.cpp"/>
        </page>
        <page name="standalone" href="qtwebchannel-standalone-example.html" status="active" location="standalone.qdoc" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/examples/webchannel/standalone/doc/src/standalone.qdoc" lineno="51" subtype="example" title="Qt WebChannel Standalone Example" fulltitle="Qt WebChannel Standalone Example" subtitle="" module="QtWebChannel" groups="qtwebchannel-examples" brief="A simple chat between a server and a remote client running in a browser">
            <contents name="running-the-example" title="Running the Example" level="1"/>
            <contents name="communicating-with-a-remote-client" title="Communicating with a Remote Client" level="1"/>
            <page name="standalone/core.h" href="qtwebchannel-standalone-core-h.html" status="active" subtype="file" title="" fulltitle="core.h Example File" subtitle="standalone/core.h"/>
            <page name="standalone/dialog.cpp" href="qtwebchannel-standalone-dialog-cpp.html" status="active" subtype="file" title="" fulltitle="dialog.cpp Example File" subtitle="standalone/dialog.cpp"/>
            <page name="standalone/dialog.h" href="qtwebchannel-standalone-dialog-h.html" status="active" subtype="file" title="" fulltitle="dialog.h Example File" subtitle="standalone/dialog.h"/>
            <page name="standalone/dialog.ui" href="qtwebchannel-standalone-dialog-ui.html" status="active" subtype="file" title="" fulltitle="dialog.ui Example File" subtitle="standalone/dialog.ui"/>
            <page name="standalone/index.html" href="qtwebchannel-standalone-index-html.html" status="active" subtype="file" title="" fulltitle="index.html Example File" subtitle="standalone/index.html"/>
            <page name="standalone/main.cpp" href="qtwebchannel-standalone-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="standalone/main.cpp"/>
            <page name="standalone/standalone.pro" href="qtwebchannel-standalone-standalone-pro.html" status="active" subtype="file" title="" fulltitle="standalone.pro Example File" subtitle="standalone/standalone.pro"/>
        </page>
        <class threadsafety="unspecified" name="QMetaObjectPublisher" href="qmetaobjectpublisher.html" status="internal" access="private" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="89" bases="QObject">
            <class threadsafety="unspecified" name="ObjectInfo" fullname="QMetaObjectPublisher::ObjectInfo" href="qmetaobjectpublisher-objectinfo.html" status="active" access="private" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="249">
                <function threadsafety="unspecified" name="ObjectInfo" fullname="QMetaObjectPublisher::ObjectInfo::ObjectInfo" href="qmetaobjectpublisher-objectinfo.html#ObjectInfo" status="active" access="public" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="251" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="ObjectInfo()"/>
                <function threadsafety="unspecified" name="ObjectInfo" fullname="QMetaObjectPublisher::ObjectInfo::ObjectInfo" href="qmetaobjectpublisher-objectinfo.html#ObjectInfo-1" status="active" access="public" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="254" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="ObjectInfo(QObject *o, const QJsonObject &amp;i)">
                    <parameter type="QObject *" name="o" default=""/>
                    <parameter type="const QJsonObject &amp;" name="i" default=""/>
                </function>
                <variable threadsafety="unspecified" name="classinfo" fullname="QMetaObjectPublisher::ObjectInfo::classinfo" href="qmetaobjectpublisher-objectinfo.html#classinfo-var" status="active" access="public" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="259" type="QJsonObject" static="false"/>
                <variable threadsafety="unspecified" name="object" fullname="QMetaObjectPublisher::ObjectInfo::object" href="qmetaobjectpublisher-objectinfo.html#object-var" status="active" access="public" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="258" type="QObject *" static="false"/>
                <variable threadsafety="unspecified" name="transports" fullname="QMetaObjectPublisher::ObjectInfo::transports" href="qmetaobjectpublisher-objectinfo.html#transports-var" status="active" access="public" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="260" type="QVector&lt;QWebChannelAbstractTransport *&gt;" static="false"/>
            </class>
            <class threadsafety="unspecified" name="QPrivateSignal" fullname="QMetaObjectPublisher::QPrivateSignal" href="qmetaobjectpublisher-qprivatesignal.html" status="active" access="private" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="91"/>
            <typedef threadsafety="unspecified" name="PendingPropertyUpdates" fullname="QMetaObjectPublisher::PendingPropertyUpdates" href="qmetaobjectpublisher.html#PendingPropertyUpdates-typedef" status="active" access="private" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="276"/>
            <typedef threadsafety="unspecified" name="SignalToArgumentsMap" fullname="QMetaObjectPublisher::SignalToArgumentsMap" href="qmetaobjectpublisher.html#SignalToArgumentsMap-typedef" status="active" access="private" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="275"/>
            <typedef threadsafety="unspecified" name="SignalToPropertyNameMap" fullname="QMetaObjectPublisher::SignalToPropertyNameMap" href="qmetaobjectpublisher.html#SignalToPropertyNameMap-typedef" status="active" access="private" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="270"/>
            <function threadsafety="unspecified" name="wrapList" fullname="QMetaObjectPublisher::wrapList" href="qmetaobjectpublisher.html#wrapList" status="active" access="public" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="198" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QJsonArray" signature="QJsonArray wrapList(const QVariantList &amp;list, QWebChannelAbstractTransport *transport, const QString &amp;parentObjectId)">
                <parameter type="const QVariantList &amp;" name="list" default=""/>
                <parameter type="QWebChannelAbstractTransport *" name="transport" default=""/>
                <parameter type="const QString &amp;" name="parentObjectId" default="QString()"/>
            </function>
            <function threadsafety="unspecified" name="classInfoForObject" fullname="QMetaObjectPublisher::classInfoForObject" href="qmetaobjectpublisher.html#classInfoForObject" status="active" access="public" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="115" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QJsonObject" signature="QJsonObject classInfoForObject(const QObject *object, QWebChannelAbstractTransport *transport)">
                <parameter type="const QObject *" name="object" default=""/>
                <parameter type="QWebChannelAbstractTransport *" name="transport" default=""/>
            </function>
            <function threadsafety="unspecified" name="initializeClient" fullname="QMetaObjectPublisher::initializeClient" href="qmetaobjectpublisher.html#initializeClient" status="active" access="public" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="129" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QJsonObject" signature="QJsonObject initializeClient(QWebChannelAbstractTransport *transport)">
                <parameter type="QWebChannelAbstractTransport *" name="transport" default=""/>
            </function>
            <function threadsafety="unspecified" name="wrapResult" fullname="QMetaObjectPublisher::wrapResult" href="qmetaobjectpublisher.html#wrapResult" status="active" access="public" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="190" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QJsonValue" signature="QJsonValue wrapResult(const QVariant &amp;result, QWebChannelAbstractTransport *transport, const QString &amp;parentObjectId)">
                <parameter type="const QVariant &amp;" name="result" default=""/>
                <parameter type="QWebChannelAbstractTransport *" name="transport" default=""/>
                <parameter type="const QString &amp;" name="parentObjectId" default="QString()"/>
            </function>
            <function threadsafety="unspecified" name="QMetaObjectPublisher" fullname="QMetaObjectPublisher::QMetaObjectPublisher" href="qmetaobjectpublisher.html#QMetaObjectPublisher" status="active" access="public" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="93" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="QMetaObjectPublisher(QWebChannel *webChannel)">
                <parameter type="QWebChannel *" name="webChannel" default=""/>
            </function>
            <function threadsafety="unspecified" name="tr" fullname="QMetaObjectPublisher::tr" href="qmetaobjectpublisher.html#tr" status="active" access="public" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="91" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString tr(const char *s, const char *c, int n)">
                <parameter type="const char *" name="s" default=""/>
                <parameter type="const char *" name="c" default="Q_OBJECT"/>
                <parameter type="int" name="n" default="Q_OBJECT"/>
            </function>
            <function threadsafety="unspecified" name="trUtf8" fullname="QMetaObjectPublisher::trUtf8" href="qmetaobjectpublisher.html#trUtf8" status="active" access="public" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="91" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString trUtf8(const char *s, const char *c, int n)">
                <parameter type="const char *" name="s" default=""/>
                <parameter type="const char *" name="c" default="Q_OBJECT"/>
                <parameter type="int" name="n" default="Q_OBJECT"/>
            </function>
            <function threadsafety="unspecified" name="invokeMethod" fullname="QMetaObjectPublisher::invokeMethod" href="qmetaobjectpublisher.html#invokeMethod" status="active" access="public" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="156" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QVariant" signature="QVariant invokeMethod(QObject *const object, const int methodIndex, const QJsonArray &amp;args)">
                <parameter type="QObject *const" name="object" default=""/>
                <parameter type="const int" name="methodIndex" default=""/>
                <parameter type="const QJsonArray &amp;" name="args" default=""/>
            </function>
            <function threadsafety="unspecified" name="qt_metacall" fullname="QMetaObjectPublisher::qt_metacall" href="qmetaobjectpublisher.html#qt_metacall" status="active" access="public" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="91" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int qt_metacall(QMetaObject::Call , int , void **)">
                <parameter type="QMetaObject::Call" name="" default=""/>
                <parameter type="int" name="" default=""/>
                <parameter type="void **" name="" default=""/>
            </function>
            <function threadsafety="unspecified" name="qt_metacast" fullname="QMetaObjectPublisher::qt_metacast" href="qmetaobjectpublisher.html#qt_metacast" status="active" access="public" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="91" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void *" signature="void * qt_metacast(const char *)">
                <parameter type="const char *" name="" default=""/>
            </function>
            <function threadsafety="unspecified" name="blockUpdatesChanged" fullname="QMetaObjectPublisher::blockUpdatesChanged" href="qmetaobjectpublisher.html#blockUpdatesChanged" status="active" access="public" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="212" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void blockUpdatesChanged(bool block)">
                <parameter type="bool" name="block" default=""/>
            </function>
            <function threadsafety="unspecified" name="handleMessage" fullname="QMetaObjectPublisher::handleMessage" href="qmetaobjectpublisher.html#handleMessage" status="active" access="public" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="218" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void handleMessage(const QJsonObject &amp;message, QWebChannelAbstractTransport *transport)">
                <parameter type="const QJsonObject &amp;" name="message" default=""/>
                <parameter type="QWebChannelAbstractTransport *" name="transport" default=""/>
            </function>
            <function threadsafety="unspecified" name="initializePropertyUpdates" fullname="QMetaObjectPublisher::initializePropertyUpdates" href="qmetaobjectpublisher.html#initializePropertyUpdates" status="active" access="public" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="137" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void initializePropertyUpdates(const QObject *const object, const QJsonObject &amp;objectInfo)">
                <parameter type="const QObject *const" name="object" default=""/>
                <parameter type="const QJsonObject &amp;" name="objectInfo" default=""/>
            </function>
            <function threadsafety="unspecified" name="objectDestroyed" fullname="QMetaObjectPublisher::objectDestroyed" href="qmetaobjectpublisher.html#objectDestroyed" status="active" access="public" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="173" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void objectDestroyed(const QObject *object)">
                <parameter type="const QObject *" name="object" default=""/>
            </function>
            <function threadsafety="unspecified" name="qt_static_metacall" fullname="QMetaObjectPublisher::qt_static_metacall" href="qmetaobjectpublisher.html#qt_static_metacall" status="active" access="private" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="91" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void qt_static_metacall(QObject *, QMetaObject::Call , int , void **)">
                <parameter type="QObject *" name="" default=""/>
                <parameter type="QMetaObject::Call" name="" default=""/>
                <parameter type="int" name="" default=""/>
                <parameter type="void **" name="" default=""/>
            </function>
            <function threadsafety="unspecified" name="registerObject" fullname="QMetaObjectPublisher::registerObject" href="qmetaobjectpublisher.html#registerObject" status="active" access="public" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="105" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void registerObject(const QString &amp;id, QObject *object)">
                <parameter type="const QString &amp;" name="id" default=""/>
                <parameter type="QObject *" name="object" default=""/>
            </function>
            <function threadsafety="unspecified" name="sendPendingPropertyUpdates" fullname="QMetaObjectPublisher::sendPendingPropertyUpdates" href="qmetaobjectpublisher.html#sendPendingPropertyUpdates" status="active" access="public" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="148" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void sendPendingPropertyUpdates()"/>
            <function threadsafety="unspecified" name="setBlockUpdates" fullname="QMetaObjectPublisher::setBlockUpdates" href="qmetaobjectpublisher.html#setBlockUpdates" status="active" access="public" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="209" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void setBlockUpdates(bool block)">
                <parameter type="bool" name="block" default=""/>
            </function>
            <function threadsafety="unspecified" name="setClientIsIdle" fullname="QMetaObjectPublisher::setClientIsIdle" href="qmetaobjectpublisher.html#setClientIsIdle" status="active" access="public" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="122" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void setClientIsIdle(bool isIdle)">
                <parameter type="bool" name="isIdle" default=""/>
            </function>
            <function threadsafety="unspecified" name="setProperty" fullname="QMetaObjectPublisher::setProperty" href="qmetaobjectpublisher.html#setProperty" status="active" access="public" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="161" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void setProperty(QObject *object, const int propertyIndex, const QJsonValue &amp;value)">
                <parameter type="QObject *" name="object" default=""/>
                <parameter type="const int" name="propertyIndex" default=""/>
                <parameter type="const QJsonValue &amp;" name="value" default=""/>
            </function>
            <function threadsafety="unspecified" name="signalEmitted" fullname="QMetaObjectPublisher::signalEmitted" href="qmetaobjectpublisher.html#signalEmitted" status="active" access="public" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="166" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void signalEmitted(const QObject *object, const int signalIndex, const QVariantList &amp;arguments)">
                <parameter type="const QObject *" name="object" default=""/>
                <parameter type="const int" name="signalIndex" default=""/>
                <parameter type="const QVariantList &amp;" name="arguments" default=""/>
            </function>
            <function threadsafety="unspecified" name="timerEvent" fullname="QMetaObjectPublisher::timerEvent" href="qmetaobjectpublisher.html#timerEvent" status="active" access="protected" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="221" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="true" type="void" signature="void timerEvent(QTimerEvent *) override">
                <parameter type="QTimerEvent *" name="" default=""/>
            </function>
            <function threadsafety="unspecified" name="transportRemoved" fullname="QMetaObjectPublisher::transportRemoved" href="qmetaobjectpublisher.html#transportRemoved" status="active" access="public" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="182" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void transportRemoved(QWebChannelAbstractTransport *transport)">
                <parameter type="QWebChannelAbstractTransport *" name="transport" default=""/>
            </function>
            <function threadsafety="unspecified" name="~QMetaObjectPublisher" fullname="QMetaObjectPublisher::~QMetaObjectPublisher" href="qmetaobjectpublisher.html#dtor.QMetaObjectPublisher" status="active" access="public" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="94" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="~QMetaObjectPublisher()"/>
            <function threadsafety="unspecified" name="unwrapObject" fullname="QMetaObjectPublisher::unwrapObject" href="qmetaobjectpublisher.html#unwrapObject" status="active" access="public" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="175" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QObject *" signature="QObject * unwrapObject(const QString &amp;objectId) const">
                <parameter type="const QString &amp;" name="objectId" default=""/>
            </function>
            <function threadsafety="unspecified" name="toVariant" fullname="QMetaObjectPublisher::toVariant" href="qmetaobjectpublisher.html#toVariant" status="active" access="public" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="177" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QVariant" signature="QVariant toVariant(const QJsonValue &amp;value, int targetType) const">
                <parameter type="const QJsonValue &amp;" name="value" default=""/>
                <parameter type="int" name="targetType" default=""/>
            </function>
            <function threadsafety="unspecified" name="metaObject" fullname="QMetaObjectPublisher::metaObject" href="qmetaobjectpublisher.html#metaObject" status="active" access="public" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="91" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="const QMetaObject *" signature="const QMetaObject * metaObject() const"/>
            <function threadsafety="unspecified" name="broadcastMessage" fullname="QMetaObjectPublisher::broadcastMessage" href="qmetaobjectpublisher.html#broadcastMessage" status="active" access="public" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="110" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void broadcastMessage(const QJsonObject &amp;message) const">
                <parameter type="const QJsonObject &amp;" name="message" default=""/>
            </function>
            <function threadsafety="unspecified" name="deleteWrappedObject" fullname="QMetaObjectPublisher::deleteWrappedObject" href="qmetaobjectpublisher.html#deleteWrappedObject" status="active" access="public" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="204" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void deleteWrappedObject(QObject *object) const">
                <parameter type="QObject *" name="object" default=""/>
            </function>
            <variable threadsafety="unspecified" name="blockUpdates" fullname="QMetaObjectPublisher::blockUpdates" href="qmetaobjectpublisher.html#blockUpdates-var" status="active" access="private" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="235" type="bool" static="false"/>
            <variable threadsafety="unspecified" name="clientIsIdle" fullname="QMetaObjectPublisher::clientIsIdle" href="qmetaobjectpublisher.html#clientIsIdle-var" status="active" access="private" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="232" type="bool" static="false"/>
            <variable threadsafety="unspecified" name="pendingPropertyUpdates" fullname="QMetaObjectPublisher::pendingPropertyUpdates" href="qmetaobjectpublisher.html#pendingPropertyUpdates-var" status="active" access="private" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="277" type="QMetaObjectPublisher::PendingPropertyUpdates" static="false"/>
            <variable threadsafety="unspecified" name="propertyUpdatesInitialized" fullname="QMetaObjectPublisher::propertyUpdatesInitialized" href="qmetaobjectpublisher.html#propertyUpdatesInitialized-var" status="active" access="private" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="240" type="bool" static="false"/>
            <variable threadsafety="unspecified" name="registeredObjectIds" fullname="QMetaObjectPublisher::registeredObjectIds" href="qmetaobjectpublisher.html#registeredObjectIds-var" status="active" access="private" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="246" type="QHash&lt;const QObject *, QString&gt;" static="false"/>
            <variable threadsafety="unspecified" name="registeredObjects" fullname="QMetaObjectPublisher::registeredObjects" href="qmetaobjectpublisher.html#registeredObjects-var" status="active" access="private" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="243" type="QHash&lt;QString, QObject *&gt;" static="false"/>
            <variable threadsafety="unspecified" name="signalHandler" fullname="QMetaObjectPublisher::signalHandler" href="qmetaobjectpublisher.html#signalHandler-var" status="active" access="private" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="229" type="SignalHandler&lt;QMetaObjectPublisher&gt;" static="false"/>
            <variable threadsafety="unspecified" name="signalToPropertyMap" fullname="QMetaObjectPublisher::signalToPropertyMap" href="qmetaobjectpublisher.html#signalToPropertyMap-var" status="active" access="private" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="271" type="QHash&lt;const QObject *, QMetaObjectPublisher::SignalToPropertyNameMap&gt;" static="false"/>
            <variable threadsafety="unspecified" name="staticMetaObject" fullname="QMetaObjectPublisher::staticMetaObject" href="qmetaobjectpublisher.html#staticMetaObject-var" status="active" access="public" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="91" type="const QMetaObject" static="true"/>
            <variable threadsafety="unspecified" name="timer" fullname="QMetaObjectPublisher::timer" href="qmetaobjectpublisher.html#timer-var" status="active" access="private" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="282" type="QBasicTimer" static="false"/>
            <variable threadsafety="unspecified" name="transportedWrappedObjects" fullname="QMetaObjectPublisher::transportedWrappedObjects" href="qmetaobjectpublisher.html#transportedWrappedObjects-var" status="active" access="private" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="266" type="QMultiHash&lt;QWebChannelAbstractTransport *, QString&gt;" static="false"/>
            <variable threadsafety="unspecified" name="webChannel" fullname="QMetaObjectPublisher::webChannel" href="qmetaobjectpublisher.html#webChannel-var" status="active" access="private" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="228" type="QWebChannel *" static="false"/>
            <variable threadsafety="unspecified" name="wrappedObjects" fullname="QMetaObjectPublisher::wrappedObjects" href="qmetaobjectpublisher.html#wrappedObjects-var" status="active" access="private" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="264" type="QHash&lt;QString, QMetaObjectPublisher::ObjectInfo&gt;" static="false"/>
        </class>
        <enum threadsafety="unspecified" name="MessageType" status="internal" access="private" location="qmetaobjectpublisher_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qmetaobjectpublisher_p.h" lineno="68">
            <value name="TypeInvalid" value="0"/>
            <value name="TYPES_FIRST_VALUE" value="1"/>
            <value name="TypeSignal" value="1"/>
            <value name="TypePropertyUpdate" value="2"/>
            <value name="TypeInit" value="3"/>
            <value name="TypeIdle" value="4"/>
            <value name="TypeDebug" value="5"/>
            <value name="TypeInvokeMethod" value="6"/>
            <value name="TypeConnectToSignal" value="7"/>
            <value name="TypeDisconnectFromSignal" value="8"/>
            <value name="TypeSetProperty" value="9"/>
            <value name="TypeResponse" value="10"/>
            <value name="TYPES_LAST_VALUE" value="10"/>
        </enum>
        <class threadsafety="unspecified" name="QMetaTypeId" href="qmetatypeid.html" status="internal" access="private" location="qqmlwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannel.h" lineno="92">
            <enum threadsafety="unspecified" name="anonymous" fullname="QMetaTypeId::anonymous" href="qmetatypeid.html#anonymous-enum" status="active" access="public" location="qqmlwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannel.h" lineno="92">
                <value name="Defined" value="QML_DECLARE_TYPE( QQmlWebChannel )"/>
            </enum>
            <function threadsafety="unspecified" name="qt_metatype_id" fullname="QMetaTypeId::qt_metatype_id" href="qmetatypeid.html#qt_metatype_id" status="active" access="public" location="qqmlwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannel.h" lineno="92" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int qt_metatype_id()"/>
        </class>
        <class threadsafety="unspecified" name="QQmlTypeInfo" href="qqmltypeinfo.html" status="internal" access="private" location="qqmlwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannel.h" lineno="93">
            <enum threadsafety="unspecified" name="anonymous" fullname="QQmlTypeInfo::anonymous" href="qqmltypeinfo.html#anonymous-enum" status="active" access="public" location="qqmlwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannel.h" lineno="93">
                <value name="hasAttachedProperties" value="QML_DECLARE_TYPEINFO( QQmlWebChannel, QML_HAS_ATTACHED_PROPERTIES )"/>
            </enum>
        </class>
        <class threadsafety="unspecified" name="QQmlWebChannel" href="qqmlwebchannel.html" status="internal" access="private" location="qqmlwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannel.h" lineno="53" bases="QWebChannel">
            <class threadsafety="unspecified" name="QPrivateSignal" fullname="QQmlWebChannel::QPrivateSignal" href="qqmlwebchannel-qprivatesignal.html" status="active" access="private" location="qqmlwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannel.h" lineno="55"/>
            <function threadsafety="unspecified" name="registeredObjects_at" fullname="QQmlWebChannel::registeredObjects_at" href="qqmlwebchannel.html#registeredObjects_at" status="active" access="private" location="qqmlwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannel.h" lineno="81" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QObject *" signature="QObject * registeredObjects_at(QQmlListProperty&lt;QObject&gt; *prop, int index)">
                <parameter type="QQmlListProperty&lt;QObject&gt; *" name="prop" default=""/>
                <parameter type="int" name="index" default=""/>
            </function>
            <function threadsafety="unspecified" name="transports_at" fullname="QQmlWebChannel::transports_at" href="qqmlwebchannel.html#transports_at" status="active" access="private" location="qqmlwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannel.h" lineno="86" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QObject *" signature="QObject * transports_at(QQmlListProperty&lt;QObject&gt; *prop, int index)">
                <parameter type="QQmlListProperty&lt;QObject&gt; *" name="prop" default=""/>
                <parameter type="int" name="index" default=""/>
            </function>
            <function threadsafety="unspecified" name="registeredObjects" fullname="QQmlWebChannel::registeredObjects" href="qqmlwebchannel.html#registeredObjects-prop" status="active" access="public" location="qqmlwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannel.h" lineno="66" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="registeredObjects" type="QQmlListProperty&lt;QObject&gt;" signature="QQmlListProperty&lt;QObject&gt; registeredObjects()"/>
            <function threadsafety="unspecified" name="transports" fullname="QQmlWebChannel::transports" href="qqmlwebchannel.html#transports-prop" status="active" access="public" location="qqmlwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannel.h" lineno="68" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="transports" type="QQmlListProperty&lt;QObject&gt;" signature="QQmlListProperty&lt;QObject&gt; transports()"/>
            <function threadsafety="unspecified" name="operator=" fullname="QQmlWebChannel::operator=" href="qqmlwebchannel.html#operator-eq" status="active" access="private" location="qqmlwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannel.h" lineno="56" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QQmlWebChannel &amp;" signature="QQmlWebChannel &amp; operator=(const QQmlWebChannel &amp;)">
                <parameter type="const QQmlWebChannel &amp;" name="" default=""/>
            </function>
            <function threadsafety="unspecified" name="QQmlWebChannel" fullname="QQmlWebChannel::QQmlWebChannel" href="qqmlwebchannel.html#QQmlWebChannel" status="active" access="public" location="qqmlwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannel.h" lineno="62" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="QQmlWebChannel(QObject *parent)">
                <parameter type="QObject *" name="parent" default="Q_NULLPTR"/>
            </function>
            <function threadsafety="unspecified" name="QQmlWebChannel" fullname="QQmlWebChannel::QQmlWebChannel" href="qqmlwebchannel.html#QQmlWebChannel-1" status="active" access="private" location="qqmlwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannel.h" lineno="56" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="QQmlWebChannel(const QQmlWebChannel &amp;)">
                <parameter type="const QQmlWebChannel &amp;" name="" default=""/>
            </function>
            <function threadsafety="unspecified" name="qmlAttachedProperties" fullname="QQmlWebChannel::qmlAttachedProperties" href="qqmlwebchannel.html#qmlAttachedProperties" status="active" access="public" location="qqmlwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannel.h" lineno="70" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QQmlWebChannelAttached *" signature="QQmlWebChannelAttached * qmlAttachedProperties(QObject *obj)">
                <parameter type="QObject *" name="obj" default=""/>
            </function>
            <function threadsafety="unspecified" name="d_func" fullname="QQmlWebChannel::d_func" href="qqmlwebchannel.html#d_func" status="active" access="private" location="qqmlwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannel.h" lineno="76" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QQmlWebChannelPrivate *" signature="QQmlWebChannelPrivate * d_func()"/>
            <function threadsafety="unspecified" name="tr" fullname="QQmlWebChannel::tr" href="qqmlwebchannel.html#tr" status="active" access="public" location="qqmlwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannel.h" lineno="55" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString tr(const char *s, const char *c, int n)">
                <parameter type="const char *" name="s" default=""/>
                <parameter type="const char *" name="c" default="Q_OBJECT"/>
                <parameter type="int" name="n" default="Q_OBJECT"/>
            </function>
            <function threadsafety="unspecified" name="trUtf8" fullname="QQmlWebChannel::trUtf8" href="qqmlwebchannel.html#trUtf8" status="active" access="public" location="qqmlwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannel.h" lineno="55" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString trUtf8(const char *s, const char *c, int n)">
                <parameter type="const char *" name="s" default=""/>
                <parameter type="const char *" name="c" default="Q_OBJECT"/>
                <parameter type="int" name="n" default="Q_OBJECT"/>
            </function>
            <function threadsafety="unspecified" name="qt_metacall" fullname="QQmlWebChannel::qt_metacall" href="qqmlwebchannel.html#qt_metacall" status="active" access="public" location="qqmlwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannel.h" lineno="55" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int qt_metacall(QMetaObject::Call , int , void **)">
                <parameter type="QMetaObject::Call" name="" default=""/>
                <parameter type="int" name="" default=""/>
                <parameter type="void **" name="" default=""/>
            </function>
            <function threadsafety="unspecified" name="registeredObjects_count" fullname="QQmlWebChannel::registeredObjects_count" href="qqmlwebchannel.html#registeredObjects_count" status="active" access="private" location="qqmlwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannel.h" lineno="80" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int registeredObjects_count(QQmlListProperty&lt;QObject&gt; *prop)">
                <parameter type="QQmlListProperty&lt;QObject&gt; *" name="prop" default=""/>
            </function>
            <function threadsafety="unspecified" name="transports_count" fullname="QQmlWebChannel::transports_count" href="qqmlwebchannel.html#transports_count" status="active" access="private" location="qqmlwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannel.h" lineno="85" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int transports_count(QQmlListProperty&lt;QObject&gt; *prop)">
                <parameter type="QQmlListProperty&lt;QObject&gt; *" name="prop" default=""/>
            </function>
            <function threadsafety="unspecified" name="qt_metacast" fullname="QQmlWebChannel::qt_metacast" href="qqmlwebchannel.html#qt_metacast" status="active" access="public" location="qqmlwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannel.h" lineno="55" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void *" signature="void * qt_metacast(const char *)">
                <parameter type="const char *" name="" default=""/>
            </function>
            <function threadsafety="unspecified" name="connectTo" fullname="QQmlWebChannel::connectTo" href="qqmlwebchannel.html#connectTo" status="active" access="public" location="qqmlwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannel.h" lineno="72" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void connectTo(QObject *transport)">
                <parameter type="QObject *" name="transport" default=""/>
            </function>
            <function threadsafety="unspecified" name="disconnectFrom" fullname="QQmlWebChannel::disconnectFrom" href="qqmlwebchannel.html#disconnectFrom" status="active" access="public" location="qqmlwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannel.h" lineno="73" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void disconnectFrom(QObject *transport)">
                <parameter type="QObject *" name="transport" default=""/>
            </function>
            <function threadsafety="unspecified" name="qt_static_metacall" fullname="QQmlWebChannel::qt_static_metacall" href="qqmlwebchannel.html#qt_static_metacall" status="active" access="private" location="qqmlwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannel.h" lineno="55" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void qt_static_metacall(QObject *, QMetaObject::Call , int , void **)">
                <parameter type="QObject *" name="" default=""/>
                <parameter type="QMetaObject::Call" name="" default=""/>
                <parameter type="int" name="" default=""/>
                <parameter type="void **" name="" default=""/>
            </function>
            <function threadsafety="unspecified" name="registerObjects" fullname="QQmlWebChannel::registerObjects" href="qqmlwebchannel.html#registerObjects" status="active" access="public" location="qqmlwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannel.h" lineno="65" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void registerObjects(const QVariantMap &amp;objects)">
                <parameter type="const QVariantMap &amp;" name="objects" default=""/>
            </function>
            <function threadsafety="unspecified" name="registeredObjects_append" fullname="QQmlWebChannel::registeredObjects_append" href="qqmlwebchannel.html#registeredObjects_append" status="active" access="private" location="qqmlwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannel.h" lineno="79" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void registeredObjects_append(QQmlListProperty&lt;QObject&gt; *prop, QObject *item)">
                <parameter type="QQmlListProperty&lt;QObject&gt; *" name="prop" default=""/>
                <parameter type="QObject *" name="item" default=""/>
            </function>
            <function threadsafety="unspecified" name="registeredObjects_clear" fullname="QQmlWebChannel::registeredObjects_clear" href="qqmlwebchannel.html#registeredObjects_clear" status="active" access="private" location="qqmlwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannel.h" lineno="82" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void registeredObjects_clear(QQmlListProperty&lt;QObject&gt; *prop)">
                <parameter type="QQmlListProperty&lt;QObject&gt; *" name="prop" default=""/>
            </function>
            <function threadsafety="unspecified" name="transports_append" fullname="QQmlWebChannel::transports_append" href="qqmlwebchannel.html#transports_append" status="active" access="private" location="qqmlwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannel.h" lineno="84" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void transports_append(QQmlListProperty&lt;QObject&gt; *prop, QObject *item)">
                <parameter type="QQmlListProperty&lt;QObject&gt; *" name="prop" default=""/>
                <parameter type="QObject *" name="item" default=""/>
            </function>
            <function threadsafety="unspecified" name="transports_clear" fullname="QQmlWebChannel::transports_clear" href="qqmlwebchannel.html#transports_clear" status="active" access="private" location="qqmlwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannel.h" lineno="87" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void transports_clear(QQmlListProperty&lt;QObject&gt; *prop)">
                <parameter type="QQmlListProperty&lt;QObject&gt; *" name="prop" default=""/>
            </function>
            <function threadsafety="unspecified" name="~QQmlWebChannel" fullname="QQmlWebChannel::~QQmlWebChannel" href="qqmlwebchannel.html#dtor.QQmlWebChannel" status="active" access="public" location="qqmlwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannel.h" lineno="63" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="~QQmlWebChannel()"/>
            <function threadsafety="unspecified" name="metaObject" fullname="QQmlWebChannel::metaObject" href="qqmlwebchannel.html#metaObject" status="active" access="public" location="qqmlwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannel.h" lineno="55" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="const QMetaObject *" signature="const QMetaObject * metaObject() const"/>
            <function threadsafety="unspecified" name="d_func" fullname="QQmlWebChannel::d_func" href="qqmlwebchannel.html#d_func-1" status="active" access="private" location="qqmlwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannel.h" lineno="76" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="const QQmlWebChannelPrivate *" signature="const QQmlWebChannelPrivate * d_func() const"/>
            <property threadsafety="unspecified" name="registeredObjects" fullname="QQmlWebChannel::registeredObjects" href="qqmlwebchannel.html#registeredObjects-prop" status="active" access="public" location="qqmlwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannel.h" lineno="59" type="QQmlListProperty&lt;QObject&gt;">
                <getter name="registeredObjects"/>
            </property>
            <property threadsafety="unspecified" name="transports" fullname="QQmlWebChannel::transports" href="qqmlwebchannel.html#transports-prop" status="active" access="public" location="qqmlwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannel.h" lineno="58" type="QQmlListProperty&lt;QObject&gt;">
                <getter name="transports"/>
            </property>
            <variable threadsafety="unspecified" name="staticMetaObject" fullname="QQmlWebChannel::staticMetaObject" href="qqmlwebchannel.html#staticMetaObject-var" status="active" access="public" location="qqmlwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannel.h" lineno="55" type="const QMetaObject" static="true"/>
        </class>
        <class threadsafety="unspecified" name="QQmlWebChannelAttached" href="qqmlwebchannelattached.html" status="internal" access="private" location="qqmlwebchannelattached_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannelattached_p.h" lineno="60" bases="QObject">
            <class threadsafety="unspecified" name="QPrivateSignal" fullname="QQmlWebChannelAttached::QPrivateSignal" href="qqmlwebchannelattached-qprivatesignal.html" status="active" access="private" location="qqmlwebchannelattached_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannelattached_p.h" lineno="62"/>
            <function threadsafety="unspecified" name="QQmlWebChannelAttached" fullname="QQmlWebChannelAttached::QQmlWebChannelAttached" href="qqmlwebchannelattached.html#QQmlWebChannelAttached" status="active" access="public" location="qqmlwebchannelattached_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannelattached_p.h" lineno="66" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="QQmlWebChannelAttached(QObject *parent)">
                <parameter type="QObject *" name="parent" default="0"/>
            </function>
            <function threadsafety="unspecified" name="tr" fullname="QQmlWebChannelAttached::tr" href="qqmlwebchannelattached.html#tr" status="active" access="public" location="qqmlwebchannelattached_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannelattached_p.h" lineno="62" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString tr(const char *s, const char *c, int n)">
                <parameter type="const char *" name="s" default=""/>
                <parameter type="const char *" name="c" default="Q_OBJECT"/>
                <parameter type="int" name="n" default="Q_OBJECT"/>
            </function>
            <function threadsafety="unspecified" name="trUtf8" fullname="QQmlWebChannelAttached::trUtf8" href="qqmlwebchannelattached.html#trUtf8" status="active" access="public" location="qqmlwebchannelattached_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannelattached_p.h" lineno="62" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString trUtf8(const char *s, const char *c, int n)">
                <parameter type="const char *" name="s" default=""/>
                <parameter type="const char *" name="c" default="Q_OBJECT"/>
                <parameter type="int" name="n" default="Q_OBJECT"/>
            </function>
            <function threadsafety="unspecified" name="qt_metacall" fullname="QQmlWebChannelAttached::qt_metacall" href="qqmlwebchannelattached.html#qt_metacall" status="active" access="public" location="qqmlwebchannelattached_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannelattached_p.h" lineno="62" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int qt_metacall(QMetaObject::Call , int , void **)">
                <parameter type="QMetaObject::Call" name="" default=""/>
                <parameter type="int" name="" default=""/>
                <parameter type="void **" name="" default=""/>
            </function>
            <function threadsafety="unspecified" name="qt_metacast" fullname="QQmlWebChannelAttached::qt_metacast" href="qqmlwebchannelattached.html#qt_metacast" status="active" access="public" location="qqmlwebchannelattached_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannelattached_p.h" lineno="62" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void *" signature="void * qt_metacast(const char *)">
                <parameter type="const char *" name="" default=""/>
            </function>
            <function threadsafety="unspecified" name="idChanged" fullname="QQmlWebChannelAttached::idChanged" href="qqmlwebchannelattached.html#id-prop" status="active" access="public" location="qqmlwebchannelattached_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannelattached_p.h" lineno="73" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="id" type="void" signature="void idChanged(const QString &amp;id)">
                <parameter type="const QString &amp;" name="id" default=""/>
            </function>
            <function threadsafety="unspecified" name="qt_static_metacall" fullname="QQmlWebChannelAttached::qt_static_metacall" href="qqmlwebchannelattached.html#qt_static_metacall" status="active" access="private" location="qqmlwebchannelattached_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannelattached_p.h" lineno="62" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void qt_static_metacall(QObject *, QMetaObject::Call , int , void **)">
                <parameter type="QObject *" name="" default=""/>
                <parameter type="QMetaObject::Call" name="" default=""/>
                <parameter type="int" name="" default=""/>
                <parameter type="void **" name="" default=""/>
            </function>
            <function threadsafety="unspecified" name="setId" fullname="QQmlWebChannelAttached::setId" href="qqmlwebchannelattached.html#id-prop" status="active" access="public" location="qqmlwebchannelattached_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannelattached_p.h" lineno="70" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="id" type="void" signature="void setId(const QString &amp;id)">
                <parameter type="const QString &amp;" name="id" default=""/>
            </function>
            <function threadsafety="unspecified" name="~QQmlWebChannelAttached" fullname="QQmlWebChannelAttached::~QQmlWebChannelAttached" href="qqmlwebchannelattached.html#dtor.QQmlWebChannelAttached" status="active" access="public" location="qqmlwebchannelattached_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannelattached_p.h" lineno="67" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="~QQmlWebChannelAttached()"/>
            <function threadsafety="unspecified" name="id" fullname="QQmlWebChannelAttached::id" href="qqmlwebchannelattached.html#id-prop" status="active" access="public" location="qqmlwebchannelattached_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannelattached_p.h" lineno="69" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="id" type="QString" signature="QString id() const"/>
            <function threadsafety="unspecified" name="metaObject" fullname="QQmlWebChannelAttached::metaObject" href="qqmlwebchannelattached.html#metaObject" status="active" access="public" location="qqmlwebchannelattached_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannelattached_p.h" lineno="62" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="const QMetaObject *" signature="const QMetaObject * metaObject() const"/>
            <property threadsafety="unspecified" name="id" fullname="QQmlWebChannelAttached::id" href="qqmlwebchannelattached.html#id-prop" status="active" access="public" location="qqmlwebchannelattached_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannelattached_p.h" lineno="64" type="QString">
                <getter name="id"/>
                <setter name="setId"/>
                <notifier name="idChanged"/>
            </property>
            <variable threadsafety="unspecified" name="m_id" fullname="QQmlWebChannelAttached::m_id" href="qqmlwebchannelattached.html#m_id-var" status="active" access="private" location="qqmlwebchannelattached_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannelattached_p.h" lineno="76" type="QString" static="false"/>
            <variable threadsafety="unspecified" name="staticMetaObject" fullname="QQmlWebChannelAttached::staticMetaObject" href="qqmlwebchannelattached.html#staticMetaObject-var" status="active" access="public" location="qqmlwebchannelattached_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qqmlwebchannelattached_p.h" lineno="62" type="const QMetaObject" static="true"/>
        </class>
        <class threadsafety="unspecified" name="QWebChannel" href="qwebchannel.html" status="active" access="public" location="qwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannel.h" lineno="54" since="5.4" bases="QObject" module="QtWebChannel" brief="Exposes QObjects to remote HTML clients">
            <class threadsafety="unspecified" name="QPrivateSignal" fullname="QWebChannel::QPrivateSignal" href="qwebchannel-qprivatesignal.html" status="active" access="private" location="qwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannel.h" lineno="56"/>
            <function threadsafety="unspecified" name="tr" fullname="QWebChannel::tr" href="qwebchannel.html#tr" status="active" access="public" location="qwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannel.h" lineno="56" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString tr(const char *s, const char *c, int n)">
                <parameter type="const char *" name="s" default=""/>
                <parameter type="const char *" name="c" default="Q_OBJECT"/>
                <parameter type="int" name="n" default="Q_OBJECT"/>
            </function>
            <function threadsafety="unspecified" name="trUtf8" fullname="QWebChannel::trUtf8" href="qwebchannel.html#trUtf8" status="active" access="public" location="qwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannel.h" lineno="56" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString trUtf8(const char *s, const char *c, int n)">
                <parameter type="const char *" name="s" default=""/>
                <parameter type="const char *" name="c" default="Q_OBJECT"/>
                <parameter type="int" name="n" default="Q_OBJECT"/>
            </function>
            <function threadsafety="unspecified" name="operator=" fullname="QWebChannel::operator=" href="qwebchannel.html#operator-eq" status="active" access="private" location="qwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannel.h" lineno="57" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QWebChannel &amp;" signature="QWebChannel &amp; operator=(const QWebChannel &amp;)">
                <parameter type="const QWebChannel &amp;" name="" default=""/>
            </function>
            <function threadsafety="unspecified" name="QWebChannel" fullname="QWebChannel::QWebChannel" href="qwebchannel.html#QWebChannel" status="active" access="public" location="qwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannel.h" lineno="60" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="QWebChannel(QObject *parent)">
                <parameter type="QObject *" name="parent" default="Q_NULLPTR"/>
            </function>
            <function threadsafety="unspecified" name="QWebChannel" fullname="QWebChannel::QWebChannel" href="qwebchannel.html#QWebChannel-2" status="internal" access="private" location="qwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannel.h" lineno="81" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="QWebChannel(QWebChannelPrivate &amp;dd, QObject *parent)">
                <parameter type="QWebChannelPrivate &amp;" name="dd" default=""/>
                <parameter type="QObject *" name="parent" default="Q_NULLPTR"/>
            </function>
            <function threadsafety="unspecified" name="QWebChannel" fullname="QWebChannel::QWebChannel" href="qwebchannel.html#QWebChannel-1" status="active" access="private" location="qwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannel.h" lineno="57" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="QWebChannel(const QWebChannel &amp;)">
                <parameter type="const QWebChannel &amp;" name="" default=""/>
            </function>
            <function threadsafety="unspecified" name="d_func" fullname="QWebChannel::d_func" href="qwebchannel.html#d_func" status="active" access="private" location="qwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannel.h" lineno="80" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QWebChannelPrivate *" signature="QWebChannelPrivate * d_func()"/>
            <function threadsafety="unspecified" name="qt_metacall" fullname="QWebChannel::qt_metacall" href="qwebchannel.html#qt_metacall" status="active" access="public" location="qwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannel.h" lineno="56" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int qt_metacall(QMetaObject::Call , int , void **)">
                <parameter type="QMetaObject::Call" name="" default=""/>
                <parameter type="int" name="" default=""/>
                <parameter type="void **" name="" default=""/>
            </function>
            <function threadsafety="unspecified" name="qt_metacast" fullname="QWebChannel::qt_metacast" href="qwebchannel.html#qt_metacast" status="active" access="public" location="qwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannel.h" lineno="56" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void *" signature="void * qt_metacast(const char *)">
                <parameter type="const char *" name="" default=""/>
            </function>
            <function threadsafety="unspecified" name="blockUpdatesChanged" fullname="QWebChannel::blockUpdatesChanged" href="qwebchannel.html#blockUpdates-prop" status="active" access="public" location="qwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannel.h" lineno="73" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="blockUpdates" type="void" signature="void blockUpdatesChanged(bool block)">
                <parameter type="bool" name="block" default=""/>
            </function>
            <function threadsafety="unspecified" name="connectTo" fullname="QWebChannel::connectTo" href="qwebchannel.html#connectTo" status="active" access="public" location="qwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannel.h" lineno="76" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void connectTo(QWebChannelAbstractTransport *transport)">
                <parameter type="QWebChannelAbstractTransport *" name="transport" default=""/>
            </function>
            <function threadsafety="unspecified" name="deregisterObject" fullname="QWebChannel::deregisterObject" href="qwebchannel.html#deregisterObject" status="active" access="public" location="qwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannel.h" lineno="66" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void deregisterObject(QObject *object)">
                <parameter type="QObject *" name="object" default=""/>
            </function>
            <function threadsafety="unspecified" name="disconnectFrom" fullname="QWebChannel::disconnectFrom" href="qwebchannel.html#disconnectFrom" status="active" access="public" location="qwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannel.h" lineno="77" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void disconnectFrom(QWebChannelAbstractTransport *transport)">
                <parameter type="QWebChannelAbstractTransport *" name="transport" default=""/>
            </function>
            <function threadsafety="unspecified" name="qt_static_metacall" fullname="QWebChannel::qt_static_metacall" href="qwebchannel.html#qt_static_metacall" status="active" access="private" location="qwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannel.h" lineno="56" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void qt_static_metacall(QObject *, QMetaObject::Call , int , void **)">
                <parameter type="QObject *" name="" default=""/>
                <parameter type="QMetaObject::Call" name="" default=""/>
                <parameter type="int" name="" default=""/>
                <parameter type="void **" name="" default=""/>
            </function>
            <function threadsafety="unspecified" name="registerObject" fullname="QWebChannel::registerObject" href="qwebchannel.html#registerObject" status="active" access="public" location="qwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannel.h" lineno="65" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void registerObject(const QString &amp;id, QObject *object)">
                <parameter type="const QString &amp;" name="id" default=""/>
                <parameter type="QObject *" name="object" default=""/>
            </function>
            <function threadsafety="unspecified" name="registerObjects" fullname="QWebChannel::registerObjects" href="qwebchannel.html#registerObjects" status="active" access="public" location="qwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannel.h" lineno="63" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void registerObjects(const QHash&lt;QString, QObject *&gt; &amp;objects)">
                <parameter type="const QHash&lt;QString, QObject *&gt; &amp;" name="objects" default=""/>
            </function>
            <function threadsafety="unspecified" name="setBlockUpdates" fullname="QWebChannel::setBlockUpdates" href="qwebchannel.html#blockUpdates-prop" status="active" access="public" location="qwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannel.h" lineno="70" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="blockUpdates" type="void" signature="void setBlockUpdates(bool block)">
                <parameter type="bool" name="block" default=""/>
            </function>
            <function threadsafety="unspecified" name="~QWebChannel" fullname="QWebChannel::~QWebChannel" href="qwebchannel.html#dtor.QWebChannel" status="active" access="public" location="qwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannel.h" lineno="61" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="~QWebChannel()"/>
            <function threadsafety="unspecified" name="registeredObjects" fullname="QWebChannel::registeredObjects" href="qwebchannel.html#registeredObjects" status="active" access="public" location="qwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannel.h" lineno="64" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QHash&lt;QString, QObject *&gt;" signature="QHash&lt;QString, QObject *&gt; registeredObjects() const"/>
            <function threadsafety="unspecified" name="blockUpdates" fullname="QWebChannel::blockUpdates" href="qwebchannel.html#blockUpdates-prop" status="active" access="public" location="qwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannel.h" lineno="68" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="blockUpdates" type="bool" signature="bool blockUpdates() const"/>
            <function threadsafety="unspecified" name="metaObject" fullname="QWebChannel::metaObject" href="qwebchannel.html#metaObject" status="active" access="public" location="qwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannel.h" lineno="56" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="const QMetaObject *" signature="const QMetaObject * metaObject() const"/>
            <function threadsafety="unspecified" name="d_func" fullname="QWebChannel::d_func" href="qwebchannel.html#d_func-1" status="active" access="private" location="qwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannel.h" lineno="80" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="const QWebChannelPrivate *" signature="const QWebChannelPrivate * d_func() const"/>
            <property threadsafety="unspecified" name="blockUpdates" fullname="QWebChannel::blockUpdates" href="qwebchannel.html#blockUpdates-prop" status="active" access="public" location="qwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannel.h" lineno="58" type="bool" brief="When set to true, updates are blocked and remote clients will not be notified about property changes">
                <getter name="blockUpdates"/>
                <setter name="setBlockUpdates"/>
                <notifier name="blockUpdatesChanged"/>
            </property>
            <variable threadsafety="unspecified" name="staticMetaObject" fullname="QWebChannel::staticMetaObject" href="qwebchannel.html#staticMetaObject-var" status="active" access="public" location="qwebchannel.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannel.h" lineno="56" type="const QMetaObject" static="true"/>
        </class>
        <class threadsafety="unspecified" name="QWebChannelAbstractTransport" href="qwebchannelabstracttransport.html" status="active" access="public" location="qwebchannelabstracttransport.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannelabstracttransport.h" lineno="49" since="5.4" bases="QObject" module="QtWebChannel" brief="Communication channel between the C++ QWebChannel server and a HTML/JS client">
            <class threadsafety="unspecified" name="QPrivateSignal" fullname="QWebChannelAbstractTransport::QPrivateSignal" href="qwebchannelabstracttransport-qprivatesignal.html" status="active" access="private" location="qwebchannelabstracttransport.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannelabstracttransport.h" lineno="51"/>
            <function threadsafety="unspecified" name="tr" fullname="QWebChannelAbstractTransport::tr" href="qwebchannelabstracttransport.html#tr" status="active" access="public" location="qwebchannelabstracttransport.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannelabstracttransport.h" lineno="51" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString tr(const char *s, const char *c, int n)">
                <parameter type="const char *" name="s" default=""/>
                <parameter type="const char *" name="c" default="Q_OBJECT"/>
                <parameter type="int" name="n" default="Q_OBJECT"/>
            </function>
            <function threadsafety="unspecified" name="trUtf8" fullname="QWebChannelAbstractTransport::trUtf8" href="qwebchannelabstracttransport.html#trUtf8" status="active" access="public" location="qwebchannelabstracttransport.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannelabstracttransport.h" lineno="51" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString trUtf8(const char *s, const char *c, int n)">
                <parameter type="const char *" name="s" default=""/>
                <parameter type="const char *" name="c" default="Q_OBJECT"/>
                <parameter type="int" name="n" default="Q_OBJECT"/>
            </function>
            <function threadsafety="unspecified" name="QWebChannelAbstractTransport" fullname="QWebChannelAbstractTransport::QWebChannelAbstractTransport" href="qwebchannelabstracttransport.html#QWebChannelAbstractTransport" status="active" access="public" location="qwebchannelabstracttransport.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannelabstracttransport.h" lineno="53" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="QWebChannelAbstractTransport(QObject *parent)">
                <parameter type="QObject *" name="parent" default="Q_NULLPTR"/>
            </function>
            <function threadsafety="unspecified" name="qt_metacall" fullname="QWebChannelAbstractTransport::qt_metacall" href="qwebchannelabstracttransport.html#qt_metacall" status="active" access="public" location="qwebchannelabstracttransport.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannelabstracttransport.h" lineno="51" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int qt_metacall(QMetaObject::Call , int , void **)">
                <parameter type="QMetaObject::Call" name="" default=""/>
                <parameter type="int" name="" default=""/>
                <parameter type="void **" name="" default=""/>
            </function>
            <function threadsafety="unspecified" name="qt_metacast" fullname="QWebChannelAbstractTransport::qt_metacast" href="qwebchannelabstracttransport.html#qt_metacast" status="active" access="public" location="qwebchannelabstracttransport.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannelabstracttransport.h" lineno="51" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void *" signature="void * qt_metacast(const char *)">
                <parameter type="const char *" name="" default=""/>
            </function>
            <function threadsafety="unspecified" name="messageReceived" fullname="QWebChannelAbstractTransport::messageReceived" href="qwebchannelabstracttransport.html#messageReceived" status="active" access="public" location="qwebchannelabstracttransport.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannelabstracttransport.h" lineno="60" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void messageReceived(const QJsonObject &amp;message, QWebChannelAbstractTransport *transport)">
                <parameter type="const QJsonObject &amp;" name="message" default=""/>
                <parameter type="QWebChannelAbstractTransport *" name="transport" default=""/>
            </function>
            <function threadsafety="unspecified" name="qt_static_metacall" fullname="QWebChannelAbstractTransport::qt_static_metacall" href="qwebchannelabstracttransport.html#qt_static_metacall" status="active" access="private" location="qwebchannelabstracttransport.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannelabstracttransport.h" lineno="51" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void qt_static_metacall(QObject *, QMetaObject::Call , int , void **)">
                <parameter type="QObject *" name="" default=""/>
                <parameter type="QMetaObject::Call" name="" default=""/>
                <parameter type="int" name="" default=""/>
                <parameter type="void **" name="" default=""/>
            </function>
            <function threadsafety="unspecified" name="sendMessage" fullname="QWebChannelAbstractTransport::sendMessage" href="qwebchannelabstracttransport.html#sendMessage" status="active" access="public" location="qwebchannelabstracttransport.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannelabstracttransport.h" lineno="57" virtual="pure" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void sendMessage(const QJsonObject &amp;message) = 0">
                <parameter type="const QJsonObject &amp;" name="message" default=""/>
            </function>
            <function threadsafety="unspecified" name="~QWebChannelAbstractTransport" fullname="QWebChannelAbstractTransport::~QWebChannelAbstractTransport" href="qwebchannelabstracttransport.html#dtor.QWebChannelAbstractTransport" status="active" access="public" location="qwebchannelabstracttransport.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannelabstracttransport.h" lineno="54" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="~QWebChannelAbstractTransport()"/>
            <function threadsafety="unspecified" name="metaObject" fullname="QWebChannelAbstractTransport::metaObject" href="qwebchannelabstracttransport.html#metaObject" status="active" access="public" location="qwebchannelabstracttransport.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannelabstracttransport.h" lineno="51" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="const QMetaObject *" signature="const QMetaObject * metaObject() const"/>
            <variable threadsafety="unspecified" name="staticMetaObject" fullname="QWebChannelAbstractTransport::staticMetaObject" href="qwebchannelabstracttransport.html#staticMetaObject-var" status="active" access="public" location="qwebchannelabstracttransport.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannelabstracttransport.h" lineno="51" type="const QMetaObject" static="true"/>
        </class>
        <class threadsafety="unspecified" name="QWebChannelPrivate" href="qwebchannelprivate.html" status="internal" access="private" location="qwebchannel_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannel_p.h" lineno="65" bases="QObjectPrivate">
            <function threadsafety="unspecified" name="q_func" fullname="QWebChannelPrivate::q_func" href="qwebchannelprivate.html#q_func" status="active" access="private" location="qwebchannel_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannel_p.h" lineno="67" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QWebChannel *" signature="QWebChannel * q_func()"/>
            <function threadsafety="unspecified" name="_q_transportDestroyed" fullname="QWebChannelPrivate::_q_transportDestroyed" href="qwebchannelprivate.html#underscore.q_transportDestroyed" status="internal" access="private" location="qwebchannel_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannel_p.h" lineno="74" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void _q_transportDestroyed(QObject *object)">
                <parameter type="QObject *" name="object" default=""/>
            </function>
            <function threadsafety="unspecified" name="init" fullname="QWebChannelPrivate::init" href="qwebchannelprivate.html#init" status="internal" access="private" location="qwebchannel_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannel_p.h" lineno="72" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void init()"/>
            <function threadsafety="unspecified" name="q_func" fullname="QWebChannelPrivate::q_func" href="qwebchannelprivate.html#q_func-1" status="active" access="private" location="qwebchannel_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannel_p.h" lineno="67" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="const QWebChannel *" signature="const QWebChannel * q_func() const"/>
            <variable threadsafety="unspecified" name="publisher" fullname="QWebChannelPrivate::publisher" href="qwebchannelprivate.html#publisher-var" status="active" access="public" location="qwebchannel_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannel_p.h" lineno="70" type="QMetaObjectPublisher *" static="false"/>
            <variable threadsafety="unspecified" name="transports" fullname="QWebChannelPrivate::transports" href="qwebchannelprivate.html#transports-var" status="active" access="public" location="qwebchannel_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/qwebchannel_p.h" lineno="69" type="QVector&lt;QWebChannelAbstractTransport *&gt;" static="false"/>
        </class>
        <page name="qtwebchannel-index.html" href="qtwebchannel-index.html" status="active" location="index.qdoc" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/doc/src/index.qdoc" lineno="28" since="5.4" subtype="page" title="Qt WebChannel" fulltitle="Qt WebChannel" subtitle="" module="QtWebChannel" brief="Bridges the gap between Qt applications and HTML/JavaScript">
            <contents name="getting-started" title="Getting Started" level="1"/>
            <contents name="licenses" title="Licenses" level="1"/>
            <contents name="api-reference" title="API Reference" level="1"/>
            <contents name="examples" title="Examples" level="1"/>
        </page>
        <page name="qtwebchannel-javascript.html" href="qtwebchannel-javascript.html" status="active" location="javascript.qdoc" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/doc/src/javascript.qdoc" lineno="28" subtype="page" title="Qt WebChannel JavaScript API" fulltitle="Qt WebChannel JavaScript API" subtitle="" module="QtWebChannel" brief="This page explains how to use the JavaScript QWebChannel API in HTML clients">
            <contents name="setting-up-the-javascript-api" title="Setting up the JavaScript API" level="1"/>
            <contents name="interacting-with-qobjects" title="Interacting with QObjects" level="1"/>
        </page>
        <class threadsafety="unspecified" name="SignalHandler" href="signalhandler.html" status="internal" access="private" location="signalhandler_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/signalhandler_p.h" lineno="72" bases="QObject">
            <typedef threadsafety="unspecified" name="ArgumentTypeList" fullname="SignalHandler::ArgumentTypeList" href="signalhandler.html#ArgumentTypeList-typedef" status="active" access="private" location="signalhandler_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/signalhandler_p.h" lineno="124"/>
            <typedef threadsafety="unspecified" name="ConnectionHash" fullname="SignalHandler::ConnectionHash" href="signalhandler.html#ConnectionHash-typedef" status="active" access="private" location="signalhandler_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/signalhandler_p.h" lineno="140"/>
            <typedef threadsafety="unspecified" name="ConnectionPair" fullname="SignalHandler::ConnectionPair" href="signalhandler.html#ConnectionPair-typedef" status="active" access="private" location="signalhandler_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/signalhandler_p.h" lineno="138"/>
            <typedef threadsafety="unspecified" name="SignalArgumentHash" fullname="SignalHandler::SignalArgumentHash" href="signalhandler.html#SignalArgumentHash-typedef" status="active" access="private" location="signalhandler_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/signalhandler_p.h" lineno="125"/>
            <typedef threadsafety="unspecified" name="SignalConnectionHash" fullname="SignalHandler::SignalConnectionHash" href="signalhandler.html#SignalConnectionHash-typedef" status="active" access="private" location="signalhandler_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/signalhandler_p.h" lineno="139"/>
            <function threadsafety="unspecified" name="SignalHandler" fullname="SignalHandler::SignalHandler" href="signalhandler.html#SignalHandler" status="active" access="public" location="signalhandler_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/signalhandler_p.h" lineno="75" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="SignalHandler(Receiver *receiver, QObject *parent)">
                <parameter type="Receiver *" name="receiver" default=""/>
                <parameter type="QObject *" name="parent" default="0"/>
            </function>
            <function threadsafety="unspecified" name="qt_metacall" fullname="SignalHandler::qt_metacall" href="signalhandler.html#qt_metacall" status="active" access="public" location="signalhandler_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/signalhandler_p.h" lineno="97" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="true" type="int" signature="int qt_metacall(QMetaObject::Call call, int methodId, void **args) override">
                <parameter type="QMetaObject::Call" name="call" default=""/>
                <parameter type="int" name="methodId" default=""/>
                <parameter type="void **" name="args" default=""/>
            </function>
            <function threadsafety="unspecified" name="clear" fullname="SignalHandler::clear" href="signalhandler.html#clear" status="active" access="public" location="signalhandler_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/signalhandler_p.h" lineno="102" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void clear()"/>
            <function threadsafety="unspecified" name="connectTo" fullname="SignalHandler::connectTo" href="signalhandler.html#connectTo" status="active" access="public" location="signalhandler_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/signalhandler_p.h" lineno="83" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void connectTo(const QObject *object, const int signalIndex)">
                <parameter type="const QObject *" name="object" default=""/>
                <parameter type="const int" name="signalIndex" default=""/>
            </function>
            <function threadsafety="unspecified" name="disconnectFrom" fullname="SignalHandler::disconnectFrom" href="signalhandler.html#disconnectFrom" status="active" access="public" location="signalhandler_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/signalhandler_p.h" lineno="90" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void disconnectFrom(const QObject *object, const int signalIndex)">
                <parameter type="const QObject *" name="object" default=""/>
                <parameter type="const int" name="signalIndex" default=""/>
            </function>
            <function threadsafety="unspecified" name="dispatch" fullname="SignalHandler::dispatch" href="signalhandler.html#dispatch" status="active" access="private" location="signalhandler_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/signalhandler_p.h" lineno="116" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void dispatch(const QObject *object, const int signalIdx, void **argumentData)">
                <parameter type="const QObject *" name="object" default=""/>
                <parameter type="const int" name="signalIdx" default=""/>
                <parameter type="void **" name="argumentData" default=""/>
            </function>
            <function threadsafety="unspecified" name="remove" fullname="SignalHandler::remove" href="signalhandler.html#remove" status="active" access="public" location="signalhandler_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/signalhandler_p.h" lineno="107" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void remove(const QObject *object)">
                <parameter type="const QObject *" name="object" default=""/>
            </function>
            <function threadsafety="unspecified" name="setupSignalArgumentTypes" fullname="SignalHandler::setupSignalArgumentTypes" href="signalhandler.html#setupSignalArgumentTypes" status="active" access="private" location="signalhandler_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/signalhandler_p.h" lineno="118" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void setupSignalArgumentTypes(const QMetaObject *metaObject, const QMetaMethod &amp;signal)">
                <parameter type="const QMetaObject *" name="metaObject" default=""/>
                <parameter type="const QMetaMethod &amp;" name="signal" default=""/>
            </function>
            <variable threadsafety="unspecified" name="m_connectionsCounter" fullname="SignalHandler::m_connectionsCounter" href="signalhandler.html#m_connectionsCounter-var" status="active" access="private" location="signalhandler_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/signalhandler_p.h" lineno="141" type="SignalHandler::ConnectionHash" static="false"/>
            <variable threadsafety="unspecified" name="m_receiver" fullname="SignalHandler::m_receiver" href="signalhandler.html#m_receiver-var" status="active" access="private" location="signalhandler_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/signalhandler_p.h" lineno="120" type="Receiver *" static="false"/>
            <variable threadsafety="unspecified" name="m_signalArgumentTypes" fullname="SignalHandler::m_signalArgumentTypes" href="signalhandler.html#m_signalArgumentTypes-var" status="active" access="private" location="signalhandler_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/signalhandler_p.h" lineno="126" type="QHash&lt;const QMetaObject *, SignalHandler::SignalArgumentHash&gt;" static="false"/>
        </class>
        <class threadsafety="unspecified" name="VariantArgument" href="variantargument.html" status="internal" access="private" location="variantargument_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/variantargument_p.h" lineno="61">
            <function threadsafety="unspecified" name="operator QGenericArgument" fullname="VariantArgument::operator QGenericArgument" href="variantargument.html#operator-QGenericArgument" status="active" access="public" location="variantargument_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/variantargument_p.h" lineno="63" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QGenericArgument" signature="QGenericArgument operator QGenericArgument() const"/>
            <variable threadsafety="unspecified" name="value" fullname="VariantArgument::value" href="variantargument.html#value-var" status="active" access="public" location="variantargument_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/variantargument_p.h" lineno="71" type="QVariant" static="false"/>
        </class>
        <page name="nolink" href="nolink" status="internal" location="external-resources.qdoc" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/doc/src/external-resources.qdoc" lineno="35" subtype="externalpage" title="WebChannel" fulltitle="WebChannel" subtitle=""/>
        <qmlclass threadsafety="unspecified" name="WebChannel" qml-module-name="QtWebChannel" fullname="QtWebChannel.WebChannel" href="qml-qtwebchannel-webchannel.html" status="active" access="public" since="5.4" title="WebChannel" fulltitle="WebChannel" subtitle="" groups="webchannel-qml" brief="QML interface to QWebChannel">
            <qmlproperty threadsafety="unspecified" name="registeredObjects" fullname="QtWebChannel.WebChannel.registeredObjects" href="qml-qtwebchannel-webchannel.html#registeredObjects-prop" status="active" access="public" type="QQmlListProperty&lt;QObject&gt;" attached="false" writable="true" brief="A list of objects which should be accessible to remote clients"/>
            <qmlproperty threadsafety="unspecified" name="transports" fullname="QtWebChannel.WebChannel.transports" href="qml-qtwebchannel-webchannel.html#transports-prop" status="active" access="public" type="QQmlListProperty&lt;QObject&gt;" attached="false" writable="true"/>
            <qmlmethod threadsafety="unspecified" name="connectTo" fullname="QtWebChannel.WebChannel.connectTo" href="qml-qtwebchannel-webchannel.html#connectTo-method" status="active" access="public"/>
            <qmlmethod threadsafety="unspecified" name="disconnectFrom" fullname="QtWebChannel.WebChannel.disconnectFrom" href="qml-qtwebchannel-webchannel.html#disconnectFrom-method" status="active" access="public"/>
            <qmlmethod threadsafety="unspecified" name="registerObjects" fullname="QtWebChannel.WebChannel.registerObjects" href="qml-qtwebchannel-webchannel.html#registerObjects-method" status="active" access="public"/>
            <qmlproperty threadsafety="unspecified" name="id" fullname="QtWebChannel.WebChannel.id" href="qml-qtwebchannel-webchannel.html#id-attached-prop" status="active" access="public" type="QString" attached="true" writable="true" brief="Identifier under which an object, registered to a WebChannel, is known to remote clients"/>
        </qmlclass>
        <page name="nolink" href="nolink" status="internal" location="external-resources.qdoc" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/doc/src/external-resources.qdoc" lineno="41" subtype="externalpage" title="WebEngine" fulltitle="WebEngine" subtitle=""/>
        <page name="nolink" href="nolink" status="internal" location="external-resources.qdoc" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/doc/src/external-resources.qdoc" lineno="53" subtype="externalpage" title="WebSocket" fulltitle="WebSocket" subtitle=""/>
        <page name="nolink" href="nolink" status="internal" location="external-resources.qdoc" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/doc/src/external-resources.qdoc" lineno="47" subtype="externalpage" title="WebSockets" fulltitle="WebSockets" subtitle=""/>
        <function threadsafety="unspecified" name="findSignal" status="internal" access="private" location="signalhandler_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/signalhandler_p.h" lineno="159" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QMetaMethod" signature="QMetaMethod findSignal(const QMetaObject *metaObject, const int signalIndex)">
            <parameter type="const QMetaObject *" name="metaObject" default=""/>
            <parameter type="const int" name="signalIndex" default=""/>
        </function>
        <variable threadsafety="unspecified" name="s_destroyedSignalIndex" status="internal" access="private" location="signalhandler_p.h" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/signalhandler_p.h" lineno="62" type="const int" static="false"/>
        <group name="modules" href="modules.html" status="internal" seen="false" title="" members="QtWebChannel"/>
        <group name="qtwebchannel-examples" href="qtwebchannel-examples.html" status="active" location="examples.qdoc" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/doc/src/examples.qdoc" lineno="28" seen="true" title="Qt WebChannel Examples" module="QtWebChannel" members="chatclient-html,chatclient-qml,chatserver-cpp,standalone" brief="List of Qt WebChannel examples"/>
        <group name="webchannel-qml" href="webchannel-qml.html" status="internal" seen="false" title="" members="WebChannel"/>
        <module name="QtWebChannel" href="qtwebchannel-module.html" status="active" location="module.qdoc" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/doc/src/module.qdoc" lineno="28" since="5.4" seen="true" title="Qt WebChannel C++ Classes" module="QtWebChannel" groups="modules" members="QWebChannel,QWebChannelAbstractTransport" brief="List of C++ classes that provide the Qt WebChannel functionality"/>
        <qmlmodule name="QtWebChannel" qml-module-name="QtWebChannel" qml-module-version="1.0" href="qtwebchannel-qmlmodule.html" status="active" location="module.qdoc" filepath="/home/iurt/rpmbuild/BUILD/qtwebchannel-everywhere-src-5.12.2/src/webchannel/doc/src/module.qdoc" lineno="50" since="5.4" seen="true" title="Qt WebChannel QML Types" module="QtWebChannel" members="WebChannel" brief="List of QML types that provide WebChannel functionality"/>
    </namespace>
</INDEX>