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

GraphListView.h

Go to the documentation of this file.
00001 //LabPlot : GraphListView.h
00002 
00003 #ifndef GRAPHLISTVIEW_H
00004 #define GRAPHLISTVIEW_H
00005 
00006 #include <klocale.h>
00007 #include <klistview.h>
00008 
00009 class GraphListView: public KListView
00010 {
00011         Q_OBJECT
00012 public:
00013         GraphListView(QWidget *p);
00014         void showZ() { addColumn(i18n("Z Range")); }
00015         void showT() { addColumn(i18n("T Range")); }
00016 };
00017 
00018 #endif //GRAPHLISTVIEW_H

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