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

WorldCanvas event-based rectangle region drawer. More...

#include <MWCRTRegion.h>

Inheritance diagram for casa::MWCRTRegion:
casa::MWCRectTool casa::MultiWCTool casa::DTVisible casa::DisplayTool casa::WCPositionEH casa::WCMotionEH casa::WCRefreshEH casa::DisplayEH casa::QtOldRTRegion casa::QtOldRectTool

List of all members.

Public Member Functions

 MWCRTRegion (Display::KeySym keysym=Display::K_Pointer_Button2)
 Constructor.
virtual ~MWCRTRegion ()
 Destructor.
virtual void handleEvent (DisplayEvent &ev)
 handle events, via new-style interface.

Protected Member Functions

virtual void doubleInside ()
 Handle double-click inside the rectangle.
virtual void regionReady ()
 This function is called when a region is deliberately "finished" by the user.
void getWorldCoords (Vector< Double > &blc, Vector< Double > &trc)
 get the world coords of the current rectangular region
void getLinearCoords (Vector< Double > &blc, Vector< Double > &trc)
 get the linear coords of the current rectangular region

Detailed Description

WorldCanvas event-based rectangle region drawer.

Intended use:

Public interface

Review Status

<prerequisites> MWCRectTool </prerequisites>

Etymology

MWCRTRegion stands for MultiWorldCanvas Rectangle Tool Region

Synopsis

This class finalises the functionality in MWCRectTool to implement event-based drawing of rectangular regions on a WorldCanvas. Double clicking inside the constructed rectangle emits the region, whilst pressing Escape cancels the region.

Example

Motivation

Rectangular regions are the most common regions, and constructing them visually can be very efficient.

To Do

Definition at line 78 of file MWCRTRegion.h.


Constructor & Destructor Documentation

Constructor.

virtual casa::MWCRTRegion::~MWCRTRegion ( ) [virtual]

Destructor.


Member Function Documentation

virtual void casa::MWCRTRegion::doubleInside ( ) [protected, virtual]

Handle double-click inside the rectangle.

Invokes regionReady().

Reimplemented from casa::MWCRectTool.

void casa::MWCRTRegion::getLinearCoords ( Vector< Double > &  blc,
Vector< Double > &  trc 
) [protected]

get the linear coords of the current rectangular region

void casa::MWCRTRegion::getWorldCoords ( Vector< Double > &  blc,
Vector< Double > &  trc 
) [protected]

get the world coords of the current rectangular region

virtual void casa::MWCRTRegion::handleEvent ( DisplayEvent ev) [virtual]

handle events, via new-style interface.

Currently just for reset event.

Reimplemented from casa::DisplayEH.

virtual void casa::MWCRTRegion::regionReady ( ) [inline, protected, virtual]

This function is called when a region is deliberately "finished" by the user.

It can be implemented to do further actions, such as report the region to the application

Reimplemented in casa::QtOldRTRegion.

Definition at line 99 of file MWCRTRegion.h.


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