casa
5.7.0-16
|
WorldCanvas refresh event handler for WCTool. More...
#include <WCTool.h>
Public Member Functions | |
WCToolRefEH (WCTool *tool) | |
virtual | ~WCToolRefEH () |
virtual void | operator() (const WCRefreshEvent &ev) |
original handler interface (still used for WCRefreshEvents) More... | |
Public Member Functions inherited from casa::WCRefreshEH | |
WCRefreshEH () | |
Default Constructor Required. More... | |
virtual | ~WCRefreshEH () |
Destructor. More... | |
Public Member Functions inherited from casa::DisplayEH | |
virtual void | handleEvent (DisplayEvent &) |
Classes that contain this interface (i.e., derive from it) can override this method to implement actions for whatever types of DisplayEvent they're interested in. More... | |
virtual | ~DisplayEH () |
Private Attributes | |
WCTool * | itsTool |
WorldCanvas refresh event handler for WCTool.
This class is a simple implementation of a WCRefreshEH which passes WorldCanvas refresh events on to a single WCTool.
casa::WCToolRefEH::WCToolRefEH | ( | WCTool * | tool | ) |
|
virtual |
original handler interface (still used for WCRefreshEvents)
Implements casa::WCRefreshEH.