Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
qtui
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
29
class
MDL_QTHIPPOPLOT_API
PickTableBase
:
public
QDialog
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
37
QLabel
*
m_type
;
38
QPushButton
*
m_clear
;
39
QPushButton
*
m_delete
;
40
QLabel
*
m_title
;
41
QListView
*
m_pick_table
;
42
QCheckBox
*
m_pickedCheckBox
;
43
QLineEdit
*
xLineEdit
;
44
QLineEdit
*
yLineEdit
;
45
QLineEdit
*
zLineEdit
;
46
QLineEdit
*
wLineEdit
;
47
QPushButton
*
m_add_entry
;
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
:
63
QPixmap
image0
;
64
65
};
66
67
#endif // PICKTABLEBASE_H
Generated for HippoDraw Class Library by