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

tdeprint

  • tdeprint
driverview.h
1 /*
2  * This file is part of the KDE libraries
3  * Copyright (c) 2001 Michael Goffioul <tdeprint@swing.be>
4  *
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Library General Public
8  * License version 2 as published by the Free Software Foundation.
9  *
10  * This library is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13  * Library General Public License for more details.
14  *
15  * You should have received a copy of the GNU Library General Public License
16  * along with this library; see the file COPYING.LIB. If not, write to
17  * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18  * Boston, MA 02110-1301, USA.
19  **/
20 
21 #ifndef DRIVERVIEW_H
22 #define DRIVERVIEW_H
23 
24 #include <tqwidget.h>
25 #include <tdelistview.h>
26 #include <tqmap.h>
27 
28 #include <tdelibs_export.h>
29 
30 class DrOptionView;
31 class DrMain;
32 
33 class TDEPRINT_EXPORT DrListView : public TDEListView
34 {
35 public:
36  DrListView(TQWidget *parent = 0, const char *name = 0);
37 };
38 
39 class TDEPRINT_EXPORT DriverView : public TQWidget
40 {
41  TQ_OBJECT
42 public:
43  DriverView(TQWidget *parent = 0, const char *name = 0);
44  ~DriverView();
45 
46  void setDriver(DrMain*);
47  void setOptions(const TQMap<TQString,TQString>& opts);
48  void getOptions(TQMap<TQString,TQString>& opts, bool incldef = false);
49  void setAllowFixed(bool on);
50  bool hasConflict() const { return (m_conflict != 0); }
51 
52 protected slots:
53  void slotChanged();
54 
55 private:
56  DrListView *m_view;
57  DrOptionView *m_optview;
58  DrMain *m_driver;
59  int m_conflict;
60 };
61 
62 #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.