7#include <QtCore/qglobal.h>
11#include <QtCore/qeasingcurve.h>
12#include <QtCore/qobject.h>
22 Q_PROPERTY(
int updateInterval READ updateInterval WRITE setUpdateInterval
23 BINDABLE bindableUpdateInterval)
26 Q_PROPERTY(
int loopCount READ loopCount WRITE setLoopCount BINDABLE bindableLoopCount)
28 BINDABLE bindableEasingCurve)
45 int loopCount()
const;
46 void setLoopCount(
int count);
57 int startFrame()
const;
58 void setStartFrame(
int frame);
60 void setEndFrame(
int frame);
63 int updateInterval()
const;
64 void setUpdateInterval(
int interval);
73 int currentFrame()
const;
76 int frameForTime(
int msec)
const;
77 virtual qreal valueForTime(
int msec)
const;
83 void setPaused(
bool paused);
84 void setCurrentTime(
int msec);
85 void toggleDirection();
virtual void timerEvent(QTimerEvent *event)
This event handler can be reimplemented in a subclass to receive timer events for the object.
void frameChanged(int, QPrivateSignal)
QTimeLine emits this signal at regular intervals when in \l Running state, but only if the current fr...
void valueChanged(qreal x, QPrivateSignal)
QTimeLine emits this signal at regular intervals when in \l Running state, but only if the current va...
void finished(QPrivateSignal)
This signal is emitted when QTimeLine finishes (i.e., reaches the end of its time line),...
void stateChanged(QTimeLine::State newState, QPrivateSignal)
This signal is emitted whenever QTimeLine's state changes.
State
This enum describes the state of the timeline.
Direction
This enum describes the direction of the timeline when in \l Running state.
void newState(QList< State > &states, const char *token, const char *lexem, bool pre)
Combined button and popup list for selecting options.
GLint GLint GLint GLint GLint x
[0]
GLenum GLenum GLsizei count
#define QT_REQUIRE_CONFIG(feature)
static double currentTime()
IUIAutomationTreeWalker __RPC__deref_out_opt IUIAutomationElement ** parent