#include <MWCEvents.h>
Inheritance diagram for casa::ResetCrosshairEvent:


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.
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_ |
| 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] |
Bool casa::ResetCrosshairEvent::skipRefresh_ [private] |
1.5.1