OpenCoverage

qsgnode_p.h

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/coreapi/qsgnode_p.h
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3-
4-
5-
6class QSGNodePrivate-
7{-
8public:-
9 QSGNodePrivate() {}-
10 virtual ~QSGNodePrivate() {}-
11-
12-
13 static void setDescription(QSGNode *node, const QString &description) {-
14 node->d_ptr->descr= description;-
15 }
executed 826548 times by 77 tests: end of block
Executed by:
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_nodestest
  • tst_qqmlcomponent
  • tst_qqmltypeloader
  • tst_qquickage
  • tst_qquickangleddirection
  • tst_qquickanimatedimage
  • tst_qquickanimatedsprite
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickborderimage
  • tst_qquickcumulativedirection
  • tst_qquickcustomaffector
  • tst_qquickcustomparticle
  • tst_qquickdraghandler
  • tst_qquickellipseextruder
  • tst_qquickflickable
  • tst_qquickfocusscope
  • tst_qquickfontloader
  • tst_qquickfontloader_static
  • tst_qquickframebufferobject
  • tst_qquickfriction
  • ...
826548
16 static QString description(const QSGNode *node) {-
17 return
never executed: return node->d_ptr->descr;
node->d_ptr->descr;
never executed: return node->d_ptr->descr;
0
18 }-
19 QString descr;-
20-
21};-
22-
23-
24class QSGBasicGeometryNodePrivate : public QSGNodePrivate-
25{-
26public:-
27 QSGBasicGeometryNodePrivate() {}-
28};-
29-
30-
31class QSGGeometryNodePrivate: public QSGBasicGeometryNodePrivate-
32{-
33public:-
34 QSGGeometryNodePrivate() {}-
35};-
36-
37-
Switch to Source codePreprocessed file

Generated by Squish Coco 4.2.0