Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
qtui
PlotTableBase.h
Go to the documentation of this file.
1
/****************************************************************************
2
** Form interface generated from reading ui file 'PlotTableBase.ui'
3
**
4
** Created by User Interface Compiler
5
**
6
** WARNING! All changes made in this file will be lost!
7
****************************************************************************/
8
9
#ifndef PLOTTABLEBASE_H
10
#define PLOTTABLEBASE_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
QPushButton
;
22
class
QListView
;
23
class
QListViewItem
;
24
class
QPainter
;
25
class
QColorGroup
;
26
27
class
MDL_QTHIPPOPLOT_API
PlotTableBase
:
public
QDialog
28
{
29
Q_OBJECT
30
31
public
:
32
PlotTableBase
(
QWidget
* parent = 0,
const
char
* name = 0,
bool
modal = FALSE, WFlags fl = 0 );
33
~
PlotTableBase
();
34
35
QPushButton
*
closeButton
;
36
QPushButton
*
copyButton
;
37
QListView
*
m_plot_table
;
38
39
protected
:
40
QGridLayout
*
PlotTableBaseLayout
;
41
QSpacerItem
*
spacer1
;
42
43
protected
slots:
44
virtual
void
languageChange();
45
46
virtual
void
selectionChanged(
QListViewItem
* ) = 0;
47
virtual
void
copyButton_clicked() = 0;
48
virtual
void
closeButton_clicked() = 0;
49
50
51
private
:
52
QPixmap
image0
;
53
54
};
55
56
#endif // PLOTTABLEBASE_H
Generated for HippoDraw Class Library by