casa
$Rev:20696$
|
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 81 of file PlotEventHandler.h.
Definition at line 83 of file PlotEventHandler.h.
virtual casa::PlotMouseDragEventHandler::~PlotMouseDragEventHandler | ( | ) | [inline, virtual] |
Definition at line 85 of file PlotEventHandler.h.
virtual void casa::PlotMouseDragEventHandler::handleMouseDrag | ( | const PlotMouseDragEvent & | event | ) | [pure virtual] |
Handle the given event.
Implemented in casa::PlotMouseTool.