kptagspage.h
00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 
00014 
00015 
00016 
00017 
00018 
00019 
00020 #ifndef KPTAGSPAGE_H
00021 #define KPTAGSPAGE_H
00022 
00023 #include <kprintdialogpage.h>
00024 
00025 class QTable;
00026 
00027 class KPTagsPage : public KPrintDialogPage
00028 {
00029 public:
00030     KPTagsPage(bool ro = false, QWidget *parent = 0, const char *name = 0);
00031     ~KPTagsPage();
00032 
00033     void getOptions(QMap<QString,QString>& opts, bool incldef = false);
00034     void setOptions(const QMap<QString,QString>& opts);
00035     bool isValid(QString& msg);
00036 
00037     QSize sizeHint() const;
00038     QSize minimumSizeHint() const;
00039 
00040 private:
00041     QTable  *m_tags;
00042 };
00043 
00044 #endif
 
This file is part of the documentation for kdeprint Library Version 3.2.0.