QmlInspectorAgent Class
(Debugger::Debugger::Internal::QmlInspectorAgent)Inherits: | QObject |
Public Functions
QmlInspectorAgent(Debugger::Debugger::Internal::QmlEngine *engine, QmlDebug::QmlDebugConnection *connection) | |
void | assignValue(const Debugger::Debugger::Internal::WatchItem *data, const Debugger::QString &expression, const Debugger::QVariant &valueV) |
void | enableTools(bool enable) |
Debugger::quint32 | queryExpressionResult(int debugId, const Debugger::QString &expression) |
void | updateWatchData(const Debugger::Debugger::Internal::WatchItem &data) |
void | watchDataSelected(Debugger::qint64 id) |
- 34 public functions inherited from QObject
Additional Inherited Members
- 1 property inherited from QObject
- 1 public slot inherited from QObject
- 2 signals inherited from QObject
- 1 public variable inherited from QObject
- 10 static public members inherited from QObject
- 9 protected functions inherited from QObject
- 2 protected variables inherited from QObject
Member Function Documentation
QmlInspectorAgent::QmlInspectorAgent(Debugger::Debugger::Internal::QmlEngine *engine, QmlDebug::QmlDebugConnection *connection)
Default constructs an instance of QmlInspectorAgent.