![]() |
Qt 6.x
The Qt SDK
|
#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 669 of file qqmlnativedebugservice.cpp.
|
override |
Definition at line 675 of file qqmlnativedebugservice.cpp.
void QQmlNativeDebugServiceImpl::emitAsynchronousMessageToClient | ( | const QJsonObject & | message | ) |
Definition at line 748 of file qqmlnativedebugservice.cpp.
References ba, QJsonDocument::Compact, QByteArray::constData(), emit, QJsonDocument::setObject(), QJsonDocument::toJson(), and TRACE_PROTOCOL.
Referenced by NativeDebugger::aboutToThrow().
Definition at line 680 of file qqmlnativedebugservice.cpp.
References QList< T >::append(), debugger, engine, QQmlDebugService::engineAboutToBeAdded(), QJSEngine::handle(), NativeDebugger, QV4::ExecutionEngine::setDebugger(), state, and TRACE_PROTOCOL.
Definition at line 696 of file qqmlnativedebugservice.cpp.
References debugger, engine, QQmlDebugService::engineAboutToBeRemoved(), QJSEngine::handle(), QList< T >::removeAll(), and TRACE_PROTOCOL.
|
override |
Definition at line 722 of file qqmlnativedebugservice.cpp.
References arguments, ba, QJsonDocument::Compact, QByteArray::constData(), debugger, emit, QJsonDocument::fromJson(), BreakPointHandler::handleRemoveBreakpoint(), BreakPointHandler::handleSetBreakpoint(), QJsonObject::insert(), QJsonDocument::object(), QStringLiteral, request, QJsonDocument::setObject(), QJsonDocument::toJson(), and TRACE_PROTOCOL.
Definition at line 710 of file qqmlnativedebugservice.cpp.
References debugger, engine, state, and QQmlDebugService::stateAboutToBeChanged().
|
friend |
Definition at line 50 of file qqmlnativedebugservice.h.
Referenced by engineAboutToBeAdded().