Qt 5.12
Qt Core
C++ Classes
QTimeLine
Qt 5.12.0 Reference Documentation
List of All Members for QTimeLine
This is the complete list of members for
QTimeLine
, including inherited members.
enum
CurveShape
enum
Direction
enum
State
QTimeLine
(int , QObject *)
~QTimeLine
()
currentFrame
() const : int
currentTime
() const : int
currentValue
() const : qreal
curveShape
() const : QTimeLine::CurveShape
direction
() const : QTimeLine::Direction
duration
() const : int
easingCurve
() const : QEasingCurve
endFrame
() const : int
finished
()
frameChanged
(int )
frameForTime
(int ) const : int
loopCount
() const : int
metaObject
() const : const QMetaObject *
qt_metacall
(
QMetaObject::Call
,
int
,
void **
) : int
qt_metacast
(
const char *
) : void *
resume
()
setCurrentTime
(int )
setCurveShape
(QTimeLine::CurveShape )
setDirection
(QTimeLine::Direction )
setDuration
(int )
setEasingCurve
(const QEasingCurve &)
setEndFrame
(int )
setFrameRange
(int , int )
setLoopCount
(int )
setPaused
(bool )
setStartFrame
(int )
setUpdateInterval
(int )
start
()
startFrame
() const : int
state
() const : QTimeLine::State
stateChanged
(QTimeLine::State )
staticMetaObject
: const QMetaObject
stop
()
timerEvent
(QTimerEvent *)
toggleDirection
()
tr
(const char *, const char *, int ) : QString
trUtf8
(const char *, const char *, int ) : QString
updateInterval
() const : int
valueChanged
(qreal )
valueForTime
(int ) const : qreal