Referencia de la Clase toBackground

#include <tobackground.h>

Diagrama de herencias de toBackground

[leyenda]
Diagrama de colaboración para toBackground:
[leyenda]
Lista de todos los miembros.

Métodos públicos

 toBackground (QObject *parent=0, const char *name=0)
 ~toBackground ()
void start (int msec)
void stop (void)
int start (int msec, bool sshot=false)
int lastTimer (void)

Métodos públicos estáticos

static void init (void)

Atributos privados estáticos

static int Running
static QLabel * Label
static QMovie * Animation

Descripción detallada

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.


Documentación del constructor y destructor

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

Create a background timer widget.

Parámetros:
parent Parent widget.
name Name of widget.

toBackground::~toBackground  ) 
 


Documentación de las funciones miembro

static void toBackground::init void   )  [static]
 

int toTimer::lastTimer void   )  [inline, inherited]
 

Get last timer start timeout.

Devuelve:
Last timeout in millisecond.

int toTimer::start int  msec,
bool  sshot = false
[inline, inherited]
 

Start timer.

Parámetros:
msec Milliseconds to timeout.
sshot Set to true if only timeout once.

void toBackground::start int  msec  ) 
 

Start repeating timer with msec interval.

Parámetros:
msec Millsecond repeat interval.

void toBackground::stop void   ) 
 

Stop timer


Documentación de los datos miembro

QMovie* toBackground::Animation [static, private]
 

QLabel* toBackground::Label [static, private]
 

int toBackground::Running [static, private]
 


La documentación para esta clase fué generada a partir del siguiente archivo:
Generado el Sat May 21 00:05:08 2005 para BulmaGes por  doxygen 1.4.2