PickTableBase.h

Go to the documentation of this file.
00001 /****************************************************************************
00002 ** Form interface generated from reading ui file '../../hippodraw/qtui/PickTableBase.ui'
00003 **
00004 ** Created: Fri Oct 26 09:36:33 2007
00005 **      by: The User Interface Compiler ($Id: PickTableBase_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 PICKTABLEBASE_H
00011 #define PICKTABLEBASE_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 QLabel;
00022 class QPushButton;
00023 class QListView;
00024 class QListViewItem;
00025 class QCheckBox;
00026 class QLineEdit;
00027 class QPainter;
00028 
00029 class MDL_QTHIPPOPLOT_API PickTableBase : public QDialog
00030 {
00031     Q_OBJECT
00032 
00033 public:
00034     PickTableBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00035     ~PickTableBase();
00036 
00037     QLabel* m_type;
00038     QPushButton* m_clear;
00039     QPushButton* m_delete;
00040     QLabel* m_title;
00041     QListView* m_pick_table;
00042     QCheckBox* m_pickedCheckBox;
00043     QLineEdit* xLineEdit;
00044     QLineEdit* yLineEdit;
00045     QLineEdit* zLineEdit;
00046     QLineEdit* wLineEdit;
00047     QPushButton* m_add_entry;
00048 
00049 protected:
00050 
00051 protected slots:
00052     virtual void languageChange();
00053 
00054     virtual void clear() = 0;
00055     virtual void deleteSelectedItem() = 0;
00056     virtual void listSorted(int) = 0;
00057     virtual void m_pick_table_selectionChanged() = 0;
00058     virtual void addEntry() = 0;
00059     virtual void pickedCheckBoxClicked() = 0;
00060 
00061 
00062 private:
00063     QPixmap image0;
00064 
00065 };
00066 
00067 #endif // PICKTABLEBASE_H

Generated for HippoDraw Class Library by doxygen