#include <tobackground.h>
Inheritance diagram for toBackground:

Public Member Functions | |
| toBackground (QObject *parent=0, const char *name=0) | |
| ~toBackground () | |
| void | start (int msec) |
| void | stop (void) |
Static Public Member Functions | |
| static void | init (void) |
Static Private Attributes | |
| static int | Running |
| static QLabel * | Label |
| static QMovie * | Animation |
Definition at line 73 of file tobackground.h.
| toBackground::toBackground | ( | QObject * | parent = 0, |
|
| const char * | name = 0 | |||
| ) | [inline] |
Create a background timer widget.
| parent | Parent widget. | |
| name | Name of widget. |
Definition at line 83 of file tobackground.h.
00084 : toTimer(parent,name) 00085 { }
| toBackground::~toBackground | ( | ) |
| void toBackground::start | ( | int | msec | ) |
Start repeating timer with msec interval.
| msec | Millsecond repeat interval. |
Referenced by toMain::checkCaching().
| void toBackground::stop | ( | void | ) |
Stop timer
Referenced by toMain::checkCaching().
| static void toBackground::init | ( | void | ) | [static] |
int toBackground::Running [static, private] |
Definition at line 74 of file tobackground.h.
QLabel* toBackground::Label [static, private] |
Definition at line 75 of file tobackground.h.
QMovie* toBackground::Animation [static, private] |
Definition at line 76 of file tobackground.h.
1.5.1