Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qv4debugclient_p_p.h
Go to the documentation of this file.
1// Copyright (C) 2018 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef QV4DEBUGCLIENT_P_P_H
5#define QV4DEBUGCLIENT_P_P_H
6
7#include "qv4debugclient_p.h"
9
10#include <QtCore/qjsonobject.h>
11
12//
13// W A R N I N G
14// -------------
15//
16// This file is not part of the Qt API. It exists purely as an
17// implementation detail. This header file may change from version to
18// version without notice, or even be removed.
19//
20// We mean it.
21//
22
24
26{
27 Q_DECLARE_PUBLIC(QV4DebugClient)
28
29public:
31
32 void sendMessage(const QByteArray &command, const QJsonObject &args = QJsonObject());
33 void flushSendBuffer();
34 QByteArray packMessage(const QByteArray &type, const QJsonObject &object);
36
37 int seq = 0;
38 QList<QByteArray> sendBuffer;
40};
41
43
44#endif // QV4DEBUGCLIENT_P_P_H
\inmodule QtCore
Definition qbytearray.h:57
\inmodule QtCore\reentrant
Definition qjsonobject.h:20
QPointer< QQmlDebugConnection > connection
void sendMessage(const QByteArray &command, const QJsonObject &args=QJsonObject())
QList< QByteArray > sendBuffer
QByteArray packMessage(const QByteArray &type, const QJsonObject &object)
QV4DebugClientPrivate(QQmlDebugConnection *connection)
void onStateChanged(QQmlDebugClient::State state)
else opt state
[0]
Combined button and popup list for selecting options.
GLenum type
QJSValueList args