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