| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/handlers/qquickpointerhandler_p_p.h |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | - | |
| 4 | - | |
| 5 | class __attribute__((visibility("default"))) QQuickPointerHandlerPrivate : public QObjectPrivate | - |
| 6 | { | - |
| 7 | inline QQuickPointerHandler* q_func() { return static_cast<QQuickPointerHandler *>(q_ptr); } inline const QQuickPointerHandler* q_func() const { return static_cast<const QQuickPointerHandler *>(q_ptr); } friend class QQuickPointerHandler; | - |
| 8 | - | |
| 9 | public: | - |
| 10 | static QQuickPointerHandlerPrivate* get(QQuickPointerHandler *q) { return never executed: q->d_func();return q->d_func();never executed: }return q->d_func(); | 0 |
| 11 | static const QQuickPointerHandlerPrivate* get(const QQuickPointerHandler *q) { return never executed: q->d_func();return q->d_func();never executed: }return q->d_func(); | 0 |
| 12 | - | |
| 13 | QQuickPointerHandlerPrivate(); | - |
| 14 | virtual ~QQuickPointerHandlerPrivate() override; | - |
| 15 | - | |
| 16 | QQuickPointerEvent *currentEvent = nullptr; | - |
| 17 | QQuickItem *target = nullptr; | - |
| 18 | qreal m_margin = 0; | - |
| 19 | uint8_t grabPermissions : 8; | - |
| 20 | bool enabled : 1; | - |
| 21 | bool active : 1; | - |
| 22 | bool targetExplicitlySet : 1; | - |
| 23 | bool hadKeepMouseGrab : 1; | - |
| 24 | bool hadKeepTouchGrab : 1; | - |
| 25 | }; | - |
| 26 | - | |
| 27 | - | |
| Switch to Source code | Preprocessed file |