#include <CanvasSelectionEvent.h>
Inheritance diagram for CanvasSelectionEvent:


Definition at line 37 of file 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 |
|
|
The copy constructor.
Definition at line 28 of file CanvasSelectionEvent.cxx. |
|
|
Definition at line 21 of file CanvasSelectionEvent.cxx. |
|
|
The required virtual destructor.
Definition at line 33 of file CanvasSelectionEvent.cxx. |
|
|
Returns the PlotterBase objects that created the update event.
Definition at line 39 of file CanvasSelectionEvent.cxx. References m_plotters. |
|
|
Definition at line 40 of file CanvasSelectionEvent.h. Referenced by getPlotters(). |
1.4.3