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