Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qquickflickable.cpp File Reference

(d5574545eabc9d32e610dcb0fc8dae3a172700e3)

#include "qquickflickable_p.h"
#include "qquickflickable_p_p.h"
#include "qquickflickablebehavior_p.h"
#include "qquickwindow.h"
#include "qquickwindow_p.h"
#include "qquickmousearea_p.h"
#include <QtQuick/private/qquickpointerhandler_p.h>
#include <QtQuick/private/qquicktransition_p.h>
#include <private/qqmlglobal_p.h>
#include <QtQml/qqmlinfo.h>
#include <QtGui/qevent.h>
#include <QtGui/qguiapplication.h>
#include <QtGui/private/qguiapplication_p.h>
#include <QtGui/private/qeventpoint_p.h>
#include <QtGui/qstylehints.h>
#include <QtCore/qmath.h>
#include <qpa/qplatformtheme.h>
#include <math.h>
#include <cmath>
#include "moc_qquickflickable_p_p.cpp"
#include "moc_qquickflickable_p.cpp"
+ Include dependency graph for qquickflickable.cpp:

Go to the source code of this file.

Classes

class  QQuickFlickableReboundTransition
 
class  QQuickFlickableContentItem
 

Functions

static qreal EaseOvershoot (qreal t)
 
static bool fuzzyLessThanOrEqualTo (qreal a, qreal b)
 

Variables

static QT_BEGIN_NAMESPACE const int RetainGrabVelocity = 100
 

Function Documentation

◆ EaseOvershoot()

static qreal EaseOvershoot ( qreal t)
static

Definition at line 43 of file qquickflickable.cpp.

References qAtan().

Referenced by QQuickFlickablePrivate::drag().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ fuzzyLessThanOrEqualTo()

static bool fuzzyLessThanOrEqualTo ( qreal a,
qreal b )
static

Definition at line 516 of file qquickflickable.cpp.

References qFuzzyCompare().

Referenced by QQuickFlickablePrivate::drag(), and QQuickFlickablePrivate::updateBeginningEnd().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ RetainGrabVelocity

QT_BEGIN_NAMESPACE const int RetainGrabVelocity = 100
static

Definition at line 41 of file qquickflickable.cpp.

Referenced by QQuickFlickablePrivate::handlePressEvent().