casa
$Rev:20696$
|
Event sent to tell MWCCrosshairTool to reset. More...
#include <MWCEvents.h>
Public Member Functions | |
ResetCrosshairEvent (Bool skipRefresh=False) | |
caller sets skipRefresh=True iff it is handling refresh itself. | |
virtual const Bool | skipRefresh () const |
Private Attributes | |
Bool | skipRefresh_ |
Event sent to tell MWCCrosshairTool to reset.
ResetCrosshairEvent is created and sent to MWCCrosshairTool (via WorldCanvas::handleEvent()) to tell the crosshair to reset itself.
This allows display library objects (e.g. MSAsRaster) to remove the crosshair from the screen when appropriate (e.g. when it has received a selection event from it).
Definition at line 51 of file MWCEvents.h.
casa::ResetCrosshairEvent::ResetCrosshairEvent | ( | Bool | skipRefresh = False | ) | [inline] |
caller sets skipRefresh=True iff it is handling refresh itself.
Definition at line 55 of file MWCEvents.h.
virtual const Bool casa::ResetCrosshairEvent::skipRefresh | ( | ) | const [inline, virtual] |
Definition at line 57 of file MWCEvents.h.
References skipRefresh_.
Bool casa::ResetCrosshairEvent::skipRefresh_ [private] |
Definition at line 60 of file MWCEvents.h.
Referenced by skipRefresh().