kaddressbook Library API Documentation

printprogress.h

00001 /* -*- C++ -*-
00002    This file declares the print progress widget.
00003 
00004    the KDE addressbook
00005 
00006    $ Author: Mirko Boehm $
00007    $ Copyright: (C) 1996-2002, Mirko Boehm $
00008    $ Contact: mirko@kde.org
00009          http://www.kde.org $
00010    $ License: LGPL with the following explicit clarification:
00011          This code may be linked against any version of the Qt toolkit
00012          from Troll Tech, Norway. $
00013 
00014    $Revision: 1.2 $
00015 */
00016 
00017 #ifndef PRINTPROGRESS_H
00018 #define PRINTPROGRESS_H
00019 
00020 #include <qstringlist.h>
00021 #include "printprogress_base.h"
00022 
00023 namespace KABPrinting {
00024 
00030     class PrintProgress : public PrintProgressBase
00031     {
00032         Q_OBJECT
00033     public:
00034         PrintProgress(QWidget *parent);
00035         ~PrintProgress();
00039         void addMessage(const QString &);
00043         void setProgress(int);
00044     private:
00045         QStringList messages;
00046     };
00047 
00048 }
00049 
00050 #endif
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.4.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Sat Oct 18 02:47:10 2003 by doxygen 1.3.4 written by Dimitri van Heesch, © 1997-2001