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

DestinationDialog.h

Go to the documentation of this file.
00001 //LabPlot : DestinationDialog.h
00002 
00003 #ifndef DESTINATIONDIALOG_H
00004 #define DESTINATIONDIALOG_H
00005 
00006 #include "Dialog.h"
00007 
00008 class DestinationDialog: public Dialog
00009 {
00010         Q_OBJECT
00011 public:
00012         DestinationDialog(MainWin *mw, const char *name);
00013 private slots:
00014         void apply_clicked();
00015         void ok_clicked();
00016 private:
00017         KComboBox *sheetlist;
00018 };
00019 #endif //DESTINATIONDIALOG_H

Generated on Sat Oct 13 21:55:01 2007 for LabPlot by  doxygen 1.4.4