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