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
QQmlNativeDebugConnector Class Reference

#include <qqmlnativedebugconnector.h>

Inheritance diagram for QQmlNativeDebugConnector:
Collaboration diagram for QQmlNativeDebugConnector:

Public Member Functions

 QQmlNativeDebugConnector ()
 ~QQmlNativeDebugConnector () override
bool blockingMode () const override
QQmlDebugServiceservice (const QString &name) const override
void addEngine (QJSEngine *engine) override
void removeEngine (QJSEngine *engine) override
bool hasEngine (QJSEngine *engine) const override
bool addService (const QString &name, QQmlDebugService *service) override
bool removeService (const QString &name) override
bool open (const QVariantHash &configuration) override
Public Member Functions inherited from QQmlDebugConnector
bool hasEngine (QJSEngine *) const
void addEngine (QJSEngine *)
void removeEngine (QJSEngine *)
bool open (const QVariantHash &configuration=QVariantHash())

Static Public Member Functions

static void setDataStreamVersion (int version)
Static Public Member Functions inherited from QQmlDebugConnector
static QQmlDebugConnectorinstance ()
template<class Service>
static Service * service ()

Detailed Description

Definition at line 12 of file qqmlnativedebugconnector.h.

Constructor & Destructor Documentation

◆ QQmlNativeDebugConnector()

QT_BEGIN_NAMESPACE QQmlNativeDebugConnector::QQmlNativeDebugConnector ( )

Definition at line 155 of file qqmlnativedebugconnector.cpp.

◆ ~QQmlNativeDebugConnector()

QQmlNativeDebugConnector::~QQmlNativeDebugConnector ( )
override

Definition at line 179 of file qqmlnativedebugconnector.cpp.

Member Function Documentation

◆ addEngine()

void QQmlNativeDebugConnector::addEngine ( QJSEngine * engine)
override

Definition at line 203 of file qqmlnativedebugconnector.cpp.

◆ addService()

bool QQmlNativeDebugConnector::addService ( const QString & name,
QQmlDebugService * service )
override

Definition at line 259 of file qqmlnativedebugconnector.cpp.

◆ blockingMode()

bool QQmlNativeDebugConnector::blockingMode ( ) const
override

Definition at line 188 of file qqmlnativedebugconnector.cpp.

◆ hasEngine()

bool QQmlNativeDebugConnector::hasEngine ( QJSEngine * engine) const
override

Definition at line 235 of file qqmlnativedebugconnector.cpp.

◆ open()

bool QQmlNativeDebugConnector::open ( const QVariantHash & configuration)
override

Definition at line 297 of file qqmlnativedebugconnector.cpp.

References qt_qmlDebugConnectionBlocker, and qt_qmlDebugConnectorOpen().

Here is the call graph for this function:

◆ removeEngine()

void QQmlNativeDebugConnector::removeEngine ( QJSEngine * engine)
override

Definition at line 219 of file qqmlnativedebugconnector.cpp.

◆ removeService()

bool QQmlNativeDebugConnector::removeService ( const QString & name)
override

Definition at line 278 of file qqmlnativedebugconnector.cpp.

◆ service()

QQmlDebugService * QQmlNativeDebugConnector::service ( const QString & name) const
override

Definition at line 193 of file qqmlnativedebugconnector.cpp.

◆ setDataStreamVersion()

void QQmlNativeDebugConnector::setDataStreamVersion ( int version)
static

Definition at line 305 of file qqmlnativedebugconnector.cpp.


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