certmanager/lib

Kleo::ProgressBar Class Reference

#include <progressbar.h>

Public Slots

void slotProgress (const TQString &message, int type, int current, int total)
void slotProgress (const TQString &message, int current, int total)
void setProgress (int progress)
void setTotalSteps (int total)
void reset ()
void setProgress (int cur, int tot)

Public Member Functions

 ProgressBar (TQWidget *parent=0, const char *name=0, WFlags f=0)

Detailed Description

A TQProgressBar with self-powered busy indicator.

Definition at line 45 of file progressbar.h.

Constructor & Destructor Documentation

◆ ProgressBar()

Kleo::ProgressBar::ProgressBar ( TQWidget * parent = 0,
const char * name = 0,
WFlags f = 0 )

Definition at line 42 of file progressbar.cpp.

Member Function Documentation

◆ reset

void Kleo::ProgressBar::reset ( )
slot

reimplementation to support self-powered busy indicator

Definition at line 73 of file progressbar.cpp.

◆ setProgress [1/2]

void Kleo::ProgressBar::setProgress ( int cur,
int tot )
inlineslot

reimplementation to preserve visibility

Definition at line 61 of file progressbar.h.

◆ setProgress [2/2]

void Kleo::ProgressBar::setProgress ( int progress)
slot

reimplementation to support self-powered busy indicator

Definition at line 67 of file progressbar.cpp.

◆ setTotalSteps

void Kleo::ProgressBar::setTotalSteps ( int total)
slot

reimplementation to support self-powered busy indicator

Definition at line 59 of file progressbar.cpp.

◆ slotProgress [1/2]

void Kleo::ProgressBar::slotProgress ( const TQString & message,
int current,
int total )
slot

Definition at line 51 of file progressbar.cpp.

◆ slotProgress [2/2]

void Kleo::ProgressBar::slotProgress ( const TQString & message,
int type,
int current,
int total )
slot

Definition at line 55 of file progressbar.cpp.


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