aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickevents_p_p.h
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2016-07-15 13:19:22 +0200
committerFrederik Gladhorn <frederik.gladhorn@qt.io>2016-07-15 18:34:23 +0000
commit1b0a6a073e5b79121606312ac3fcfd267ba462ae (patch)
treebc7621602605e021214969a99a58a34bf432d79c /src/quick/items/qquickevents_p_p.h
parent288c1425d6e3ac200dd8e687f13de6ce4a41260b (diff)
Add QQuickPointerEvent::allPointsAccepted
Convenience method to decide if the event is completely accepted or further delivery makes sense. Change-Id: I389a975cca2966962848203f69ec7f2e307a210a Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
Diffstat (limited to 'src/quick/items/qquickevents_p_p.h')
-rw-r--r--src/quick/items/qquickevents_p_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/quick/items/qquickevents_p_p.h b/src/quick/items/qquickevents_p_p.h
index 624c131683..5dea26a2a5 100644
--- a/src/quick/items/qquickevents_p_p.h
+++ b/src/quick/items/qquickevents_p_p.h
@@ -338,6 +338,7 @@ public: // helpers for C++ only (during event delivery)
bool isTouchEvent() const;
bool isTabletEvent() const;
bool isValid() const { return m_event != nullptr; }
+ bool allPointsAccepted() const;
int pointCount() const { return m_pointCount; }
const QQuickEventPoint *point(int i) const;