kaddressbook
KABPrinting::PrintProgress Class Reference
#include <printprogress.h>
Inherits QWidget.
Public Member Functions | |
PrintProgress (QWidget *parent, const char *name=0) | |
~PrintProgress () | |
void | addMessage (const QString &) |
void | setProgress (int) |
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 41 of file printprogress.h.
Constructor & Destructor Documentation
|
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 81 of file printprogress.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.