Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qquickswipedelegate_p_p.h
Go to the documentation of this file.
1// Copyright (C) 2017 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3// Qt-Security score:significant reason:default
4
5#ifndef QQUICKSWIPEDELEGATE_P_P_H
6#define QQUICKSWIPEDELEGATE_P_P_H
7
8//
9// W A R N I N G
10// -------------
11//
12// This file is not part of the Qt API. It exists purely as an
13// implementation detail. This header file may change from version to
14// version without notice, or even be removed.
15//
16// We mean it.
17//
18
19#include <QtQuickTemplates2/private/qquickitemdelegate_p_p.h>
20#include <QtQuickTemplates2/private/qquickswipe_p.h>
21
22QT_BEGIN_NAMESPACE
23
24class QQuickSwipeDelegate;
25
27{
28 Q_DECLARE_PUBLIC(QQuickSwipeDelegate)
29
30public:
32
33 bool handleMousePressEvent(QQuickItem *item, QMouseEvent *event);
34 bool handleMouseMoveEvent(QQuickItem *item, QMouseEvent *event);
35 bool handleMouseReleaseEvent(QQuickItem *item, QMouseEvent *event);
36 void forwardMouseEvent(QMouseEvent *event, QQuickItem *destination, QPointF localPos);
37 bool attachedObjectsSetPressed(QQuickItem *item, QPointF scenePos, bool pressed, bool cancel = false);
38 QQuickItem *getPressedItem(QQuickItem *childItem, QMouseEvent *event) const;
39
42
43 QPalette defaultPalette() const override;
44
45 QQuickSwipe swipe;
47};
48
49QT_END_NAMESPACE
50
51#endif // QQUICKSWIPEDELEGATE_P_P_H
bool handleMouseMoveEvent(QQuickItem *item, QMouseEvent *event)
void forwardMouseEvent(QMouseEvent *event, QQuickItem *destination, QPointF localPos)
QPalette defaultPalette() const override
bool attachedObjectsSetPressed(QQuickItem *item, QPointF scenePos, bool pressed, bool cancel=false)
QQuickItem * getPressedItem(QQuickItem *childItem, QMouseEvent *event) const
bool handleMouseReleaseEvent(QQuickItem *item, QMouseEvent *event)
bool handleMousePressEvent(QQuickItem *item, QMouseEvent *event)
QQuickVelocityCalculator velocityCalculator
QQuickItem * showRelevantItemForPosition(qreal position)
QScopedPointer< QQuickSwipeTransitionManager > transitionManager
void reposition(PositionAnimation animationPolicy)
QQuickTransition * transition
QQuickItem * createDelegateItem(QQmlComponent *component)
QQuickItem * createRelevantItemForDistance(qreal distance)
void beginTransition(qreal position)
QQuickSwipeDelegate * control
QQuickSwipeTransitionManager(QQuickSwipe *swipe)
void transition(QQuickTransition *transition, qreal position)
QQuickSwipeDelegateAttached Attached
Attached * attachedObject(QQuickItem *item)
static bool isChildOrGrandchildOf(QQuickItem *child, QQuickItem *item)
static const qreal exposeVelocityThreshold
static void warnIfHorizontallyAnchored(QQuickItem *item, const QString &itemName)