casa
$Rev:20696$
|
Base class for a handler for PlotSelectEvent. More...
#include <PlotEventHandler.h>
Public Member Functions | |
PlotSelectEventHandler () | |
virtual | ~PlotSelectEventHandler () |
virtual void | handleSelect (const PlotSelectEvent &event)=0 |
Handle the given event. |
Base class for a handler for PlotSelectEvent.
Definition at line 37 of file PlotEventHandler.h.
casa::PlotSelectEventHandler::PlotSelectEventHandler | ( | ) | [inline] |
Definition at line 39 of file PlotEventHandler.h.
virtual casa::PlotSelectEventHandler::~PlotSelectEventHandler | ( | ) | [inline, virtual] |
Definition at line 41 of file PlotEventHandler.h.
virtual void casa::PlotSelectEventHandler::handleSelect | ( | const PlotSelectEvent & | event | ) | [pure virtual] |
Handle the given event.
Implemented in casa::PlotMouseTool, and casa::TBPlotCanvas.