kpalmdoc_dlg.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028 #ifndef CONVERTERDLG_H
00029 #define CONVERTERDLG_H
00030
00031 #include <kdialogbase.h>
00032 class ConverterDlgBase;
00033 class DOCConverter;
00034
00035 class ConverterDlg : public KDialogBase
00036 {
00037 Q_OBJECT
00038
00039 public:
00040 ConverterDlg( QWidget *parent=0, const QString& caption=0);
00041 ~ConverterDlg();
00042
00043 protected slots:
00044 virtual void slotClose();
00045 void slotToText();
00046 void slotToPDB();
00047 void slotDirectories(bool dir);
00048 void slotUser1();
00049 protected:
00050 void writeSettings();
00051 void readSettings();
00052
00053
00054 bool convertTXTtoPDB(QString txtdir, QString txtfile,
00055 QString pdbdir, QString pdbfile, DOCConverter*conv);
00056 bool convertPDBtoTXT(QString pdbdir, QString pdbfile,
00057 QString txtdir, QString txtfile, DOCConverter*conv);
00058
00059
00060
00061 ConverterDlgBase*dlg;
00062
00063 bool askOverwrite;
00064 bool verbose;
00065 };
00066
00067 #endif // CONVERTERDLG_H
This file is part of the documentation for kpilot Library Version 3.2.2.