PlotTableEvent.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _PlotTableEvent_H_
15 #define _PlotTableEvent_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 
40 {
41 
42 public:
43 
46  enum Type { Copy = 1001, Close = 1002 };
47 
48 #if __GNUC < 3
50 #else
52 #endif
53 
55  PlotTableEvent ( const PlotTableEvent & );
56 
58  virtual ~PlotTableEvent ();
59 
60 };
61 
62 } // namespace hippodraw
63 
64 #endif // _PlotTableEvent_H_

Generated for HippoDraw Class Library by doxygen