kphpgl2page.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef KPHPGL2PAGE_H
00021 #define KPHPGL2PAGE_H
00022
00023 #include "kprintdialogpage.h"
00024
00025 class KIntNumInput;
00026 class QCheckBox;
00027
00028 class KPHpgl2Page : public KPrintDialogPage
00029 {
00030 public:
00031 KPHpgl2Page(QWidget *parent = 0, const char *name = 0);
00032 ~KPHpgl2Page();
00033
00034 void setOptions(const QMap<QString,QString>& opts);
00035 void getOptions(QMap<QString,QString>& opts, bool incldef = false);
00036
00037 private:
00038 KIntNumInput *m_penwidth;
00039 QCheckBox *m_blackplot, *m_fitplot;
00040 };
00041
00042 #endif
This file is part of the documentation for kdeprint Library Version 3.2.3.