PickTableBase.h
Go to the documentation of this file.
1 /****************************************************************************
2 ** Form interface generated from reading ui file 'PickTableBase.ui'
3 **
4 ** Created by User Interface Compiler
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

Generated for HippoDraw Class Library by doxygen