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

ImageMagickDialog.h

Go to the documentation of this file.
00001 //LabPlot : ImageMagickDialog.h
00002 
00003 #ifndef IMAGEMAGICKDIALOG_H
00004 #define IMAGEMAGICKDIALOG_H
00005 
00006 #include <qfont.h>
00007 #include <qcheckbox.h>
00008 #include "MainWin.h"
00009 #include "Dialog.h"
00010 
00011 class ImageMagickDialog: public Dialog
00012 {
00013         Q_OBJECT
00014 public:
00015         ImageMagickDialog(MainWin *mw, QString fn=i18n("out.8bim"), int f=0, int sx=800, int sy=600,
00016                 double r=0.0, const char *name=0);
00017 public slots:
00018         void Apply() { apply_clicked(); accept(); }
00019         void apply_clicked();
00020 private slots:
00021         void selectFile();
00022         void updateFilename(int index);
00023 private:
00024         QStringList formats;
00025         KComboBox *format;
00026         KLineEdit *filele, *xle, *yle, *rotle;
00027 };
00028 
00029 #endif //IMAGEMAGICKDIALOG_H

Generated on Fri Aug 19 21:34:44 2005 for LabPlot by doxygen 1.3.6