22 #ifndef QCA_SAFETIMER_H
23 #define QCA_SAFETIMER_H
41 bool isActive()
const;
42 bool isSingleShot()
const;
43 void setInterval(
int msec);
44 void setSingleShot(
bool singleShot);
56 bool event(QEvent *event);
57 void timerEvent(QTimerEvent *event);
62 void killTimer(
int) {}
70 #endif // QCA_SAFETIMER_H
Preprocessor magic to allow export of library symbols.
Definition: qca_safetimer.h:33
QCA - the Qt Cryptographic Architecture.
Definition: qca_basic.h:47