kprintdialogpage.cpp
00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 
00014 
00015 
00016 
00017 
00018 
00019 
00020 
00021 #include "kprintdialogpage.h"
00022 
00023 KPrintDialogPage::KPrintDialogPage(QWidget *parent, const char *name)
00024 : QWidget(parent,name), m_printer(0), m_driver(0), m_ID(0), m_onlyreal(false)
00025 {
00026 }
00027 
00028 KPrintDialogPage::KPrintDialogPage(KMPrinter *pr, DrMain *dr, QWidget *parent, const char *name)
00029 : QWidget(parent,name), m_printer(pr), m_driver(dr), m_ID(0), m_onlyreal(false)
00030 {
00031 }
00032 
00033 KPrintDialogPage::~KPrintDialogPage()
00034 {
00035 }
00036 
00037 void KPrintDialogPage::setOptions(const QMap<QString,QString>&)
00038 {
00039 }
00040 
00041 void KPrintDialogPage::getOptions(QMap<QString,QString>&, bool)
00042 {
00043 }
00044 
00045 bool KPrintDialogPage::isValid(QString&)
00046 {
00047     return true;
00048 }
00049 #include "kprintdialogpage.moc"
 
This file is part of the documentation for kdeprint Library Version 3.2.0.