casa
5.7.0-16
|
PixelCanvas motion event handler for PCTool. More...
#include <PCTool.h>
Public Member Functions | |
PCToolMotEH (PCTool *tool) | |
virtual | ~PCToolMotEH () |
virtual void | operator() (const PCMotionEvent &ev) |
Default just prints the event to cout. More... | |
Public Member Functions inherited from casa::PCMotionEH | |
PCMotionEH () | |
Default Constructor Required. More... | |
virtual | ~PCMotionEH () |
Destructor. More... | |
Private Attributes | |
PCTool * | itsTool |
PixelCanvas motion event handler for PCTool.
This class is a simple implementation of a PCMotionEH which passes PixelCanvas motion events on to a single PCTool.
casa::PCToolMotEH::PCToolMotEH | ( | PCTool * | tool | ) |
|
virtual |
Default just prints the event to cout.
Reimplemented from casa::PCMotionEH.