kmwbackend.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef KMWBACKEND_H
00021 #define KMWBACKEND_H
00022
00023 #include "kmwizardpage.h"
00024 #include <qmap.h>
00025
00026 class QButtonGroup;
00027 class QVBoxLayout;
00028
00029 class KMWBackend : public KMWizardPage
00030 {
00031 public:
00032 KMWBackend(QWidget *parent = 0, const char *name = 0);
00033
00034 bool isValid(QString&);
00035 void initPrinter(KMPrinter*);
00036 void updatePrinter(KMPrinter*);
00037
00038 void addBackend(int ID = -1, const QString& txt = QString::null, bool on = true, int nextpage = -1);
00039 void enableBackend(int ID, bool on = true);
00040
00041 private:
00042 QButtonGroup *m_buttons;
00043 QVBoxLayout *m_layout;
00044
00045
00046
00047
00048 QMap<int,int> m_map;
00049 int m_count;
00050 };
00051
00052 #endif
This file is part of the documentation for kdeprint Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Apr 21 18:44:35 2004 by
doxygen 1.3.6-20040222 written by
Dimitri van Heesch, © 1997-2003