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

ExplorerDialog.h

Go to the documentation of this file.
00001 //LabPlot : ExplorerDialog.h
00002 
00003 #ifndef EXPLORERDIALOG_H
00004 #define EXPLORERDIALOG_H
00005 
00006 #include <qfont.h>
00007 #include <qcheckbox.h>
00008 #include <qpopupmenu.h>
00009 #include "Worksheet.h"
00010 #include "Dialog.h"
00011 
00012 class ExplorerDialog: public Dialog
00013 {
00014         Q_OBJECT
00015 public:
00016         ExplorerDialog(Worksheet *p, const char *name);
00017 private slots:
00018         void initlist();
00019         void rmouse(QListViewItem *item, const QPoint & point, int );
00020 private:
00021         MainWin *mw;
00022         QListView *lv;
00023         QPopupMenu *menu;
00024 };
00025 
00026 #endif //EXPLORERDIALOG_H

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