OpenCoverage

qquickrendercontrol_p.h

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/items/qquickrendercontrol_p.h
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3-
4class QQuickRenderControlPrivate : public QObjectPrivate-
5{-
6public:-
7 inline QQuickRenderControl* q_func() { return static_cast<QQuickRenderControl *>(q_ptr); } inline const QQuickRenderControl* q_func() const { return static_cast<const QQuickRenderControl *>(q_ptr); } friend class QQuickRenderControl;-
8-
9 QQuickRenderControlPrivate();-
10-
11 static QQuickRenderControlPrivate *get(QQuickRenderControl *renderControl) {-
12 return
executed 1526 times by 2 tests: return renderControl->d_func();
Executed by:
  • tst_qquickshortcut
  • tst_qquickwidget
renderControl->d_func();
executed 1526 times by 2 tests: return renderControl->d_func();
Executed by:
  • tst_qquickshortcut
  • tst_qquickwidget
1526
13 }-
14-
15 static void cleanup();-
16-
17 void windowDestroyed();-
18-
19 void update();-
20 void maybeUpdate();-
21-
22 bool initialized;-
23 QQuickWindow *window;-
24 static QSGContext *sg;-
25 QSGRenderContext *rc;-
26};-
27-
28-
Switch to Source codePreprocessed file

Generated by Squish Coco 4.2.0