casa
$Rev:20696$
|
#include <progresstimer.qo.h>
Public Slots | |
void | removeFinished (const QString &) |
Public Member Functions | |
ProgressTimer (QWidget *parent=0) | |
Protected Slots | |
void | timeout () |
void | start () |
Protected Attributes | |
QList< ProgressBar * > | progressList |
QTimer | timer |
QMutex | mutex |
QStringList | toBeRemoved |
Definition at line 45 of file progresstimer.qo.h.
casa::ProgressTimer::ProgressTimer | ( | QWidget * | parent = 0 | ) |
void casa::ProgressTimer::removeFinished | ( | const QString & | ) | [slot] |
void casa::ProgressTimer::start | ( | ) | [protected, slot] |
void casa::ProgressTimer::timeout | ( | ) | [protected, slot] |
QMutex casa::ProgressTimer::mutex [protected] |
Definition at line 55 of file progresstimer.qo.h.
QList<ProgressBar*> casa::ProgressTimer::progressList [protected] |
Definition at line 53 of file progresstimer.qo.h.
QTimer casa::ProgressTimer::timer [protected] |
Definition at line 54 of file progresstimer.qo.h.
QStringList casa::ProgressTimer::toBeRemoved [protected] |
Definition at line 56 of file progresstimer.qo.h.