Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

PstoEditDialog.h

Go to the documentation of this file.
00001 //LabPlot : PstoEditDialog.h
00002 
00003 #ifndef PSTOEDITDIALOG_H
00004 #define PSTOEDITDIALOG_H
00005 
00006 #include <qfont.h>
00007 #include <qcheckbox.h>
00008 #include "MainWin.h"
00009 #include "Dialog.h"
00010 
00011 class PstoEditDialog: public Dialog
00012 {
00013         Q_OBJECT
00014 public:
00015         PstoEditDialog(class MainWin *mw, QString fn="out.pdf", int f=4, int s=5, double sc=1.0,
00016                 double r=0.0, const char *name=0);
00017 public slots:
00018         void updateFilename(int index);
00019         void selectFile();
00020         void OK() { agree(); accept(); }
00021         void agree();
00022 private:
00023         class MainWin *mw;
00024         KComboBox *format, *pagesize;
00025         KLineEdit *filele, *scalele, *rotle;
00026 };
00027 
00028 #endif //PSTOEDITDIALOG_H

Generated on Sun Nov 28 22:31:17 2004 for LabPlot by doxygen 1.3.6