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