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