![]() |
Qt 6.x
The Qt SDK
|
#include <qquickflickable_p_p.h>
Public Member Functions | |
Velocity (QQuickFlickablePrivate *p) | |
void | setValue (qreal v) override |
Set the current value. | |
![]() | |
QQuickTimeLineValue (qreal v=0.) | |
Construct a new QQuickTimeLineValue with an initial value. | |
virtual qreal | value () const |
Return the current value. | |
virtual void | setValue (qreal v) |
Set the current value. | |
QQuickTimeLine * | timeLine () const |
If a QQuickTimeLine is operating on this value, return a pointer to it, otherwise return null. | |
operator qreal () const | |
QQuickTimeLineValue & | operator= (qreal v) |
![]() | |
QQuickTimeLineObject () | |
virtual | ~QQuickTimeLineObject () |
Public Attributes | |
QQuickFlickablePrivate * | parent |
Additional Inherited Members | |
![]() | |
QQuickTimeLine * | _t |
Definition at line 47 of file qquickflickable_p_p.h.
|
inline |
Definition at line 49 of file qquickflickable_p_p.h.
Set the current value.
Reimplemented from QQuickTimeLineValue.
Definition at line 51 of file qquickflickable_p_p.h.
References parent, and QQuickTimeLineValue::setValue().
Referenced by QQuickFlickablePrivate::handleReleaseEvent(), and QQuickFlickablePrivate::updateBeginningEnd().
QQuickFlickablePrivate* QQuickFlickablePrivate::Velocity::parent |
Definition at line 57 of file qquickflickable_p_p.h.