| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/items/qquickrendercontrol_p.h |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | - | |
| 4 | class QQuickRenderControlPrivate : public QObjectPrivate | - |
| 5 | { | - |
| 6 | public: | - |
| 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: renderControl->d_func();return renderControl->d_func();Executed by:
executed 1526 times by 2 tests: return renderControl->d_func();Executed by:
| 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 code | Preprocessed file |