![]() |
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 13 of file qqmlnativedebugconnector.h.
| QT_BEGIN_NAMESPACE QQmlNativeDebugConnector::QQmlNativeDebugConnector | ( | ) |
Definition at line 156 of file qqmlnativedebugconnector.cpp.
|
override |
Definition at line 180 of file qqmlnativedebugconnector.cpp.
Definition at line 204 of file qqmlnativedebugconnector.cpp.
|
override |
Definition at line 260 of file qqmlnativedebugconnector.cpp.
|
override |
Definition at line 189 of file qqmlnativedebugconnector.cpp.
|
override |
Definition at line 236 of file qqmlnativedebugconnector.cpp.
|
override |
Definition at line 298 of file qqmlnativedebugconnector.cpp.
References qt_qmlDebugConnectionBlocker, and qt_qmlDebugConnectorOpen().
Definition at line 220 of file qqmlnativedebugconnector.cpp.
|
override |
Definition at line 279 of file qqmlnativedebugconnector.cpp.
|
override |
Definition at line 194 of file qqmlnativedebugconnector.cpp.
|
static |
Definition at line 306 of file qqmlnativedebugconnector.cpp.