| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpath_p_p.h |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | static_assert(bool(1 == 1), "Required feature " "quick_path" " for file " __FILE__ " not available."); | - |
| 3 | - | |
| 4 | - | |
| 5 | - | |
| 6 | - | |
| 7 | - | |
| 8 | - | |
| 9 | - | |
| 10 | class __attribute__((visibility("default"))) QQuickPathPrivate : public QObjectPrivate | - |
| 11 | { | - |
| 12 | inline QQuickPath* q_func() { return static_cast<QQuickPath *>(q_ptr); } inline const QQuickPath* q_func() const { return static_cast<const QQuickPath *>(q_ptr); } friend class QQuickPath; | - |
| 13 | - | |
| 14 | public: | - |
| 15 | static QQuickPathPrivate* get(QQuickPath *path) { return executed 10752 times by 6 tests: path->d_func();return path->d_func();Executed by:
executed 10752 times by 6 tests: }return path->d_func();Executed by:
| 10752 |
| 16 | static const QQuickPathPrivate* get(const QQuickPath *path) { return never executed: path->d_func();return path->d_func();never executed: }return path->d_func(); | 0 |
| 17 | - | |
| 18 | QQuickPathPrivate() {} | - |
| 19 | - | |
| 20 | QPainterPath _path; | - |
| 21 | QList<QQuickPathElement*> _pathElements; | - |
| 22 | mutable QVector<QPointF> _pointCache; | - |
| 23 | QList<QQuickPath::AttributePoint> _attributePoints; | - |
| 24 | QStringList _attributes; | - |
| 25 | QList<QQuickCurve*> _pathCurves; | - |
| 26 | mutable QQuickCachedBezier prevBez; | - |
| 27 | QQmlNullableValue<qreal> startX; | - |
| 28 | QQmlNullableValue<qreal> startY; | - |
| 29 | qreal pathLength = 0; | - |
| 30 | bool closed = false; | - |
| 31 | bool componentComplete = true; | - |
| 32 | bool isShapePath = false; | - |
| 33 | }; | - |
| 34 | - | |
| 35 | - | |
| Switch to Source code | Preprocessed file |