kmfoomaticmanager.h
00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 
00014 
00015 
00016 
00017 
00018 
00019 
00020 #ifndef KMFOOMATICMANAGER_H
00021 #define KMFOOMATICMANAGER_H
00022 
00023 #include "kmmanager.h"
00024 
00025 class QDomElement;
00026 class KMPrinter;
00027 
00028 class KMFoomaticManager : public KMManager
00029 {
00030 public:
00031     KMFoomaticManager(QObject *parent, const char *name, const QStringList & );
00032     virtual ~KMFoomaticManager();
00033 
00034     DrMain* loadPrinterDriver(KMPrinter *p, bool config = false);
00035 
00036 protected:
00037     void listPrinters();
00038     KMPrinter* createPrinterFromElement(QDomElement*);
00039     DrMain* createDriverFromXML(QDomElement*);
00040 };
00041 
00042 #endif
 
This file is part of the documentation for kdeprint Library Version 3.2.0.