Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QQmlNativeDebugServiceImpl Class Reference

#include <qqmlnativedebugservice.h>

Inheritance diagram for QQmlNativeDebugServiceImpl:
Collaboration diagram for QQmlNativeDebugServiceImpl:

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

Detailed Description

Definition at line 33 of file qqmlnativedebugservice.h.

Constructor & Destructor Documentation

◆ QQmlNativeDebugServiceImpl()

QQmlNativeDebugServiceImpl::QQmlNativeDebugServiceImpl ( QObject * parent)

Definition at line 672 of file qqmlnativedebugservice.cpp.

References QQmlNativeDebugServiceImpl().

Referenced by QQmlNativeDebugServiceImpl().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ~QQmlNativeDebugServiceImpl()

QQmlNativeDebugServiceImpl::~QQmlNativeDebugServiceImpl ( )
override

Definition at line 678 of file qqmlnativedebugservice.cpp.

Member Function Documentation

◆ emitAsynchronousMessageToClient()

void QQmlNativeDebugServiceImpl::emitAsynchronousMessageToClient ( const QJsonObject & message)

Definition at line 751 of file qqmlnativedebugservice.cpp.

◆ engineAboutToBeAdded()

void QQmlNativeDebugServiceImpl::engineAboutToBeAdded ( QJSEngine * engine)
override

Definition at line 683 of file qqmlnativedebugservice.cpp.

◆ engineAboutToBeRemoved()

void QQmlNativeDebugServiceImpl::engineAboutToBeRemoved ( QJSEngine * engine)
override

Definition at line 699 of file qqmlnativedebugservice.cpp.

◆ messageReceived()

void QQmlNativeDebugServiceImpl::messageReceived ( const QByteArray & message)
override

Definition at line 725 of file qqmlnativedebugservice.cpp.

◆ stateAboutToBeChanged()

void QQmlNativeDebugServiceImpl::stateAboutToBeChanged ( State state)
override

Definition at line 713 of file qqmlnativedebugservice.cpp.

◆ NativeDebugger

friend class NativeDebugger
friend

Definition at line 50 of file qqmlnativedebugservice.h.


The documentation for this class was generated from the following files: