![]() |
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 33 of file qqmlnativedebugservice.h.
QQmlNativeDebugServiceImpl::QQmlNativeDebugServiceImpl | ( | QObject * | parent | ) |
Definition at line 672 of file qqmlnativedebugservice.cpp.
References QQmlNativeDebugServiceImpl().
Referenced by QQmlNativeDebugServiceImpl().
|
override |
Definition at line 678 of file qqmlnativedebugservice.cpp.
void QQmlNativeDebugServiceImpl::emitAsynchronousMessageToClient | ( | const QJsonObject & | message | ) |
Definition at line 751 of file qqmlnativedebugservice.cpp.
Definition at line 683 of file qqmlnativedebugservice.cpp.
Definition at line 699 of file qqmlnativedebugservice.cpp.
|
override |
Definition at line 725 of file qqmlnativedebugservice.cpp.
Definition at line 713 of file qqmlnativedebugservice.cpp.
|
friend |
Definition at line 50 of file qqmlnativedebugservice.h.