Base class for a handler for PlotClickEvent. More...
#include <PlotEventHandler.h>
Public Member Functions | |
| PlotClickEventHandler () | |
| virtual | ~PlotClickEventHandler () |
| virtual void | handleClick (const PlotClickEvent &event)=0 |
| Handle the given event. | |
Base class for a handler for PlotClickEvent.
Definition at line 46 of file PlotEventHandler.h.
| casa::PlotClickEventHandler::PlotClickEventHandler | ( | ) | [inline] |
Definition at line 48 of file PlotEventHandler.h.
| virtual casa::PlotClickEventHandler::~PlotClickEventHandler | ( | ) | [inline, virtual] |
Definition at line 50 of file PlotEventHandler.h.
| virtual void casa::PlotClickEventHandler::handleClick | ( | const PlotClickEvent & | event | ) | [pure virtual] |
Handle the given event.
Implemented in casa::PlotMouseTool.
1.6.1