Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
qqmlenginecontrolclient_p_p.h
Go to the documentation of this file.
1// Copyright (C) 2016 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 QQMLENGINECONTROLCLIENT_P_P_H
5#define QQMLENGINECONTROLCLIENT_P_P_H
6
9
10#include <QtCore/QHash>
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(QQmlEngineControlClient)
28public:
34 };
35
40 };
41
43
44 void sendCommand(CommandType command, int engineId);
45
46 struct EngineState {
50 };
51
53};
54
56
57#endif // QQMLENGINECONTROLCLIENT_P_P_H
\inmodule QtCore
Definition qhash.h:818
QPointer< QQmlDebugConnection > connection
void sendCommand(CommandType command, int engineId)
Combined button and popup list for selecting options.