![]() |
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) |
| 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 97 of file qquicktimeline_p_p.h.
|
inline |
Construct a new QQuickTimeLineValue with an initial value.
Definition at line 100 of file qquicktimeline_p_p.h.
|
inline |
Definition at line 107 of file qquicktimeline_p_p.h.
|
inline |
Definition at line 108 of file qquicktimeline_p_p.h.
Set the current value.
Reimplemented in QQuickFlickablePrivate::Velocity, QQuickTimeLineValueProxy< T >, QQuickTimeLineValueProxy< QQuickFlickablePrivate >, and QQuickTimeLineValueProxy< QQuickPathViewPrivate >.
Definition at line 103 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 105 of file qquicktimeline_p_p.h.
|
inlinevirtual |
Return the current value.
Definition at line 102 of file qquicktimeline_p_p.h.
|
friend |
Definition at line 110 of file qquicktimeline_p_p.h.
|
friend |
Definition at line 111 of file qquicktimeline_p_p.h.