4#ifndef QQMLINSPECTORCLIENT_P_H
5#define QQMLINSPECTORCLIENT_P_H
7#include <private/qqmldebugclient_p.h>
22class QQmlInspectorClientPrivate;
34 int select(
const QList<
int> &objectIds);
35 int createObject(
const QString &qml,
int parentId,
const QStringList &imports,
36 const QString &filename);
int select(const QList< int > &objectIds)
void messageReceived(const QByteArray &message) override
int setAnimationSpeed(qreal speed)
int createObject(const QString &qml, int parentId, const QStringList &imports, const QString &filename)
int destroyObject(int objectId)
int moveObject(int childId, int newParentId)
int setShowAppOnTop(bool showOnTop)
int setInspectToolEnabled(bool enabled)