class toBackground

A descendant of timer which will indicate in the statusbar of the main window when any timer is running. More...

Definition#include <tobackground.h>
InheritstoTimer [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Static Methods


Detailed Description

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:
parentParent widget.
nameName of widget.

 ~toBackground ()

~toBackground

void  start (int msec)

start

Start repeating timer with msec interval.

Parameters:
msecMillsecond repeat interval.

Reimplemented from toTimer.

void  stop (void)

stop

Stop timer

Reimplemented from QTimer.

void  init (void)

init

[static]