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

ImageListDialog.h

Go to the documentation of this file.
00001 //LabPlot : ImageListDialog.h
00002 
00003 #ifndef IMAGELISTDIALOG_H
00004 #define IMAGELISTDIALOG_H
00005 
00006 #include "ListDialog.h"
00007 
00008 #ifdef HAVE_MAGICK
00009 #include <list>
00010 #include "Magick++.h"
00011 using namespace Magick;
00012 #endif
00013 
00014 
00015 class ImageListDialog : public ListDialog
00016 {
00017         Q_OBJECT
00018 public:
00019         ImageListDialog(Worksheet *p, Spreadsheet *s, const char *name);
00020 private slots:
00021         void updateOptions(int item);
00022         void ok_clicked() { apply_clicked(); accept(); }
00023         void apply_clicked();
00024 private:
00025 #ifdef HAVE_MAGICK
00026         Color getColor(QColor c);
00027 #endif
00028         KComboBox *typecb, *noisecb;
00029         QLabel *xlabel, *ylabel, *zlabel;
00030         KLineEdit *xle, *yle, *zle;
00031         KColorButton *kcb;
00032 };
00033 
00034 #endif // IMAGELISTDIALOG_H

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