![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmlnativedebugconnector.h>
Public Member Functions | |
QQmlNativeDebugConnector () | |
~QQmlNativeDebugConnector () override | |
bool | blockingMode () const override |
QQmlDebugService * | service (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 QQmlDebugConnector * | instance () |
template<class Service> | |
static Service * | service () |
Definition at line 12 of file qqmlnativedebugconnector.h.
QT_BEGIN_NAMESPACE QQmlNativeDebugConnector::QQmlNativeDebugConnector | ( | ) |
Definition at line 155 of file qqmlnativedebugconnector.cpp.
|
override |
Definition at line 179 of file qqmlnativedebugconnector.cpp.
Definition at line 203 of file qqmlnativedebugconnector.cpp.
|
override |
Definition at line 259 of file qqmlnativedebugconnector.cpp.
|
override |
Definition at line 188 of file qqmlnativedebugconnector.cpp.
|
override |
Definition at line 235 of file qqmlnativedebugconnector.cpp.
|
override |
Definition at line 297 of file qqmlnativedebugconnector.cpp.
References qt_qmlDebugConnectionBlocker, and qt_qmlDebugConnectorOpen().
Definition at line 219 of file qqmlnativedebugconnector.cpp.
|
override |
Definition at line 278 of file qqmlnativedebugconnector.cpp.
|
override |
Definition at line 193 of file qqmlnativedebugconnector.cpp.
|
static |
Definition at line 305 of file qqmlnativedebugconnector.cpp.