| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/handlers/qquickdragaxis_p.h |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | class __attribute__((visibility("default"))) QQuickDragAxis : public QObject | - |
| 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 | - | |
| 17 | public: | - |
| 18 | QQuickDragAxis(); | - |
| 19 | - | |
| 20 | qreal minimum() const { return executed 1516 times by 3 tests: m_minimum;return m_minimum;Executed by:
executed 1516 times by 3 tests: }return m_minimum;Executed by:
| 1516 |
| 21 | void setMinimum(qreal minimum); | - |
| 22 | - | |
| 23 | qreal maximum() const { return executed 1486 times by 3 tests: m_maximum;return m_maximum;Executed by:
executed 1486 times by 3 tests: }return m_maximum;Executed by:
| 1486 |
| 24 | void setMaximum(qreal maximum); | - |
| 25 | - | |
| 26 | bool enabled() const { return executed 2630 times by 3 tests: m_enabled;return m_enabled;Executed by:
executed 2630 times by 3 tests: }return m_enabled;Executed by:
| 2630 |
| 27 | void setEnabled(bool enabled); | - |
| 28 | - | |
| 29 | public : | - |
| 30 | void minimumChanged(); | - |
| 31 | void maximumChanged(); | - |
| 32 | void enabledChanged(); | - |
| 33 | - | |
| 34 | private: | - |
| 35 | qreal m_minimum; | - |
| 36 | qreal m_maximum; | - |
| 37 | bool m_enabled; | - |
| 38 | }; | - |
| Switch to Source code | Preprocessed file |