OpenCoverage

qsgengine_p.h

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgengine_p.h
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3-
4class QSGContext;-
5class QSGRenderContext;-
6-
7class QSGEnginePrivate : public QObjectPrivate-
8{-
9 inline QSGEngine* q_func() { return static_cast<QSGEngine *>(q_ptr); } inline const QSGEngine* q_func() const { return static_cast<const QSGEngine *>(q_ptr); } friend class QSGEngine;-
10public:-
11 static QSGEnginePrivate *get(QSGEngine *engine) { return
never executed: return engine->d_func();
engine->d_func();
never executed: return engine->d_func();
}
0
12 QSGEnginePrivate();-
13-
14 QScopedPointer<QSGContext> sgContext;-
15 QScopedPointer<QSGRenderContext> sgRenderContext;-
16};-
17-
18-
Switch to Source codePreprocessed file

Generated by Squish Coco 4.2.0