casa
$Rev:20696$
|
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. | |
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 casa::PCToolRefEH::~PCToolRefEH | ( | ) | [inline, virtual] |
virtual void casa::PCToolRefEH::operator() | ( | const PCRefreshEvent & | eh | ) | [virtual] |
Default just prints the event to cout.
Reimplemented from casa::PCRefreshEH.
PCTool* casa::PCToolRefEH::itsTool [private] |