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 "Worksheet.h"
00009 #include "Dialog.h"
00010 
00011 class ImageMagickDialog: public Dialog
00012 {
00013         Q_OBJECT
00014 public:
00015         ImageMagickDialog(Worksheet *p, const char *name);
00016 public slots:
00017         void ok_clicked() { apply_clicked(); accept(); }
00018         void apply_clicked();
00019 private slots:
00020         void selectFile();
00021         void updateFilename(int index);
00022 private:
00023         Worksheet *p;
00024         QStringList formats;
00025         KComboBox *format;
00026         KLineEdit *filele, *xle, *yle, *rotle;
00027 };
00028 
00029 #endif //IMAGEMAGICKDIALOG_H

Generated on Sun Aug 29 14:56:04 2004 for LabPlot by doxygen 1.3.6