Base class for a handler for PlotMouseReleaseEvent. More...
#include <PlotEventHandler.h>
Public Member Functions | |
| PlotMouseReleaseEventHandler () | |
| virtual | ~PlotMouseReleaseEventHandler () |
| virtual void | handleMouseRelease (const PlotMouseReleaseEvent &event)=0 |
| Handle the given event. | |
Base class for a handler for PlotMouseReleaseEvent.
Definition at line 68 of file PlotEventHandler.h.
| casa::PlotMouseReleaseEventHandler::PlotMouseReleaseEventHandler | ( | ) | [inline] |
Definition at line 70 of file PlotEventHandler.h.
| virtual casa::PlotMouseReleaseEventHandler::~PlotMouseReleaseEventHandler | ( | ) | [inline, virtual] |
Definition at line 72 of file PlotEventHandler.h.
| virtual void casa::PlotMouseReleaseEventHandler::handleMouseRelease | ( | const PlotMouseReleaseEvent & | event | ) | [pure virtual] |
Handle the given event.
Implemented in casa::PlotMouseTool.
1.6.1