casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Attributes
casa::ResetRTRegionEvent Class Reference

Event sent to tell MWCRTRegionTool to reset. More...

#include <MWCEvents.h>

Inheritance diagram for casa::ResetRTRegionEvent:
casa::DisplayEvent

List of all members.

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_

Detailed Description

Event sent to tell MWCRTRegionTool to reset.

Synopsis

ResetRTRegionEvent is created and sent to MWCRTRegionTool (via WorldCanvas::handleEvent()) to tell the RTRegion to reset itself.

Motivation

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.


Constructor & Destructor Documentation

caller sets skipRefresh=True iff it is handling refresh itself.

Definition at line 82 of file MWCEvents.h.


Member Function Documentation

virtual const Bool casa::ResetRTRegionEvent::skipRefresh ( ) const [inline, virtual]

Definition at line 84 of file MWCEvents.h.

References skipRefresh_.


Member Data Documentation

Definition at line 87 of file MWCEvents.h.

Referenced by skipRefresh().


The documentation for this class was generated from the following file: