casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Slots | Public Member Functions | Protected Slots | Protected Attributes | List of all members
casa::ProgressTimer Class Reference

#include <progresstimer.qo.h>

Inheritance diagram for casa::ProgressTimer:

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
 

Detailed Description

Definition at line 45 of file progresstimer.qo.h.

Constructor & Destructor Documentation

casa::ProgressTimer::ProgressTimer ( QWidget *  parent = 0)

Member Function Documentation

void casa::ProgressTimer::removeFinished ( const QString &  )
slot
void casa::ProgressTimer::start ( )
protectedslot
void casa::ProgressTimer::timeout ( )
protectedslot

Member Data Documentation

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.


The documentation for this class was generated from the following file: