casa
$Rev:20696$
|
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) | |
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 casa::WCToolRefEH::~WCToolRefEH | ( | ) | [inline, virtual] |
virtual void casa::WCToolRefEH::operator() | ( | const WCRefreshEvent & | ev | ) | [virtual] |
original handler interface (still used for WCRefreshEvents)
Implements casa::WCRefreshEH.
WCTool* casa::WCToolRefEH::itsTool [private] |