Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

PlotterEvent.h

Go to the documentation of this file.
00001 /* -*- mode: c++ -*- */
00002 
00014 #ifndef _PlotterEvent_H_
00015 #define _PlotterEvent_H_
00016 
00017 #include "libqthippo.h"
00018 
00019 #if QT_VERSION < 0x040000
00020 #else
00021 //Added by the Qt porting tool:
00022 #include <QCustomEvent>
00023 #endif
00024 
00025 
00026 #include <qevent.h>
00027 
00028 class PlotterBase;
00029 
00037 class MDL_QTHIPPOPLOT_API PlotterEvent : public QCustomEvent
00038 {
00039 
00040 public:
00041 
00042   PlotterEvent ( PlotterBase * plotter );
00043 
00045   PlotterEvent ( const PlotterEvent & );
00046 
00048   virtual ~PlotterEvent ();
00049 
00052   PlotterBase * plotter () const;
00053 
00054 };
00055 
00056 #endif // _PlotterEvent_H_

Generated for HippoDraw-1.14.8.5 by doxygen 1.4.3