Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qqmldebugclient_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
// Qt-Security score:significant
4
5
#
ifndef
QQMLDEBUGCLIENT_P_P_H
6
#
define
QQMLDEBUGCLIENT_P_P_H
7
8
#
include
"qqmldebugclient_p.h"
9
10
#
include
<
private
/
qobject_p
.
h
>
11
#
include
<
QtCore
/
qpointer
.
h
>
12
13
//
14
// W A R N I N G
15
// -------------
16
//
17
// This file is not part of the Qt API. It exists purely as an
18
// implementation detail. This header file may change from version to
19
// version without notice, or even be removed.
20
//
21
// We mean it.
22
//
23
24
QT_BEGIN_NAMESPACE
25
26
class
QQmlDebugClientPrivate
:
public
QObjectPrivate
27
{
28
Q_DECLARE_PUBLIC(QQmlDebugClient)
29
public
:
30
QQmlDebugClientPrivate
(
const
QString
&
name
,
QQmlDebugConnection
*
connection
);
31
void
addToConnection
();
32
33
QString
name
;
34
QPointer
<
QQmlDebugConnection
>
connection
;
35
};
36
37
QT_END_NAMESPACE
38
39
#
endif
// QQMLDEBUGCLIENT_P_P_H
QQmlDebugClientPrivate
Definition
qqmldebugclient_p_p.h:27
QQmlDebugClientPrivate::connection
QPointer< QQmlDebugConnection > connection
Definition
qqmldebugclient_p_p.h:34
QQmlDebugClientPrivate::addToConnection
void addToConnection()
Definition
qqmldebugclient.cpp:40
QQmlDebugClientPrivate::name
QString name
Definition
qqmldebugclient_p_p.h:33
QQmlDebugClient
Definition
qqmldebugclient_p.h:27
QQmlDebugClient::name
QString name() const
Definition
qqmldebugclient.cpp:49
QQmlDebugClient::messageReceived
virtual void messageReceived(const QByteArray &message)
Definition
qqmldebugclient.cpp:85
QQmlDebugClient::serviceVersion
float serviceVersion() const
Definition
qqmldebugclient.cpp:55
QQmlDebugClient::QQmlDebugClient
QQmlDebugClient(QQmlDebugClientPrivate &dd)
Definition
qqmldebugclient.cpp:20
QQmlDebugClient::sendMessage
void sendMessage(const QByteArray &message)
Definition
qqmldebugclient.cpp:73
QQmlDebugClient::state
State state() const
Definition
qqmldebugclient.cpp:61
QQmlDebugClient::connection
QQmlDebugConnection * connection() const
Definition
qqmldebugclient.cpp:79
QQmlDebugClient::~QQmlDebugClient
~QQmlDebugClient()
Definition
qqmldebugclient.cpp:27
QQmlDebugConnection
Definition
qqmldebugconnection_p.h:28
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qrandomaccessasyncfile_darwin.mm:17
qtdeclarative
src
qmldebug
qqmldebugclient_p_p.h
Generated on
for Qt by
1.14.0