13 #if QT_VERSION < 0x040000 16 #include <QtCore/QCustomEvent> 17 #include <QtCore/QEvent> 25 m_plotters ( plotters )
39 const std::vector < PlotterBase * > &
A derived class of QCustomEvent with which the CanvasView notifiies clients of changes in selections ...
CanvasSelectionEvent class interface.
CanvasSelectionEvent(const CanvasSelectionEvent &)
The copy constructor.
virtual ~CanvasSelectionEvent()
The required virtual destructor.
const std::vector< PlotterBase *> & getPlotters() const
Returns the PlotterBase objects that created the update event.
std::vector< PlotterBase *> m_plotters