![]() |
Qt 6.x
The Qt SDK
|
The QQuickTimeLineValue class provides a value that can be modified by QQuickTimeLine. More...
#include <qquicktimeline_p_p.h>
Inheritance diagram for QQuickTimeLineValue:
Collaboration diagram for QQuickTimeLineValue:Public Member Functions | |
| 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) |
Public Member Functions inherited from QQuickTimeLineObject | |
| QQuickTimeLineObject () | |
| virtual | ~QQuickTimeLineObject () |
Friends | |
| class | QQuickTimeLine |
| struct | QQuickTimeLinePrivate |
Additional Inherited Members | |
Protected Attributes inherited from QQuickTimeLineObject | |
| QQuickTimeLine * | _t |
The QQuickTimeLineValue class provides a value that can be modified by QQuickTimeLine.
Definition at line 96 of file qquicktimeline_p_p.h.
|
inline |
Construct a new QQuickTimeLineValue with an initial value.
Definition at line 99 of file qquicktimeline_p_p.h.
|
inline |
Definition at line 106 of file qquicktimeline_p_p.h.
|
inline |
Definition at line 107 of file qquicktimeline_p_p.h.
References setValue().
Here is the call graph for this function:Set the current value.
Reimplemented in QQuickFlickablePrivate::Velocity, QQuickTimeLineValueProxy< T >, QQuickTimeLineValueProxy< QQuickFlickablePrivate >, and QQuickTimeLineValueProxy< QQuickPathViewPrivate >.
Definition at line 102 of file qquicktimeline_p_p.h.
Referenced by QQuickFlickablePrivate::Velocity::setValue(), and QQuickTimeLineValueProxy< T >::setValue().
Here is the caller graph for this function:
|
inline |
If a QQuickTimeLine is operating on this value, return a pointer to it, otherwise return null.
Definition at line 104 of file qquicktimeline_p_p.h.
|
inlinevirtual |
Return the current value.
Definition at line 101 of file qquicktimeline_p_p.h.
Referenced by QQuickFlickablePrivate::drag(), QQuickFlickablePrivate::handlePressEvent(), QQuickFlickablePrivate::maybeBeginDrag(), QQuickTimeLine::reset(), and QQuickFlickablePrivate::updateBeginningEnd().
Here is the caller graph for this function:
|
friend |
Definition at line 109 of file qquicktimeline_p_p.h.
|
friend |
Definition at line 110 of file qquicktimeline_p_p.h.