![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmlnativedebugservice.h>
Public Member Functions | |
| QQmlNativeDebugServiceImpl (QObject *parent) | |
| ~QQmlNativeDebugServiceImpl () override | |
| void | engineAboutToBeAdded (QJSEngine *engine) override |
| void | engineAboutToBeRemoved (QJSEngine *engine) override |
| void | stateAboutToBeChanged (State state) override |
| void | messageReceived (const QByteArray &message) override |
| void | emitAsynchronousMessageToClient (const QJsonObject &message) |
Friends | |
| class | NativeDebugger |
Definition at line 34 of file qqmlnativedebugservice.h.
| QQmlNativeDebugServiceImpl::QQmlNativeDebugServiceImpl | ( | QObject * | parent | ) |
Definition at line 673 of file qqmlnativedebugservice.cpp.
References QQmlNativeDebugServiceImpl().
Referenced by QQmlNativeDebugServiceImpl().
|
override |
Definition at line 679 of file qqmlnativedebugservice.cpp.
| void QQmlNativeDebugServiceImpl::emitAsynchronousMessageToClient | ( | const QJsonObject & | message | ) |
Definition at line 752 of file qqmlnativedebugservice.cpp.
Definition at line 684 of file qqmlnativedebugservice.cpp.
Definition at line 700 of file qqmlnativedebugservice.cpp.
|
override |
Definition at line 726 of file qqmlnativedebugservice.cpp.
Definition at line 714 of file qqmlnativedebugservice.cpp.
|
friend |
Definition at line 51 of file qqmlnativedebugservice.h.