5#ifndef QQMLINSPECTORCLIENT_P_H
6#define QQMLINSPECTORCLIENT_P_H
8#include <private/qqmldebugclient_p.h>
23class QQmlInspectorClientPrivate;
35 int select(
const QList<
int> &objectIds);
36 int createObject(
const QString &qml,
int parentId,
const QStringList &imports,
37 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)
Combined button and popup list for selecting options.