PickTableBase.h
Go to the documentation of this file.
1 /****************************************************************************
2 ** Form interface generated from reading ui file 'PickTableBase.ui'
3 **
4 ** Created:
5 **
6 ** WARNING! All changes made in this file will be lost!
7 ****************************************************************************/
8 
9 #ifndef PICKTABLEBASE_H
10 #define PICKTABLEBASE_H
11 
12 #include <qvariant.h>
13 #include <qpixmap.h>
14 #include <qdialog.h>
15 #include "libqthippo.h"
16 
17 class QVBoxLayout;
18 class QHBoxLayout;
19 class QGridLayout;
20 class QSpacerItem;
21 class QLabel;
22 class QPushButton;
23 class QListView;
24 class QListViewItem;
25 class QCheckBox;
26 class QLineEdit;
27 class QPainter;
28 
30 {
31  Q_OBJECT
32 
33 public:
34  PickTableBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
35  ~PickTableBase();
36 
48 
49 protected:
50 
51 protected slots:
52  virtual void languageChange();
53 
54  virtual void clear() = 0;
55  virtual void deleteSelectedItem() = 0;
56  virtual void listSorted(int) = 0;
57  virtual void m_pick_table_selectionChanged() = 0;
58  virtual void addEntry() = 0;
59  virtual void pickedCheckBoxClicked() = 0;
60 
61 
62 private:
64 
65 };
66 
67 #endif // PICKTABLEBASE_H
QLineEdit * zLineEdit
Definition: PickTableBase.h:45
QPushButton * m_clear
Definition: PickTableBase.h:38
#define MDL_QTHIPPOPLOT_API
Definition: libqthippo.h:36
QLineEdit * wLineEdit
Definition: PickTableBase.h:46
QCheckBox * m_pickedCheckBox
Definition: PickTableBase.h:42
QLabel * m_type
Definition: PickTableBase.h:37
QLineEdit * xLineEdit
Definition: PickTableBase.h:43
QPushButton * m_delete
Definition: PickTableBase.h:39
QPushButton * m_add_entry
Definition: PickTableBase.h:47
QPixmap image0
Definition: PickTableBase.h:63
QListView * m_pick_table
Definition: PickTableBase.h:41
The base class for the PickTable class.
Definition: PickTableBase.h:29
QLineEdit * yLineEdit
Definition: PickTableBase.h:44
QLabel * m_title
Definition: PickTableBase.h:40

Generated for HippoDraw Class Library by doxygen