casa
$Rev:20696$
|
WorldCanvas event-based rectangle region drawer. More...
#include <MultiPVToolImpl.h>
Public Member Functions | |
MultiPVToolImpl (viewer::RegionSourceFactory *rf, PanelDisplay *pd, Display::KeySym keysym=Display::K_Pointer_Button2) | |
Constructor. | |
virtual | ~MultiPVToolImpl () |
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 |
WorldCanvas event-based rectangle region drawer.
Public interface
<prerequisites> MWCRectTool </prerequisites>
MultiPVToolImpl stands for MultiWorldCanvas Rectangle Tool Region
Why this "finalization" is required is beyond me... i.e. why not roll this functionality into the parent class??
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.
Rectangular regions are the most common regions, and constructing them visually can be very efficient.
Definition at line 83 of file MultiPVToolImpl.h.
casa::MultiPVToolImpl::MultiPVToolImpl | ( | viewer::RegionSourceFactory * | rf, |
PanelDisplay * | pd, | ||
Display::KeySym | keysym = Display::K_Pointer_Button2 |
||
) |
Constructor.
virtual casa::MultiPVToolImpl::~MultiPVToolImpl | ( | ) | [virtual] |
Destructor.
virtual void casa::MultiPVToolImpl::doubleInside | ( | ) | [protected, virtual] |
Handle double-click inside the rectangle.
Invokes regionReady().
Reimplemented from casa::MultiPVTool.
void casa::MultiPVToolImpl::getLinearCoords | ( | Vector< Double > & | blc, |
Vector< Double > & | trc | ||
) | [protected] |
get the linear coords of the current rectangular region
void casa::MultiPVToolImpl::getWorldCoords | ( | Vector< Double > & | blc, |
Vector< Double > & | trc | ||
) | [protected] |
get the world coords of the current rectangular region
virtual void casa::MultiPVToolImpl::handleEvent | ( | DisplayEvent & | ev | ) | [virtual] |
handle events, via new-style interface.
Currently just for reset event.
Reimplemented from casa::DisplayEH.
virtual void casa::MultiPVToolImpl::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::QtPVToolRegion.
Definition at line 104 of file MultiPVToolImpl.h.