#include <qtimerproto.h>
Properties | |
| bool | active |
| int | interval |
| bool | singleShot |
Public Member Functions | |
| QTimerProto (QObject *parent) | |
| int | interval () const |
| Q_INVOKABLE bool | isActive () const |
| Q_INVOKABLE bool | isSingleShot () const |
| Q_INVOKABLE void | setInterval (int) |
| Q_INVOKABLE void | setSingleShot (bool) |
| Q_INVOKABLE int | timerId () const |
Public Slots | |
| void | start (int) |
| void | start () |
| void | stop () |
| QTimerProto::QTimerProto | ( | QObject * | parent | ) |
| int QTimerProto::interval | ( | ) | const |
| bool QTimerProto::isActive | ( | ) | const |
| bool QTimerProto::isSingleShot | ( | ) | const |
| void QTimerProto::setInterval | ( | int | msec | ) |
| void QTimerProto::setSingleShot | ( | bool | single | ) |
| void QTimerProto::start | ( | int | msec | ) | [slot] |
| void QTimerProto::start | ( | ) | [slot] |
| void QTimerProto::stop | ( | ) | [slot] |
| int QTimerProto::timerId | ( | ) | const |
bool QTimerProto::active [read] |
int QTimerProto::interval [read, write] |
bool QTimerProto::singleShot [read, write] |
| Generated on Mon Jan 23 2012 12:22:36 | xTuple ERP Programmer Reference, Version 3.8.0 |
1.7.6.1
|