Qt 4.8
|
#include <qdeclarativetimeline_p_p.h>
Public Functions | |
QDeclarativeTimeLineValueProxy (T *cls, void(T::*func)(qreal), qreal v=0.) | |
QDeclarativeTimeLineValueProxy (T *cls, void(T::*func)(int), qreal v=0.) | |
virtual void | setValue (qreal v) |
Set the current value. More... | |
Public Functions inherited from QDeclarativeTimeLineValue | |
operator qreal () const | |
QDeclarativeTimeLineValue & | operator= (qreal v) |
QDeclarativeTimeLineValue (qreal v=0.) | |
Construct a new QDeclarativeTimeLineValue with an initial value. More... | |
QDeclarativeTimeLine * | timeLine () const |
If a QDeclarativeTimeLine is operating on this value, return a pointer to it, otherwise return null. More... | |
virtual qreal | value () const |
Return the current value. More... | |
Public Functions inherited from QDeclarativeTimeLineObject | |
QDeclarativeTimeLineObject () | |
virtual | ~QDeclarativeTimeLineObject () |
Properties | |
T * | _class |
void(T::* | _setFunctionInt )(int) |
void(T::* | _setFunctionReal )(qreal) |
Additional Inherited Members | |
Protected Variables inherited from QDeclarativeTimeLineObject | |
QDeclarativeTimeLine * | _t |
Definition at line 170 of file qdeclarativetimeline_p_p.h.
|
inline |
Definition at line 173 of file qdeclarativetimeline_p_p.h.
|
inline |
Definition at line 179 of file qdeclarativetimeline_p_p.h.
|
inlinevirtual |
Set the current value.
Reimplemented from QDeclarativeTimeLineValue.
Definition at line 185 of file qdeclarativetimeline_p_p.h.
|
private |
Definition at line 193 of file qdeclarativetimeline_p_p.h.
|
private |
Definition at line 195 of file qdeclarativetimeline_p_p.h.
|
private |
Definition at line 194 of file qdeclarativetimeline_p_p.h.