casa
$Rev:20696$
|
Base class for a handler for PlotMousePressEvent. More...
#include <PlotEventHandler.h>
Public Member Functions | |
PlotMousePressEventHandler () | |
virtual | ~PlotMousePressEventHandler () |
virtual void | handleMousePress (const PlotMousePressEvent &event)=0 |
Handle the given event. |
Base class for a handler for PlotMousePressEvent.
Definition at line 59 of file PlotEventHandler.h.
Definition at line 61 of file PlotEventHandler.h.
virtual casa::PlotMousePressEventHandler::~PlotMousePressEventHandler | ( | ) | [inline, virtual] |
Definition at line 63 of file PlotEventHandler.h.
virtual void casa::PlotMousePressEventHandler::handleMousePress | ( | const PlotMousePressEvent & | event | ) | [pure virtual] |
Handle the given event.
Implemented in casa::PlotMouseTool.