kaddressbook
KABPrinting::PrintProgress Class Reference
#include <printprogress.h>
Inheritance diagram for KABPrinting::PrintProgress:

Detailed Description
This defines a simple widget to display print progress information.It is provided to all print styles during a print process. It displays messages and a a progress bar.
Definition at line 40 of file printprogress.h.
Public Member Functions | |
| void | addMessage (const QString &) |
| PrintProgress (QWidget *parent, const char *name=0) | |
| void | setProgress (int) |
| ~PrintProgress () | |
Constructor & Destructor Documentation
| PrintProgress::PrintProgress | ( | QWidget * | parent, | |
| const char * | name = 0 | |||
| ) | [explicit] |
Definition at line 37 of file printprogress.cpp.
| PrintProgress::~PrintProgress | ( | ) |
Definition at line 57 of file printprogress.cpp.
Member Function Documentation
| void PrintProgress::addMessage | ( | const QString & | msg | ) |
Add a message to the message log.
Give the user something to admire :-)
Definition at line 61 of file printprogress.cpp.
| void PrintProgress::setProgress | ( | int | step | ) |
Set the progress to a certain amount.
Steps are from 0 to 100.
Definition at line 79 of file printprogress.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference