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 57 of file PlotEventHandler.h.
| casa::PlotMousePressEventHandler::PlotMousePressEventHandler | ( | ) | [inline] |
Definition at line 59 of file PlotEventHandler.h.
| virtual casa::PlotMousePressEventHandler::~PlotMousePressEventHandler | ( | ) | [inline, virtual] |
Definition at line 61 of file PlotEventHandler.h.
| virtual void casa::PlotMousePressEventHandler::handleMousePress | ( | const PlotMousePressEvent & | event | ) | [pure virtual] |
Handle the given event.
Implemented in casa::PlotMouseTool.
1.6.1