![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
The QQuickTimeLineValue class provides a value that can be modified by QQuickTimeLine. More...
#include <qquicktimeline_p_p.h>
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) |
![]() | |
QQuickTimeLineObject () | |
virtual | ~QQuickTimeLineObject () |
Friends | |
class | QQuickTimeLine |
struct | QQuickTimeLinePrivate |
Additional Inherited Members | |
![]() | |
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.
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.
|
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.
|
friend |
Definition at line 109 of file qquicktimeline_p_p.h.
|
friend |
Definition at line 110 of file qquicktimeline_p_p.h.