QtCore/qtimer.h Source File
Go to the documentation of this file.
59 Q_PROPERTY(
bool singleShot READ isSingleShot WRITE setSingleShot)
63 explicit
QTimer(QObject *parent = 0);
65 QT3_SUPPORT_CONSTRUCTOR
QTimer(QObject *parent,
const char *
name);
69 inline bool isActive()
const {
return id >= 0; }
72 void setInterval(
int msec);
75 inline void setSingleShot(
bool singleShot);
78 static void singleShot(
int msec, QObject *receiver,
const char *
member);
87 inline QT_MOC_COMPAT
void changeInterval(
int msec) {
start(msec); }
88 QT_MOC_COMPAT
int start(
int msec,
bool sshot);
100 inline int startTimer(
int){
return -1;}
101 inline void killTimer(
int){}
114 #endif // QT_NO_QOBJECT
GLXDrawable GLXDrawable member
#define QT_BEGIN_NAMESPACE
bool isSingleShot() const
GLuint const GLchar * name
void setSingleShot(bool singleShot)