#include <QtOldMWCTools.qo.h>
Public Slots | |
void | setCoordType (const String &t) |
Signals | |
void | wcNotify (const String c, const Vector< Double > px, const Vector< Double > py, const Vector< Double > wx, const Vector< Double > wy, const ProfileType ptype) |
Public Member Functions | |
QtOldCrossTool () | |
virtual | ~QtOldCrossTool () |
virtual void | crosshairReady (const String &evtype) |
Called when the crosshair position has been chosen. |
Definition at line 129 of file QtOldMWCTools.qo.h.
casa::QtOldCrossTool::QtOldCrossTool | ( | ) |
virtual casa::QtOldCrossTool::~QtOldCrossTool | ( | ) | [inline, virtual] |
Definition at line 134 of file QtOldMWCTools.qo.h.
virtual void casa::QtOldCrossTool::crosshairReady | ( | const String & | ) | [virtual] |
Called when the crosshair position has been chosen.
Override to handle the crosshair-position-ready 'event'. evtype is "down" "move" or "up" depending on the state of the mouse leading to this event.
Reimplemented from casa::MWCCrosshairTool.
void casa::QtOldCrossTool::setCoordType | ( | const String & | t | ) | [virtual, slot] |
Reimplemented from casa::QtOldMWCTool.
void casa::QtOldCrossTool::wcNotify | ( | const String | c, | |
const Vector< Double > | px, | |||
const Vector< Double > | py, | |||
const Vector< Double > | wx, | |||
const Vector< Double > | wy, | |||
const ProfileType | ptype | |||
) | [signal] |