toBackground Class Reference

#include <tobackground.h>

Inheritance diagram for toBackground:

toTimer QTimer

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 QLabelLabel
static QMovie * Animation

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.

Definition at line 73 of file tobackground.h.


Constructor & Destructor Documentation

toBackground::toBackground ( QObject parent = 0,
const char *  name = 0 
) [inline]

Create a background timer widget.

Parameters:
parent Parent widget.
name Name of widget.

Definition at line 83 of file tobackground.h.

00084     : toTimer(parent,name)
00085   { }

toBackground::~toBackground (  ) 


Member Function Documentation

void toBackground::start ( int  msec  ) 

Start repeating timer with msec interval.

Parameters:
msec Millsecond repeat interval.

Referenced by toMain::checkCaching().

void toBackground::stop ( void   ) 

Stop timer

Referenced by toMain::checkCaching().

static void toBackground::init ( void   )  [static]


Field Documentation

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.


The documentation for this class was generated from the following file:
Generated on Sat Dec 15 00:02:20 2007 for BulmaGes by  doxygen 1.5.1