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
qquickeventreplayclient_p.h
Go to the documentation of this file.
1
// Copyright (C) 2025 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
QQUICKEVENTREPLAYCLIENT_P_H
6
#
define
QQUICKEVENTREPLAYCLIENT_P_H
7
8
#
include
"qqmldebugclient_p.h"
9
10
#
include
<
private
/
qqmlprofilerevent_p
.
h
>
11
#
include
<
private
/
qqmlprofilereventtype_p
.
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
QQuickEventReplayClientPrivate;
27
class
QQuickEventReplayClient
:
public
QQmlDebugClient
28
{
29
Q_OBJECT
30
public
:
31
QQuickEventReplayClient
(
QQmlDebugConnection
*
connection
);
32
bool
sendEvents
(
const
QString &fileName);
33
34
void
sendEvent
(
const
QQmlProfilerEventType &type,
const
QQmlProfilerEvent &event);
35
};
36
37
QT_END_NAMESPACE
38
39
#
endif
// QQUICKEVENTREPLAYCLIENT_P_H
QQmlDebugClient
Definition
qqmldebugclient_p.h:27
QQmlDebugClient::connection
QQmlDebugConnection * connection() const
Definition
qqmldebugclient.cpp:79
QQmlDebugConnection
Definition
qqmldebugconnection_p.h:28
QQuickEventReplayClient
Definition
qquickeventreplayclient_p.h:28
QQuickEventReplayClient::sendEvent
void sendEvent(const QQmlProfilerEventType &type, const QQmlProfilerEvent &event)
Definition
qquickeventreplayclient.cpp:78
QQuickEventReplayClient::sendEvents
bool sendEvents(const QString &fileName)
Definition
qquickeventreplayclient.cpp:27
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qrandomaccessasyncfile_darwin.mm:17
SendEventType
Definition
qquickeventreplayclient.cpp:22
SendEventType::eventType
int eventType
Definition
qquickeventreplayclient.cpp:23
SendEventType::detailType
int detailType
Definition
qquickeventreplayclient.cpp:24
qtdeclarative
src
qmldebug
qquickeventreplayclient_p.h
Generated on
for Qt by
1.16.1