4#ifndef QQMLINSPECTORCLIENT_P_P_H
5#define QQMLINSPECTORCLIENT_P_P_H
25 Q_DECLARE_PUBLIC(QQmlInspectorClient)
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)