Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
qt
PlotterEvent.h
Go to the documentation of this file.
1
/* -*- mode: c++ -*- */
2
14
#ifndef _PlotterEvent_H_
15
#define _PlotterEvent_H_
16
17
#include "
libqthippo.h
"
18
19
#if QT_VERSION < 0x040000
20
#else
21
//Added by the Qt porting tool:
22
#include <QtCore/QCustomEvent>
23
#endif
24
25
26
#include <qevent.h>
27
28
namespace
hippodraw {
29
30
class
PlotterBase;
31
39
class
MDL_QTHIPPOPLOT_API
PlotterEvent
:
public
QCustomEvent
40
{
41
42
public
:
43
44
PlotterEvent
(
PlotterBase
* plotter );
45
47
PlotterEvent
(
const
PlotterEvent
& );
48
50
virtual
~
PlotterEvent
();
51
54
PlotterBase
* plotter ()
const
;
55
56
};
57
58
}
// namespace hippodraw
59
60
#endif // _PlotterEvent_H_
Generated for HippoDraw Class Library by