This file is indexed.

/usr/share/qt5/doc/qtwebchannel/qtwebchannel.index is in qtwebchannel5-doc-html 5.9.5-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QDOCINDEX>
<INDEX url="http://doc.qt.io/qt-5" title="Qt WebChannel Reference Documentation" version="5.9.5" project="QtWebChannel" indexTitle="Qt WebChannel">
    <namespace threadsafety="unspecified" name="" status="active" access="public" module="qtwebchannel">
        <page name="qtwebchannel-index.html" href="qtwebchannel-index.html" status="active" location="index.qdoc" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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="api-reference" title="API Reference" level="1"/>
            <contents name="examples" title="Examples" level="1"/>
        </page>
        <page name="chatclient-html" href="qtwebchannel-chatclient-html-example.html" status="active" location="chatclient-html.qdoc" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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>
        <page name="chatclient-qml" href="qtwebchannel-chatclient-qml-example.html" status="active" location="chatclient-qml.qdoc" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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="qtwebchannel-javascript.html" href="qtwebchannel-javascript.html" status="active" location="javascript.qdoc" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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>
        <page name="standalone" href="qtwebchannel-standalone-example.html" status="active" location="standalone.qdoc" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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>
        <page name="nolink" href="nolink" status="internal" location="external-resources.qdoc" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/src/webchannel/doc/src/external-resources.qdoc" lineno="35" subtype="externalpage" title="WebChannel" fulltitle="WebChannel" subtitle=""/>
        <page name="nolink" href="nolink" status="internal" location="external-resources.qdoc" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/src/webchannel/doc/src/external-resources.qdoc" lineno="47" subtype="externalpage" title="WebSockets" fulltitle="WebSockets" subtitle=""/>
        <class threadsafety="unspecified" name="QMetaObjectPublisher" href="qmetaobjectpublisher.html" status="internal" access="private" location="qmetaobjectpublisher_p.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/src/webchannel/qmetaobjectpublisher_p.h" lineno="89">
            <function threadsafety="unspecified" name="wrapList" fullname="QMetaObjectPublisher::wrapList" href="qmetaobjectpublisher.html#wrapList" status="active" access="public" location="qmetaobjectpublisher_p.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="const QVariantList &amp;" right="" name="list" default=""/>
                <parameter left="QWebChannelAbstractTransport *" right="" name="transport" default=""/>
                <parameter left="const QString &amp;" right="" 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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="const QObject *" right="" name="object" default=""/>
                <parameter left="QWebChannelAbstractTransport *" right="" 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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="QWebChannelAbstractTransport *" right="" 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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="const QVariant &amp;" right="" name="result" default=""/>
                <parameter left="QWebChannelAbstractTransport *" right="" name="transport" default=""/>
                <parameter left="const QString &amp;" right="" 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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="QWebChannel *" right="" name="webChannel" default=""/>
            </function>
            <function threadsafety="unspecified" name="invokeMethod" fullname="QMetaObjectPublisher::invokeMethod" href="qmetaobjectpublisher.html#invokeMethod" status="active" access="public" location="qmetaobjectpublisher_p.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="QObject * const" right="" name="object" default=""/>
                <parameter left="const int" right="" name="methodIndex" default=""/>
                <parameter left="const QJsonArray &amp;" right="" name="args" default=""/>
            </function>
            <function threadsafety="unspecified" name="blockUpdatesChanged" fullname="QMetaObjectPublisher::blockUpdatesChanged" href="qmetaobjectpublisher.html#blockUpdatesChanged" status="active" access="public" location="qmetaobjectpublisher_p.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="bool" right="" 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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="const QJsonObject &amp;" right="" name="message" default=""/>
                <parameter left="QWebChannelAbstractTransport *" right="" 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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="const QObject * const" right="" name="object" default=""/>
                <parameter left="const QJsonObject &amp;" right="" 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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="const QObject *" right="" name="object" default=""/>
            </function>
            <function threadsafety="unspecified" name="registerObject" fullname="QMetaObjectPublisher::registerObject" href="qmetaobjectpublisher.html#registerObject" status="active" access="public" location="qmetaobjectpublisher_p.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="const QString &amp;" right="" name="id" default=""/>
                <parameter left="QObject *" right="" 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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="bool" right="" 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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="bool" right="" 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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="QObject *" right="" name="object" default=""/>
                <parameter left="const int" right="" name="propertyIndex" default=""/>
                <parameter left="const QJsonValue &amp;" right="" 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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="const QObject *" right="" name="object" default=""/>
                <parameter left="const int" right="" name="signalIndex" default=""/>
                <parameter left="const QVariantList &amp;" right="" 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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/src/webchannel/qmetaobjectpublisher_p.h" lineno="221" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void timerEvent(QTimerEvent *)">
                <parameter left="QTimerEvent *" right="" name="" default=""/>
            </function>
            <function threadsafety="unspecified" name="transportRemoved" fullname="QMetaObjectPublisher::transportRemoved" href="qmetaobjectpublisher.html#transportRemoved" status="active" access="public" location="qmetaobjectpublisher_p.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="QWebChannelAbstractTransport *" right="" 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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="const QString &amp;" right="" 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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="const QJsonValue &amp;" right="" name="value" default=""/>
                <parameter left="int" right="" name="targetType" default=""/>
            </function>
            <function threadsafety="unspecified" name="broadcastMessage" fullname="QMetaObjectPublisher::broadcastMessage" href="qmetaobjectpublisher.html#broadcastMessage" status="active" access="public" location="qmetaobjectpublisher_p.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="const QJsonObject &amp;" right="" 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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="QObject *" right="" name="object" default=""/>
            </function>
            <class threadsafety="unspecified" name="ObjectInfo" fullname="QMetaObjectPublisher::ObjectInfo" href="qmetaobjectpublisher-objectinfo.html" status="active" access="private" location="qmetaobjectpublisher_p.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="QObject *" right="" name="o" default=""/>
                    <parameter left="const QJsonObject &amp;" right="" 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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/src/webchannel/qmetaobjectpublisher_p.h" lineno="260" type="QVector&lt;QWebChannelAbstractTransport *&gt;" static="false"/>
            </class>
            <typedef threadsafety="unspecified" name="PendingPropertyUpdates" fullname="QMetaObjectPublisher::PendingPropertyUpdates" href="qmetaobjectpublisher.html#PendingPropertyUpdates-typedef" status="active" access="private" location="qmetaobjectpublisher_p.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/src/webchannel/qmetaobjectpublisher_p.h" lineno="270"/>
        </class>
        <enum threadsafety="unspecified" name="MessageType" status="internal" access="private" location="qmetaobjectpublisher_p.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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>
        <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>
        <class threadsafety="unspecified" name="QQmlWebChannel" href="qqmlwebchannel.html" status="internal" access="private" location="qqmlwebchannel.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/src/webchannel/qqmlwebchannel.h" lineno="53" bases="QWebChannel">
            <function threadsafety="unspecified" name="registeredObjects_at" fullname="QQmlWebChannel::registeredObjects_at" href="qqmlwebchannel.html#registeredObjects_at" status="active" access="private" location="qqmlwebchannel.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="QQmlListProperty&lt;QObject&gt; *" right="" name="prop" default=""/>
                <parameter left="int" right="" 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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="QQmlListProperty&lt;QObject&gt; *" right="" name="prop" default=""/>
                <parameter left="int" right="" 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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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="QQmlWebChannel" fullname="QQmlWebChannel::QQmlWebChannel" href="qqmlwebchannel.html#QQmlWebChannel" status="active" access="public" location="qqmlwebchannel.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="QObject *" right="" name="parent" default="Q_NULLPTR"/>
            </function>
            <function threadsafety="unspecified" name="qmlAttachedProperties" fullname="QQmlWebChannel::qmlAttachedProperties" href="qqmlwebchannel.html#qmlAttachedProperties" status="active" access="public" location="qqmlwebchannel.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="QObject *" right="" name="obj" 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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="QQmlListProperty&lt;QObject&gt; *" right="" 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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="QQmlListProperty&lt;QObject&gt; *" right="" name="prop" default=""/>
            </function>
            <function threadsafety="unspecified" name="connectTo" fullname="QQmlWebChannel::connectTo" href="qqmlwebchannel.html#connectTo" status="active" access="public" location="qqmlwebchannel.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="QObject *" right="" name="transport" default=""/>
            </function>
            <function threadsafety="unspecified" name="disconnectFrom" fullname="QQmlWebChannel::disconnectFrom" href="qqmlwebchannel.html#disconnectFrom" status="active" access="public" location="qqmlwebchannel.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="QObject *" right="" name="transport" default=""/>
            </function>
            <function threadsafety="unspecified" name="registerObjects" fullname="QQmlWebChannel::registerObjects" href="qqmlwebchannel.html#registerObjects" status="active" access="public" location="qqmlwebchannel.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="const QVariantMap &amp;" right="" name="objects" 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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="QQmlListProperty&lt;QObject&gt; *" right="" 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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="QQmlListProperty&lt;QObject&gt; *" right="" name="prop" default=""/>
                <parameter left="QObject *" right="" 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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="QQmlListProperty&lt;QObject&gt; *" right="" 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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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()"/>
            <property threadsafety="unspecified" name="registeredObjects" fullname="QQmlWebChannel::registeredObjects" href="qqmlwebchannel.html#registeredObjects-prop" status="active" access="public" location="qqmlwebchannel.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/src/webchannel/qqmlwebchannel.h" lineno="58" type="QQmlListProperty&lt;QObject&gt;">
                <getter name="transports"/>
            </property>
        </class>
        <class threadsafety="unspecified" name="QQmlWebChannelAttached" href="qqmlwebchannelattached.html" status="internal" access="private" location="qqmlwebchannelattached_p.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/src/webchannel/qqmlwebchannelattached_p.h" lineno="60">
            <function threadsafety="unspecified" name="QQmlWebChannelAttached" fullname="QQmlWebChannelAttached::QQmlWebChannelAttached" href="qqmlwebchannelattached.html#QQmlWebChannelAttached" status="active" access="public" location="qqmlwebchannelattached_p.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="QObject *" right="" name="parent" default="0"/>
            </function>
            <function threadsafety="unspecified" name="idChanged" fullname="QQmlWebChannelAttached::idChanged" href="qqmlwebchannelattached.html#id-prop" status="active" access="public" location="qqmlwebchannelattached_p.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="const QString &amp;" right="" name="id" default=""/>
            </function>
            <function threadsafety="unspecified" name="setId" fullname="QQmlWebChannelAttached::setId" href="qqmlwebchannelattached.html#id-prop" status="active" access="public" location="qqmlwebchannelattached_p.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="const QString &amp;" right="" 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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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"/>
            <property threadsafety="unspecified" name="id" fullname="QQmlWebChannelAttached::id" href="qqmlwebchannelattached.html#id-prop" status="active" access="public" location="qqmlwebchannelattached_p.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/src/webchannel/qqmlwebchannelattached_p.h" lineno="64" type="QString">
                <getter name="id"/>
                <setter name="setId"/>
                <notifier name="idChanged"/>
            </property>
        </class>
        <class threadsafety="unspecified" name="QWebChannel" href="qwebchannel.html" status="active" access="public" location="qwebchannel.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/src/webchannel/qwebchannel.h" lineno="54" since="5.4" module="QtWebChannel" brief="Exposes QObjects to remote HTML clients">
            <function threadsafety="unspecified" name="QWebChannel" fullname="QWebChannel::QWebChannel" href="qwebchannel.html#QWebChannel" status="active" access="public" location="qwebchannel.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="QObject *" right="" name="parent" default="Q_NULLPTR"/>
            </function>
            <function threadsafety="unspecified" name="QWebChannel" fullname="QWebChannel::QWebChannel" href="qwebchannel.html#QWebChannel-1" status="internal" access="private" location="qwebchannel.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/src/webchannel/qwebchannel.h" lineno="81" virtual="non" meta="copy-constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="QWebChannel(QWebChannelPrivate &amp;dd, QObject *parent)">
                <parameter left="QWebChannelPrivate &amp;" right="" name="dd" default=""/>
                <parameter left="QObject *" right="" name="parent" default="Q_NULLPTR"/>
            </function>
            <function threadsafety="unspecified" name="blockUpdatesChanged" fullname="QWebChannel::blockUpdatesChanged" href="qwebchannel.html#blockUpdates-prop" status="active" access="public" location="qwebchannel.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="bool" right="" name="block" default=""/>
            </function>
            <function threadsafety="unspecified" name="connectTo" fullname="QWebChannel::connectTo" href="qwebchannel.html#connectTo" status="active" access="public" location="qwebchannel.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="QWebChannelAbstractTransport *" right="" name="transport" default=""/>
            </function>
            <function threadsafety="unspecified" name="deregisterObject" fullname="QWebChannel::deregisterObject" href="qwebchannel.html#deregisterObject" status="active" access="public" location="qwebchannel.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="QObject *" right="" name="object" default=""/>
            </function>
            <function threadsafety="unspecified" name="disconnectFrom" fullname="QWebChannel::disconnectFrom" href="qwebchannel.html#disconnectFrom" status="active" access="public" location="qwebchannel.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="QWebChannelAbstractTransport *" right="" name="transport" default=""/>
            </function>
            <function threadsafety="unspecified" name="registerObject" fullname="QWebChannel::registerObject" href="qwebchannel.html#registerObject" status="active" access="public" location="qwebchannel.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="const QString &amp;" right="" name="id" default=""/>
                <parameter left="QObject *" right="" name="object" default=""/>
            </function>
            <function threadsafety="unspecified" name="registerObjects" fullname="QWebChannel::registerObjects" href="qwebchannel.html#registerObjects" status="active" access="public" location="qwebchannel.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="const QHash&lt;QString, QObject *&gt; &amp;" right="" 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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="bool" right="" 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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/src/webchannel/qwebchannel.h" lineno="61" virtual="non" 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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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"/>
            <property threadsafety="unspecified" name="blockUpdates" fullname="QWebChannel::blockUpdates" href="qwebchannel.html#blockUpdates-prop" status="active" access="public" location="qwebchannel.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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>
        </class>
        <class threadsafety="unspecified" name="QWebChannelPrivate" href="qwebchannelprivate.html" status="internal" access="private" location="qwebchannel_p.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/src/webchannel/qwebchannel_p.h" lineno="65">
            <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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="QObject *" right="" 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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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()"/>
            <variable threadsafety="unspecified" name="publisher" fullname="QWebChannelPrivate::publisher" href="qwebchannelprivate.html#publisher-var" status="active" access="public" location="qwebchannel_p.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/src/webchannel/qwebchannel_p.h" lineno="69" type="QVector&lt;QWebChannelAbstractTransport *&gt;" static="false"/>
        </class>
        <class threadsafety="unspecified" name="QWebChannelAbstractTransport" href="qwebchannelabstracttransport.html" status="active" access="public" location="qwebchannelabstracttransport.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/src/webchannel/qwebchannelabstracttransport.h" lineno="49" since="5.4" module="QtWebChannel" brief="Communication channel between the C++ QWebChannel server and a HTML/JS client">
            <function threadsafety="unspecified" name="QWebChannelAbstractTransport" fullname="QWebChannelAbstractTransport::QWebChannelAbstractTransport" href="qwebchannelabstracttransport.html#QWebChannelAbstractTransport" status="active" access="public" location="qwebchannelabstracttransport.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="QObject *" right="" name="parent" default="Q_NULLPTR"/>
            </function>
            <function threadsafety="unspecified" name="messageReceived" fullname="QWebChannelAbstractTransport::messageReceived" href="qwebchannelabstracttransport.html#messageReceived" status="active" access="public" location="qwebchannelabstracttransport.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="const QJsonObject &amp;" right="" name="message" default=""/>
                <parameter left="QWebChannelAbstractTransport *" right="" name="transport" default=""/>
            </function>
            <function threadsafety="unspecified" name="sendMessage" fullname="QWebChannelAbstractTransport::sendMessage" href="qwebchannelabstracttransport.html#sendMessage" status="active" access="public" location="qwebchannelabstracttransport.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="const QJsonObject &amp;" right="" 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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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()"/>
        </class>
        <class threadsafety="unspecified" name="SignalHandler" href="signalhandler.html" status="internal" access="private" location="signalhandler_p.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/src/webchannel/signalhandler_p.h" lineno="72">
            <typedef threadsafety="unspecified" name="ArgumentTypeList" fullname="SignalHandler::ArgumentTypeList" href="signalhandler.html#ArgumentTypeList-typedef" status="active" access="private" location="signalhandler_p.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="Receiver *" right="" name="receiver" default=""/>
                <parameter left="QObject *" right="" 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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/src/webchannel/signalhandler_p.h" lineno="97" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int qt_metacall(QMetaObject::Call call, int methodId, void **args)">
                <parameter left="QMetaObject::Call" right="" name="call" default=""/>
                <parameter left="int" right="" name="methodId" default=""/>
                <parameter left="void **" right="" 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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="const QObject *" right="" name="object" default=""/>
                <parameter left="const int" right="" 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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="const QObject *" right="" name="object" default=""/>
                <parameter left="const int" right="" 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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="const QObject *" right="" name="object" default=""/>
                <parameter left="const int" right="" name="signalIdx" default=""/>
                <parameter left="void **" right="" 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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="const QObject *" right="" 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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="const QMetaObject *" right="" name="metaObject" default=""/>
                <parameter left="const QMetaMethod &amp;" right="" name="signal" default=""/>
            </function>
        </class>
        <function threadsafety="unspecified" name="findSignal" status="internal" access="private" location="signalhandler_p.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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 left="const QMetaObject *" right="" name="metaObject" default=""/>
            <parameter left="const int" right="" name="signalIndex" default=""/>
        </function>
        <function threadsafety="unspecified" name="SignalHandler" status="internal" access="private" location="signalhandler_p.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/src/webchannel/signalhandler_p.h" lineno="145" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="SignalHandler(Receiver *receiver, QObject *parent)">
            <parameter left="Receiver *" right="" name="receiver" default=""/>
            <parameter left="QObject *" right="" name="parent" default=""/>
        </function>
        <function threadsafety="unspecified" name="qt_metacall" status="internal" access="private" location="signalhandler_p.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/src/webchannel/signalhandler_p.h" lineno="262" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int qt_metacall(QMetaObject::Call call, int methodId, void **args)">
            <parameter left="QMetaObject::Call" right="" name="call" default=""/>
            <parameter left="int" right="" name="methodId" default=""/>
            <parameter left="void **" right="" name="args" default=""/>
        </function>
        <function threadsafety="unspecified" name="clear" status="internal" access="private" location="signalhandler_p.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/src/webchannel/signalhandler_p.h" lineno="283" 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" status="internal" access="private" location="signalhandler_p.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/src/webchannel/signalhandler_p.h" lineno="171" 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 left="const QObject *" right="" name="object" default=""/>
            <parameter left="const int" right="" name="signalIndex" default=""/>
        </function>
        <function threadsafety="unspecified" name="disconnectFrom" status="internal" access="private" location="signalhandler_p.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/src/webchannel/signalhandler_p.h" lineno="247" 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 left="const QObject *" right="" name="object" default=""/>
            <parameter left="const int" right="" name="signalIndex" default=""/>
        </function>
        <function threadsafety="unspecified" name="dispatch" status="internal" access="private" location="signalhandler_p.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/src/webchannel/signalhandler_p.h" lineno="220" 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 left="const QObject *" right="" name="object" default=""/>
            <parameter left="const int" right="" name="signalIdx" default=""/>
            <parameter left="void **" right="" name="argumentData" default=""/>
        </function>
        <function threadsafety="unspecified" name="remove" status="internal" access="private" location="signalhandler_p.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/src/webchannel/signalhandler_p.h" lineno="297" 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 left="const QObject *" right="" name="object" default=""/>
        </function>
        <function threadsafety="unspecified" name="setupSignalArgumentTypes" status="internal" access="private" location="signalhandler_p.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/src/webchannel/signalhandler_p.h" lineno="199" 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 left="const QMetaObject *" right="" name="metaObject" default=""/>
            <parameter left="const QMetaMethod &amp;" right="" name="signal" default=""/>
        </function>
        <variable threadsafety="unspecified" name="s_destroyedSignalIndex" status="internal" access="private" location="signalhandler_p.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/src/webchannel/signalhandler_p.h" lineno="62" type="const int = QObject::staticMetaObject.indexOfMethod( &quot;destroyed(QObject*)&quot; )" static="true"/>
        <class threadsafety="unspecified" name="VariantArgument" href="variantargument.html" status="internal" access="private" location="variantargument_p.h" filepath="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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="" signature="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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/src/webchannel/variantargument_p.h" lineno="71" type="QVariant" static="false"/>
        </class>
        <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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/src/webchannel/doc/src/examples.qdoc" lineno="40" 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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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="/build/qtwebchannel-opensource-src-HgtlqY/qtwebchannel-opensource-src-5.9.5/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>