• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • tdeprint
 

tdeprint

  • tdeprint
  • lpd
kmlpdmanager.h
1 /*
2  * This file is part of the KDE libraries
3  * Copyright (c) 2001 Michael Goffioul <tdeprint@swing.be>
4  *
5  * This library is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU Library General Public
7  * License version 2 as published by the Free Software Foundation.
8  *
9  * This library is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12  * Library General Public License for more details.
13  *
14  * You should have received a copy of the GNU Library General Public License
15  * along with this library; see the file COPYING.LIB. If not, write to
16  * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17  * Boston, MA 02110-1301, USA.
18  **/
19 
20 #ifndef KMLPDMANAGER_H
21 #define KMLPDMANAGER_H
22 
23 #include "kmmanager.h"
24 #include <tqdict.h>
25 
26 class PrintcapEntry;
27 class PrinttoolEntry;
28 class GsChecker;
29 
30 class KMLpdManager : public KMManager
31 {
32 public:
33  KMLpdManager(TQObject *parent = 0, const char *name = 0);
34  ~KMLpdManager();
35 
36  bool completePrinterShort(KMPrinter*);
37  bool completePrinter(KMPrinter*);
38  bool createPrinter(KMPrinter*);
39  bool removePrinter(KMPrinter*);
40  bool enablePrinter(KMPrinter*);
41  bool disablePrinter(KMPrinter*);
42 
43  // Driver DB functions
44  TQString driverDbCreationProgram();
45  TQString driverDirectory();
46 
47  // Driver loading functions
48  DrMain* loadDbDriver(KMDBEntry*);
49  DrMain* loadPrinterDriver(KMPrinter *p, bool config = false);
50  bool savePrinterDriver(KMPrinter*, DrMain*);
51  bool validateDbDriver(KMDBEntry*);
52 
53 protected:
54  void listPrinters();
55  bool writePrinters();
56  void loadPrintcapFile(const TQString& filename);
57  bool writePrintcapFile(const TQString& filename);
58  void loadPrinttoolDb(const TQString& filename);
59  TQMap<TQString,TQString> loadPrinttoolCfgFile(const TQString& filename);
60  bool savePrinttoolCfgFile(const TQString& templatefile, const TQString& dirname, const TQMap<TQString,TQString>& options);
61  bool checkGsDriver(const TQString& gsdriver);
62  bool createSpooldir(PrintcapEntry*);
63  bool createPrinttoolEntry(KMPrinter*, PrintcapEntry*);
64  PrintcapEntry* findPrintcapEntry(const TQString& name);
65  PrinttoolEntry* findPrinttoolEntry(const TQString& name);
66  TQString programName(int);
67  void checkStatus();
68  bool enablePrinter(KMPrinter*, bool);
69 
70 private:
71  TQDict<PrintcapEntry> m_entries;
72  TQDict<PrinttoolEntry> m_ptentries;
73  GsChecker *m_gschecker;
74 };
75 
76 #endif

tdeprint

Skip menu "tdeprint"
  • Main Page
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members
  • Related Pages

tdeprint

Skip menu "tdeprint"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdeprint by doxygen 1.9.1
This website is maintained by Timothy Pearson.