CanvasSelectionEvent.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _CanvasSelectionEvent_H_
15 #define _CanvasSelectionEvent_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 #include <qevent.h>
26 
27 #include <vector>
28 
29 namespace hippodraw {
30 
31 class PlotterBase;
32 
40 {
41 
42  std::vector < PlotterBase * > m_plotters;
43 
46 
47 public:
48 
49  CanvasSelectionEvent ( std::vector < PlotterBase * > );
50 
52  virtual ~CanvasSelectionEvent ();
53 
56  const std::vector < PlotterBase * > & getPlotters () const;
57 
58 };
59 
60 } // namespace hippodraw
61 
62 #endif // _CanvasSelectionEvent_H_

Generated for HippoDraw Class Library by doxygen