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
QQuickFlickablePrivate::Velocity Struct Reference

#include <qquickflickable_p_p.h>

+ Inheritance diagram for QQuickFlickablePrivate::Velocity:
+ Collaboration diagram for QQuickFlickablePrivate::Velocity:

Public Member Functions

 Velocity (QQuickFlickablePrivate *p)
 
void setValue (qreal v) override
 Set the current value.
 
- Public Member Functions inherited from QQuickTimeLineValue
 QQuickTimeLineValue (qreal v=0.)
 Construct a new QQuickTimeLineValue with an initial value.
 
virtual qreal value () const
 Return the current value.
 
QQuickTimeLinetimeLine () const
 If a QQuickTimeLine is operating on this value, return a pointer to it, otherwise return null.
 
 operator qreal () const
 
QQuickTimeLineValueoperator= (qreal v)
 
- Public Member Functions inherited from QQuickTimeLineObject
 QQuickTimeLineObject ()
 
virtual ~QQuickTimeLineObject ()
 

Public Attributes

QQuickFlickablePrivateparent
 

Additional Inherited Members

- Protected Attributes inherited from QQuickTimeLineObject
QQuickTimeLine_t
 

Detailed Description

Definition at line 47 of file qquickflickable_p_p.h.

Constructor & Destructor Documentation

◆ Velocity()

QQuickFlickablePrivate::Velocity::Velocity ( QQuickFlickablePrivate * p)
inline

Definition at line 49 of file qquickflickable_p_p.h.

Member Function Documentation

◆ setValue()

void QQuickFlickablePrivate::Velocity::setValue ( qreal v)
inlineoverridevirtual

Set the current value.

Reimplemented from QQuickTimeLineValue.

Definition at line 51 of file qquickflickable_p_p.h.

References QQuickTimeLineValue::setValue().

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

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

Member Data Documentation

◆ parent

QQuickFlickablePrivate* QQuickFlickablePrivate::Velocity::parent

Definition at line 57 of file qquickflickable_p_p.h.


The documentation for this struct was generated from the following file: