Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
qt
PlotTableEvent.cxx
Go to the documentation of this file.
1
12
#include "
PlotTableEvent.h
"
13
14
#if QT_VERSION < 0x040000
15
#else
16
//Added by the Qt porting tool:
17
#include <QtCore/QCustomEvent>
18
#include <QtCore/QEvent>
19
#endif
20
21
22
namespace
hippodraw {
23
24
PlotTableEvent::
25
PlotTableEvent
(
PlotTableEvent::Type
type
)
26
:
QCustomEvent
( type )
27
{
28
}
29
30
PlotTableEvent::
31
PlotTableEvent
(
const
PlotTableEvent
& event )
32
:
QCustomEvent
( event )
33
{
34
}
35
36
PlotTableEvent::~PlotTableEvent
()
37
{
38
}
39
40
}
// namespace hippodraw
41
Generated for HippoDraw Class Library by