PlotTableBase.h
Go to the documentation of this file.
00001 /****************************************************************************
00002 ** Form interface generated from reading ui file 'PlotTableBase.ui'
00003 **
00004 ** Created by User Interface Compiler
00005 **
00006 ** WARNING! All changes made in this file will be lost!
00007 ****************************************************************************/
00008 
00009 #ifndef PLOTTABLEBASE_H
00010 #define PLOTTABLEBASE_H
00011 
00012 #include <qvariant.h>
00013 #include <qpixmap.h>
00014 #include <qdialog.h>
00015 #include "libqthippo.h"
00016 
00017 class QVBoxLayout;
00018 class QHBoxLayout;
00019 class QGridLayout;
00020 class QSpacerItem;
00021 class QPushButton;
00022 class QListView;
00023 class QListViewItem;
00024 class QPainter;
00025 class QColorGroup;
00026 
00027 class MDL_QTHIPPOPLOT_API PlotTableBase : public QDialog
00028 {
00029     Q_OBJECT
00030 
00031 public:
00032     PlotTableBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00033     ~PlotTableBase();
00034 
00035     QPushButton* closeButton;
00036     QPushButton* copyButton;
00037     QListView* m_plot_table;
00038 
00039 protected:
00040     QGridLayout* PlotTableBaseLayout;
00041     QSpacerItem* spacer1;
00042 
00043 protected slots:
00044     virtual void languageChange();
00045 
00046     virtual void selectionChanged( QListViewItem * ) = 0;
00047     virtual void copyButton_clicked() = 0;
00048     virtual void closeButton_clicked() = 0;
00049 
00050 
00051 private:
00052     QPixmap image0;
00053 
00054 };
00055 
00056 #endif // PLOTTABLEBASE_H

Generated for HippoDraw Class Library by doxygen