![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qquicktimeline_p_p.h>
Public Member Functions | |
QQuickTimeLineValueProxy (T *object, void(T::*func)(qreal), qreal v=0.) | |
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. | |
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 () |
Additional Inherited Members | |
Protected Attributes inherited from QQuickTimeLineObject | |
QQuickTimeLine * | _t |
Definition at line 135 of file qquicktimeline_p_p.h.
|
inline |
Definition at line 138 of file qquicktimeline_p_p.h.
|
inlineoverridevirtual |
Set the current value.
Reimplemented from QQuickTimeLineValue.
Definition at line 144 of file qquicktimeline_p_p.h.