OpenCoverage

qqmldebugclient_p.h

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qmldebug/qqmldebugclient_p.h
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3class QQmlDebugConnection;-
4class QQmlDebugClientPrivate;-
5class QQmlDebugClient : public QObject-
6{-
7 public:-
8#pragma GCC diagnostic push-
9 -
10#pragma GCC diagnostic ignored "-Wsuggest-override"-
11 static const QMetaObject staticMetaObject; virtual const QMetaObject *metaObject() const; virtual void *qt_metacast(const char *); virtual int qt_metacall(QMetaObject::Call, int, void **); static inline QString tr(const char *s, const char *c = nullptr, int n = -1) { return staticMetaObject.tr(s, c, n); } static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) { return staticMetaObject.tr(s, c, n); } private:-
12#pragma GCC diagnostic ignored "-Wattributes"-
13 __attribute__((visibility("hidden"))) static void qt_static_metacall(QObject *, QMetaObject::Call, int, void **);-
14#pragma GCC diagnostic pop-
15 struct QPrivateSignal {};-
16 QQmlDebugClient(const QQmlDebugClient &) = delete; QQmlDebugClient &operator=(const QQmlDebugClient &) = delete;-
17 inline QQmlDebugClientPrivate* d_func() { return
executed 8302 times by 11 tests: return reinterpret_cast<QQmlDebugClientPrivate *>(qGetPtrHelper(d_ptr));
Executed by:
  • tst_qdebugmessageservice
  • tst_qqmldebugclient
  • tst_qqmldebuggingenabler
  • tst_qqmldebugjs
  • tst_qqmldebuglocal
  • tst_qqmldebugservice
  • tst_qqmlenginecontrol
  • tst_qqmlenginedebuginspectorintegration
  • tst_qqmlenginedebugservice
  • tst_qqmlinspector
  • tst_qqmlprofilerservice
reinterpret_cast<QQmlDebugClientPrivate *>(qGetPtrHelper(d_ptr));
executed 8302 times by 11 tests: return reinterpret_cast<QQmlDebugClientPrivate *>(qGetPtrHelper(d_ptr));
Executed by:
  • tst_qdebugmessageservice
  • tst_qqmldebugclient
  • tst_qqmldebuggingenabler
  • tst_qqmldebugjs
  • tst_qqmldebuglocal
  • tst_qqmldebugservice
  • tst_qqmlenginecontrol
  • tst_qqmlenginedebuginspectorintegration
  • tst_qqmlenginedebugservice
  • tst_qqmlinspector
  • tst_qqmlprofilerservice
} inline const QQmlDebugClientPrivate* d_func() const { return
executed 22748 times by 11 tests: return reinterpret_cast<const QQmlDebugClientPrivate *>(qGetPtrHelper(d_ptr));
Executed by:
  • tst_qdebugmessageservice
  • tst_qqmldebugclient
  • tst_qqmldebuggingenabler
  • tst_qqmldebugjs
  • tst_qqmldebuglocal
  • tst_qqmldebugservice
  • tst_qqmlenginecontrol
  • tst_qqmlenginedebuginspectorintegration
  • tst_qqmlenginedebugservice
  • tst_qqmlinspector
  • tst_qqmlprofilerservice
reinterpret_cast<const QQmlDebugClientPrivate *>(qGetPtrHelper(d_ptr));
executed 22748 times by 11 tests: return reinterpret_cast<const QQmlDebugClientPrivate *>(qGetPtrHelper(d_ptr));
Executed by:
  • tst_qdebugmessageservice
  • tst_qqmldebugclient
  • tst_qqmldebuggingenabler
  • tst_qqmldebugjs
  • tst_qqmldebuglocal
  • tst_qqmldebugservice
  • tst_qqmlenginecontrol
  • tst_qqmlenginedebuginspectorintegration
  • tst_qqmlenginedebugservice
  • tst_qqmlinspector
  • tst_qqmlprofilerservice
} friend class QQmlDebugClientPrivate;
8302-22748
18-
19public:-
20 enum State { NotConnected, Unavailable, Enabled };-
21-
22 QQmlDebugClient(const QString &name, QQmlDebugConnection *parent);-
23 ~QQmlDebugClient();-
24-
25 QString name() const;-
26 float serviceVersion() const;-
27 State state() const;-
28 void sendMessage(const QByteArray &message);-
29-
30 QQmlDebugConnection *connection() const;-
31-
32public :-
33 void stateChanged(State state);-
34-
35protected:-
36 QQmlDebugClient(QQmlDebugClientPrivate &dd);-
37-
38private:-
39 friend class QQmlDebugConnection;-
40 virtual void messageReceived(const QByteArray &message);-
41};-
42-
43-
Switch to Source codePreprocessed file

Generated by Squish Coco 4.2.0