![]() |
Qt 6.x
The Qt SDK
|
#include <qqmlnativedebugconnector.h>
Inheritance diagram for QQmlNativeDebugConnector:
Collaboration diagram for QQmlNativeDebugConnector: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 149 of file qqmlnativedebugconnector.cpp.
References args, qWarning, services, and Qt::SkipEmptyParts.
|
override |
Definition at line 173 of file qqmlnativedebugconnector.cpp.
References QQmlDebugService::NotConnected, and QQmlDebugConnector::service().
Here is the call graph for this function:Definition at line 197 of file qqmlnativedebugconnector.cpp.
References engine, Q_ASSERT, QQmlDebugConnector::service(), and TRACE_PROTOCOL.
Here is the call graph for this function:
|
override |
Definition at line 253 of file qqmlnativedebugconnector.cpp.
References connect(), it, QQmlDebugService::messagesToClient(), QQmlDebugService::messageToClient(), qPrintable, QQmlDebugConnector::service(), TRACE_PROTOCOL, and QQmlDebugService::Unavailable.
Here is the call graph for this function:
|
override |
Definition at line 182 of file qqmlnativedebugconnector.cpp.
|
override |
Definition at line 229 of file qqmlnativedebugconnector.cpp.
References engine.
|
override |
Definition at line 291 of file qqmlnativedebugconnector.cpp.
References QStringLiteral, qt_qmlDebugConnectionBlocker, qt_qmlDebugConnectorOpen(), QVariant::toBool(), and QHash< Key, T >::value().
Here is the call graph for this function:Definition at line 213 of file qqmlnativedebugconnector.cpp.
References engine, Q_ASSERT, QQmlDebugConnector::service(), and TRACE_PROTOCOL.
Here is the call graph for this function:
|
override |
Definition at line 272 of file qqmlnativedebugconnector.cpp.
References disconnect(), i, QQmlDebugService::messagesToClient(), QQmlDebugService::messageToClient(), QQmlDebugService::NotConnected, and QQmlDebugConnector::service().
Here is the call graph for this function:
|
override |
Definition at line 187 of file qqmlnativedebugconnector.cpp.
References i.
|
static |
Definition at line 299 of file qqmlnativedebugconnector.cpp.
References Q_ASSERT, and QDataStream::Qt_DefaultCompiledVersion.
Referenced by qt_qmlDebugSetStreamVersion().
Here is the caller graph for this function: