14 #if QT_VERSION < 0x040000
17 #include <QtCore/QCustomEvent>
18 #include <QtCore/QEvent>
43 void * pointer =
data();
45 return reinterpret_cast <
PlotterBase * > ( pointer );
The base class for the PlotterBase hierarchy.
virtual ~PlotterEvent()
The required virtual destructor.
PlotterEvent(PlotterBase *plotter)
PlotterBase * plotter() const
Returns the PlotterBase object that created the update event.
hippodraw::PlotterEvent class interface
A derived class of QCustomEvent to handle updates from PlotterBase.