OpenCoverage

qquickellipseextruder_p.h

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/particles/qquickellipseextruder_p.h
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3-
4class QQuickEllipseExtruder : public QQuickParticleExtruder-
5{-
6 public:-
7#pragma GCC diagnostic push-
8 -
9#pragma GCC diagnostic ignored "-Wsuggest-override"-
10 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); } __attribute__ ((__deprecated__)) static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) { return staticMetaObject.tr(s, c, n); } private:-
11#pragma GCC diagnostic ignored "-Wattributes"-
12 __attribute__((visibility("hidden"))) static void qt_static_metacall(QObject *, QMetaObject::Call, int, void **);-
13#pragma GCC diagnostic pop-
14 struct QPrivateSignal {};-
15 -
16public:-
17 explicit QQuickEllipseExtruder(QObject *parent = 0);-
18 QPointF extrude(const QRectF &) override;-
19 bool contains(const QRectF &bounds, const QPointF &point) override;-
20-
21 bool fill() const-
22 {-
23 return
never executed: return m_fill;
m_fill;
never executed: return m_fill;
0
24 }-
25-
26public :-
27-
28 void fillChanged(bool arg);-
29-
30public :-
31-
32 void setFill(bool arg)-
33 {-
34 if (m_fill != arg
m_fill != argDescription
TRUEevaluated 6 times by 2 tests
Evaluated by:
  • tst_examples
  • tst_qquickellipseextruder
FALSEevaluated 4 times by 1 test
Evaluated by:
  • tst_examples
) {
4-6
35 m_fill = arg;-
36 fillChanged(arg);-
37 }
executed 6 times by 2 tests: end of block
Executed by:
  • tst_examples
  • tst_qquickellipseextruder
6
38 }
executed 10 times by 2 tests: end of block
Executed by:
  • tst_examples
  • tst_qquickellipseextruder
10
39private:-
40 bool m_fill;-
41};-
42-
43-
Switch to Source codePreprocessed file

Generated by Squish Coco 4.2.0