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

ListDialog.h

Go to the documentation of this file.
00001 //LabPlot : ListDialog.h
00002 
00003 #ifndef LISTDIALOG_H
00004 #define LISTDIALOG_H
00005 
00006 #include <qtextstream.h>
00007 #include "GraphListView.h"
00008 #include "Dialog.h"
00009 
00011 class ListDialog : public Dialog
00012 {
00013         Q_OBJECT
00014 public:
00015         ListDialog(Worksheet *p, Spreadsheet *s, const char *name);
00016         void updateList();
00017 public slots:
00018         void Menu(QListViewItem *item, const QPoint& pos , int) {menu->popup(pos); }
00019         void updateRange();
00020         void toggleShown();
00021         void deleteGraph();
00022         void changeGraph();
00023         void dumpGraph();
00024         void editGraph();
00025         void openSpreadsheet();
00026         void statGraph();
00027 protected:
00028         Worksheet *p;
00029         Spreadsheet *s;
00030         class GraphListView *lv;
00031         QPopupMenu *menu;
00032         PType type;
00033         KLineEdit *ale, *ble;
00034 };
00035 
00036 #endif // LISTDIALOG_H

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