casa
$Rev:20696$
|
Base class for a handler for PlotKeyEvent. More...
#include <PlotEventHandler.h>
Public Member Functions | |
PlotKeyEventHandler () | |
virtual | ~PlotKeyEventHandler () |
virtual void | handleKey (const PlotKeyEvent &event)=0 |
Handle the given event. |
Base class for a handler for PlotKeyEvent.
Definition at line 114 of file PlotEventHandler.h.
casa::PlotKeyEventHandler::PlotKeyEventHandler | ( | ) | [inline] |
Definition at line 116 of file PlotEventHandler.h.
virtual casa::PlotKeyEventHandler::~PlotKeyEventHandler | ( | ) | [inline, virtual] |
Definition at line 118 of file PlotEventHandler.h.
virtual void casa::PlotKeyEventHandler::handleKey | ( | const PlotKeyEvent & | event | ) | [pure virtual] |
Handle the given event.
Implemented in casa::TrackerKeyHandler.