casa
$Rev:20696$
|
Base class for a handler for PlotWheelEvent. More...
#include <PlotEventHandler.h>
Public Member Functions | |
PlotWheelEventHandler () | |
virtual | ~PlotWheelEventHandler () |
virtual void | handleWheel (const PlotWheelEvent &event)=0 |
Handle the given event. |
Base class for a handler for PlotWheelEvent.
Definition at line 103 of file PlotEventHandler.h.
casa::PlotWheelEventHandler::PlotWheelEventHandler | ( | ) | [inline] |
Definition at line 105 of file PlotEventHandler.h.
virtual casa::PlotWheelEventHandler::~PlotWheelEventHandler | ( | ) | [inline, virtual] |
Definition at line 107 of file PlotEventHandler.h.
virtual void casa::PlotWheelEventHandler::handleWheel | ( | const PlotWheelEvent & | event | ) | [pure virtual] |
Handle the given event.
Implemented in casa::PlotMouseTool.