42 #ifndef QDECLARATIVETIMER_H 43 #define QDECLARATIVETIMER_H 47 #include <QtCore/qobject.h> 48 #include <QtCore/qabstractanimation.h> 50 #include <private/qdeclarativeglobal_p.h> 67 bool triggeredOnStart;
73 void setInterval(
int interval);
76 bool isRunning() const;
77 void setRunning(
bool running);
79 bool isRepeating() const;
80 void setRepeating(
bool repeating);
82 bool triggeredOnStart() const;
83 void setTriggeredOnStart(
bool triggeredOnStart);
87 void componentComplete();
96 void runningChanged();
97 void intervalChanged();
99 void triggeredOnStartChanged();
#define QT_END_NAMESPACE
This macro expands to.
#define QML_DECLARE_TYPE(TYPE)
The QObject class is the base class of all Qt objects.
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QDeclarativeParserStatus class provides updates on the QML parser state.
#define Q_DECLARATIVE_PRIVATE_EXPORT
#define Q_INTERFACES(x)
This macro tells Qt which interfaces the class implements.
#define Q_DECLARE_PRIVATE(Class)