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