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