Base class for a handler for PlotMouseDragEvent. More...
#include <PlotEventHandler.h>
Public Member Functions | |
| PlotMouseDragEventHandler () | |
| virtual | ~PlotMouseDragEventHandler () |
| virtual void | handleMouseDrag (const PlotMouseDragEvent &event)=0 |
| Handle the given event. | |
Base class for a handler for PlotMouseDragEvent.
Definition at line 79 of file PlotEventHandler.h.
| casa::PlotMouseDragEventHandler::PlotMouseDragEventHandler | ( | ) | [inline] |
Definition at line 81 of file PlotEventHandler.h.
| virtual casa::PlotMouseDragEventHandler::~PlotMouseDragEventHandler | ( | ) | [inline, virtual] |
Definition at line 83 of file PlotEventHandler.h.
| virtual void casa::PlotMouseDragEventHandler::handleMouseDrag | ( | const PlotMouseDragEvent & | event | ) | [pure virtual] |
Handle the given event.
Implemented in casa::PlotMouseTool.
1.6.1