casa
5.7.0-16
|
PixelCanvas Event Handler for managing pointer motion events. More...
#include <PCMotionEH.h>
Public Member Functions | |
PCMotionEH () | |
Default Constructor Required. More... | |
virtual void | operator() (const PCMotionEvent &eh) |
Default just prints the event to cout. More... | |
virtual | ~PCMotionEH () |
Destructor. More... | |
PixelCanvas Event Handler for managing pointer motion events.
PCMotionEH : PixelCanvas Motion Event Handler
Designed for derivation, this class is the base class which is communicated to when the pointer moves across the display window. The application programmer should derive from this class, add any data fields needed, and override operator () to handle mouse motion.
Wanted a standard method for event management. It was felt that a class might be more flexible than callback methods because a class can contain data and other functions as well.
see the WorldCanvas code see the Display test directory
Definition at line 72 of file PCMotionEH.h.
casa::PCMotionEH::PCMotionEH | ( | ) |
Default Constructor Required.
|
virtual |
Destructor.
|
virtual |
Default just prints the event to cout.
Reimplemented in casa::WorldCanvas, casa::Annotations, and casa::PCToolMotEH.