certmanager Library API Documentation

Kleo::ProgressBar Class Reference

A QProgressBar with self-powered busy indicator. More...

#include <progressbar.h>

Inheritance diagram for Kleo::ProgressBar:

QProgressBar List of all members.

Public Slots

void slotProgress (const QString &message, int type, int current, int total)
void slotProgress (const QString &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 (QWidget *parent=0, const char *name=0, WFlags f=0)

Detailed Description

A QProgressBar with self-powered busy indicator.

Definition at line 45 of file progressbar.h.


Member Function Documentation

void Kleo::ProgressBar::setProgress int  progress  )  [slot]
 

to support self-powered busy indicator

Definition at line 65 of file progressbar.cpp.

References setProgress().

Referenced by setProgress().

void Kleo::ProgressBar::setTotalSteps int  total  )  [slot]
 

to support self-powered busy indicator

Definition at line 57 of file progressbar.cpp.

References setTotalSteps().

Referenced by setTotalSteps().

void Kleo::ProgressBar::reset  )  [slot]
 

to support self-powered busy indicator

Definition at line 71 of file progressbar.cpp.

void Kleo::ProgressBar::setProgress int  cur,
int  tot
[inline, slot]
 

to preserve visibility

Definition at line 60 of file progressbar.h.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for certmanager Library Version 3.3.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Fri Oct 1 15:18:47 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003