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

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

#include <MultiRectToolImpl.h>

Inheritance diagram for casa::MultiRectToolImpl:
casa::MultiRectTool casa::RegionTool casa::DTVisible casa::viewer::RegionCreator casa::MultiWCTool casa::DisplayTool casa::WCPositionEH casa::WCMotionEH casa::WCRefreshEH casa::DisplayEH casa::QtRTRegion casa::QtRectTool

List of all members.

Public Member Functions

 MultiRectToolImpl (viewer::RegionSourceFactory *rf, PanelDisplay *pd, Display::KeySym keysym=Display::K_Pointer_Button2)
 Constructor.
virtual ~MultiRectToolImpl ()
 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

MultiRectToolImpl stands for MultiWorldCanvas Rectangle Tool Region

Synopsis

Why this "finalization" is required is beyond me... i.e. why not roll this functionality into the parent class??

Thu Aug 18 20:13:53 UTC 2011

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 83 of file MultiRectToolImpl.h.


Constructor & Destructor Documentation

Constructor.

Destructor.


Member Function Documentation

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

Handle double-click inside the rectangle.

Invokes regionReady().

Reimplemented from casa::MultiRectTool.

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

get the linear coords of the current rectangular region

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

get the world coords of the current rectangular region

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

handle events, via new-style interface.

Currently just for reset event.

Reimplemented from casa::DisplayEH.

virtual void casa::MultiRectToolImpl::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::QtRTRegion.

Definition at line 104 of file MultiRectToolImpl.h.


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