6#ifndef QQMLPREVIEWCLIENT_P_H
7#define QQMLPREVIEWCLIENT_P_H
20#include <private/qqmldebugclient_p.h>
21#include <private/qqmldebugconnection_p.h>
23#include <private/qqmlprofilerqtdwriter_p.h>
24#include <private/qqmlprofilerclient_p.h>
25#include <private/qquickeventreplayclient_p.h>
27#include <QtCore/QTimer>
31class QQmlPreviewClientPrivate;
72 void sendDirectory(
const QString &path,
const QStringList &entries);
73 void sendFile(
const QString &path,
const QByteArray &contents);
83 void replayEvent(
const QQmlProfilerEventType &type, QQmlProfilerEvent &&event);
92 void error(
const QString &message);
98 void configureEventReplay();
qsizetype m_numExpectedEvents
QQuickEventReplayClient replayClient
QQmlProfilerClient recordClient
void messageReceived(const QByteArray &message) override
void triggerZoom(float factor)
void confirmation(const QQmlPreviewClient::Settings &settings)
void replayEvent(const QQmlProfilerEventType &type, QQmlProfilerEvent &&event)
bool replayEventsFromFile(const QString &fileName)
QQmlPreviewClient(QQmlDebugConnection *parent)
bool hasRecordedEvents() const
void triggerAnimationSpeed(float factor)
bool saveEvents(const QString &fileName)
void fps(const QQmlPreviewClient::FpsInfo &info)
void sendFile(const QString &path, const QByteArray &contents)
void sendError(const QString &path)
void clearRecordedEvents()
void error(const QString &message)
void sendDirectory(const QString &path, const QStringList &entries)
void sendConfiguration(const Settings &settings)
void triggerLoad(const QUrl &url)
void hotReloadFailure(const QString &reason)
Combined button and popup list for selecting options.
bool enableInPlaceUpdates