5#ifndef QQUICKEVENTREPLAYCLIENT_P_H
6#define QQUICKEVENTREPLAYCLIENT_P_H
10#include <private/qqmlprofilerevent_p.h>
11#include <private/qqmlprofilereventtype_p.h>
13#include <QtCore/qxpfunctional.h>
28class QQuickEventReplayClientPrivate;
35 qxp::function_ref<
void(
const QQmlProfilerEventType &,
36 QQmlProfilerEvent &&)> &&handler);
38 void sendEvent(
const QQmlProfilerEventType &type, QQmlProfilerEvent &&event);
QQmlDebugConnection * connection() const
bool loadEvents(const QString &fileName, qxp::function_ref< void(const QQmlProfilerEventType &, QQmlProfilerEvent &&)> &&handler)
void sendEvent(const QQmlProfilerEventType &type, QQmlProfilerEvent &&event)
Combined button and popup list for selecting options.