cupsdserverdirpage.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
#ifndef CUPSDSERVERDIRPAGE_H
00021
#define CUPSDSERVERDIRPAGE_H
00022
00023
#include "cupsdpage.h"
00024
00025
class QDirLineEdit;
00026
class QComboBox;
00027
class CupsdOption;
00028
00029
class CupsdServerDirPage :
public CupsdPage
00030 {
00031
public:
00032 CupsdServerDirPage(
QWidget *parent = 0,
const char *name = 0);
00033 ~CupsdServerDirPage();
00034
00035
bool loadConfig(CupsdConf *conf,
QString& msg);
00036
bool saveConfig(CupsdConf *conf,
QString& msg);
00037
void setDefaults();
00038
void setInfos(CupsdConf*);
00039
00040
private:
00041 QDirLineEdit *datadir_;
00042 QDirLineEdit *requestroot_;
00043 QDirLineEdit *serverbin_;
00044 QDirLineEdit *serverroot_;
00045 QDirLineEdit *tempdir_;
00046 QDirLineEdit *fontpath_;
00047
00048 CupsdOption *opt_[6];
00049 };
00050
00051
#endif
This file is part of the documentation for kdeprint Library Version 3.3.1.