#include <CanvasSelectionEvent.h>


Public Member Functions | |
| CanvasSelectionEvent (std::vector< PlotterBase * >) | |
| data () const | |
| const std::vector< PlotterBase * > & | getPlotters () const |
| Returns the PlotterBase objects that created the update event. | |
| setData (void *data) | |
| virtual | ~CanvasSelectionEvent () |
| The required virtual destructor. | |
Private Member Functions | |
| CanvasSelectionEvent (const CanvasSelectionEvent &) | |
| The copy constructor. | |
Private Attributes | |
| std::vector< PlotterBase * > | m_plotters |
Definition at line 39 of file CanvasSelectionEvent.h.
| CanvasSelectionEvent | ( | const CanvasSelectionEvent & | event | ) | [private] |
| CanvasSelectionEvent | ( | std::vector< PlotterBase * > | plotters | ) |
Definition at line 23 of file CanvasSelectionEvent.cxx.
| ~CanvasSelectionEvent | ( | ) | [virtual] |
| const std::vector< PlotterBase * > & getPlotters | ( | ) | const |
Returns the PlotterBase objects that created the update event.
Definition at line 41 of file CanvasSelectionEvent.cxx.
References CanvasSelectionEvent::m_plotters.
std::vector< PlotterBase * > m_plotters [private] |
Definition at line 42 of file CanvasSelectionEvent.h.
Referenced by CanvasSelectionEvent::getPlotters().