class toBackground
|
A descendant of timer which will indicate in the statusbar of the
main window when any timer is running. More... |
|
|
Public Methods
Public Static Methods
A descendant of timer which will indicate in the statusbar of the
main window when any timer is running. Can not do singleshots, only
periodic intervals.
toBackground (QObject* parent=0,const char* name=0)
| toBackground |
Create a background timer widget.
Parameters:
parent | Parent widget.
|
name | Name of widget.
|
~toBackground ()
| ~toBackground |
void start (int msec)
| start |
Start repeating timer with msec interval.
Parameters:
msec | Millsecond repeat interval.
|
Reimplemented from toTimer.
Stop timer
Reimplemented from QTimer.
[static]