| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/particles/qquickrectangleextruder_p.h |
| Switch to Source code | Preprocessed file |
| Line | Source | Count | ||||||
|---|---|---|---|---|---|---|---|---|
| 1 | - | |||||||
| 2 | - | |||||||
| 3 | class QQuickRectangleExtruder : public QQuickParticleExtruder | - | ||||||
| 4 | { | - | ||||||
| 5 | public: | - | ||||||
| 6 | #pragma GCC diagnostic push | - | ||||||
| 7 | - | |||||||
| 8 | #pragma GCC diagnostic ignored "-Wsuggest-override" | - | ||||||
| 9 | 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: | - | ||||||
| 10 | #pragma GCC diagnostic ignored "-Wattributes" | - | ||||||
| 11 | __attribute__((visibility("hidden"))) static void qt_static_metacall(QObject *, QMetaObject::Call, int, void **); | - | ||||||
| 12 | #pragma GCC diagnostic pop | - | ||||||
| 13 | struct QPrivateSignal {}; | - | ||||||
| 14 | - | |||||||
| 15 | - | |||||||
| 16 | public: | - | ||||||
| 17 | explicit QQuickRectangleExtruder(QObject *parent = 0); | - | ||||||
| 18 | QPointF extrude(const QRectF &) override; | - | ||||||
| 19 | bool contains(const QRectF &bounds, const QPointF &point) override; | - | ||||||
| 20 | bool fill() const | - | ||||||
| 21 | { | - | ||||||
| 22 | return never executed: m_fill;return m_fill;never executed: return m_fill; | 0 | ||||||
| 23 | } | - | ||||||
| 24 | - | |||||||
| 25 | public : | - | ||||||
| 26 | - | |||||||
| 27 | void fillChanged(bool arg); | - | ||||||
| 28 | - | |||||||
| 29 | public : | - | ||||||
| 30 | - | |||||||
| 31 | void setFill(bool arg) | - | ||||||
| 32 | { | - | ||||||
| 33 | if (m_fill != arg
| 0-2 | ||||||
| 34 | m_fill = arg; | - | ||||||
| 35 | fillChanged(arg); | - | ||||||
| 36 | } executed 2 times by 1 test: end of blockExecuted by:
| 2 | ||||||
| 37 | } executed 2 times by 1 test: end of blockExecuted by:
| 2 | ||||||
| 38 | protected: | - | ||||||
| 39 | bool m_fill; | - | ||||||
| 40 | }; | - | ||||||
| 41 | - | |||||||
| 42 | - | |||||||
| Switch to Source code | Preprocessed file |