PlotTableBase.h

Go to the documentation of this file.
00001 /****************************************************************************
00002 ** Form interface generated from reading ui file '../../hippodraw/qtui/PlotTableBase.ui'
00003 **
00004 ** Created: Fri Oct 26 09:36:33 2007
00005 **      by: The User Interface Compiler ($Id: PlotTableBase_8h-source.html,v 1.40 2008/03/24 19:27:33 pfkeb Exp $)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
00008 ****************************************************************************/
00009 
00010 #ifndef PLOTTABLEBASE_H
00011 #define PLOTTABLEBASE_H
00012 
00013 #include <qvariant.h>
00014 #include <qpixmap.h>
00015 #include <qdialog.h>
00016 #include "libqthippo.h"
00017 
00018 class QVBoxLayout;
00019 class QHBoxLayout;
00020 class QGridLayout;
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 
00042 protected slots:
00043     virtual void languageChange();
00044 
00045     virtual void selectionChanged( QListViewItem * ) = 0;
00046     virtual void copyButton_clicked() = 0;
00047     virtual void closeButton_clicked() = 0;
00048 
00049 
00050 private:
00051     QPixmap image0;
00052 
00053 };
00054 
00055 #endif // PLOTTABLEBASE_H

Generated for HippoDraw Class Library by doxygen