PlotTableEvent.cxx

Go to the documentation of this file.
00001 
00012 #include "PlotTableEvent.h"
00013 
00014 #if QT_VERSION < 0x040000
00015 #else
00016 //Added by the Qt porting tool:
00017 #include <QtCore/QCustomEvent>
00018 #include <QtCore/QEvent>
00019 #endif
00020 
00021 
00022 namespace hippodraw {
00023 
00024 PlotTableEvent::
00025 PlotTableEvent ( PlotTableEvent::Type type )
00026   : QCustomEvent ( type )
00027 {
00028 }
00029 
00030 PlotTableEvent::
00031 PlotTableEvent ( const PlotTableEvent & event )
00032   : QCustomEvent ( event )
00033 {
00034 }
00035 
00036 PlotTableEvent::~PlotTableEvent ()
00037 {
00038 }
00039 
00040 } // namespace hippodraw
00041 

Generated for HippoDraw Class Library by doxygen