casa
$Rev:20696$
|
Event sent to tell MWCRTRegionTool to reset. More...
#include <MWCEvents.h>
Public Member Functions | |
ResetRTRegionEvent (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 MWCRTRegionTool to reset.
ResetRTRegionEvent is created and sent to MWCRTRegionTool (via WorldCanvas::handleEvent()) to tell the RTRegion to reset itself.
This allows display library objects (e.g. MSAsRaster) to remove the rectangle from the screen when appropriate (e.g. when it has received a selection event from it).
Definition at line 78 of file MWCEvents.h.
casa::ResetRTRegionEvent::ResetRTRegionEvent | ( | Bool | skipRefresh = False | ) | [inline] |
caller sets skipRefresh=True iff it is handling refresh itself.
Definition at line 82 of file MWCEvents.h.
virtual const Bool casa::ResetRTRegionEvent::skipRefresh | ( | ) | const [inline, virtual] |
Definition at line 84 of file MWCEvents.h.
References skipRefresh_.
Bool casa::ResetRTRegionEvent::skipRefresh_ [private] |
Definition at line 87 of file MWCEvents.h.
Referenced by skipRefresh().