qtui
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
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
QSpacerItem
QWidget
PickTableBase::m_clear
QPushButton * m_clear
Definition:
PickTableBase.h:38
PickTableBase::yLineEdit
QLineEdit * yLineEdit
Definition:
PickTableBase.h:44
PickTableBase::xLineEdit
QLineEdit * xLineEdit
Definition:
PickTableBase.h:43
QListViewItem
QHBoxLayout
QGridLayout
QListView
PickTableBase::m_title
QLabel * m_title
Definition:
PickTableBase.h:40
PickTableBase
Definition:
PickTableBase.h:29
PickTableBase::m_add_entry
QPushButton * m_add_entry
Definition:
PickTableBase.h:47
QCheckBox
PickTableBase::m_pick_table
QListView * m_pick_table
Definition:
PickTableBase.h:41
QPainter
QVBoxLayout
libqthippo.h
QPixmap
PickTableBase::wLineEdit
QLineEdit * wLineEdit
Definition:
PickTableBase.h:46
PickTableBase::m_type
QLabel * m_type
Definition:
PickTableBase.h:37
PickTableBase::m_pickedCheckBox
QCheckBox * m_pickedCheckBox
Definition:
PickTableBase.h:42
QDialog
QPushButton
PickTableBase::zLineEdit
QLineEdit * zLineEdit
Definition:
PickTableBase.h:45
QLineEdit
PickTableBase::m_delete
QPushButton * m_delete
Definition:
PickTableBase.h:39
PickTableBase::image0
QPixmap image0
Definition:
PickTableBase.h:63
QLabel
MDL_QTHIPPOPLOT_API
#define MDL_QTHIPPOPLOT_API
Definition:
libqthippo.h:36
Generated for HippoDraw Class Library by