|
| QtOldCrossTool () |
|
virtual | ~QtOldCrossTool () |
|
virtual void | crosshairReady (const casacore::String &evtype) |
| Called when the crosshair position has been chosen. More...
|
|
| QtOldMWCTool () |
|
virtual | ~QtOldMWCTool () |
|
virtual void | setCoordType (const casacore::String &t) |
|
| MWCCrosshairTool (Display::KeySym keysym=Display::K_Pointer_Button1, const casacore::Bool persistent=true) |
| Constructor specifies the button to respond to, and whether the crosshair should remain on screen after the button is released. More...
|
|
virtual | ~MWCCrosshairTool () |
| Destructor. More...
|
|
virtual void | get (casacore::Int &x, casacore::Int &y) const |
| Retrieve the crosshair position in pixels. More...
|
|
virtual void | getLin (casacore::Double &x, casacore::Double &y) const |
| Rectrive the crosshair position in Lin. More...
|
|
virtual void | getWorld (casacore::Double &x, casacore::Double &y) const |
| Rectrive the crosshair position in World. More...
|
|
virtual void | disable () |
| Switch the tool off: this calls the base class disable to turn off event handling, and then erases the crosshair if necessary. More...
|
|
virtual void | setCross (casacore::Bool cross=false) |
| set crosshair cursor type More...
|
|
virtual void | reset (casacore::Bool skipRefresh=false) |
| Reset to non-showing, non-active crosshair. More...
|
|
virtual void | handleEvent (DisplayEvent &ev) |
| handle events, via new-style interface. More...
|
|
| MultiWCTool (const Display::KeySym &keysym=Display::K_Pointer_Button1, bool enable_events=true) |
| Constructor taking the primary key to which this tool will respond. More...
|
|
virtual | ~MultiWCTool () |
| Destructor. More...
|
|
virtual void | addWorldCanvas (WorldCanvas &worldcanvas) |
| Add/remove a WorldCanvas from the control of this tool. More...
|
|
virtual void | removeWorldCanvas (WorldCanvas &worldcanvas) |
|
virtual void | addWorldCanvases (PanelDisplay *pdisp) |
| Add/Remove a list of WorldCanvases from PanelDisplay. More...
|
|
virtual void | removeWorldCanvases (PanelDisplay *pdisp) |
|
virtual void | enable () |
| Switch the tool on/off - this simply registers or unregisters the event handlers on the WorldCanvases. More...
|
|
virtual void | operator() (const WCPositionEvent &ev) |
| Required operators for event handling - these are called when events occur, and distribute the events to the "user-level" methods. More...
|
|
virtual void | operator() (const WCMotionEvent &ev) |
| default sends event to cout More...
|
|
virtual void | operator() (const WCRefreshEvent &ev) |
| original handler interface (still used for WCRefreshEvents) More...
|
|
virtual | ~DisplayTool () |
| Destructor. More...
|
|
virtual void | setKey (const Display::KeySym &keysym) |
| Set/get which key to catch. More...
|
|
virtual Display::KeySym | getKey () const |
|
| WCPositionEH () |
| Default Constructor Required. More...
|
|
virtual | ~WCPositionEH () |
| Destructor. More...
|
|
| WCMotionEH () |
| Default Constructor Required. More...
|
|
virtual | ~WCMotionEH () |
| Destructor. More...
|
|
| WCRefreshEH () |
| Default Constructor Required. More...
|
|
virtual | ~WCRefreshEH () |
| Destructor. More...
|
|
virtual | ~DisplayEH () |
|
| DTVisible () |
| Default constructor. More...
|
|
virtual | ~DTVisible () |
| Destructor. More...
|
|
virtual casacore::String | drawColor () const |
| Return the color to use. More...
|
|
virtual casacore::Int | lineWidth () const |
| Return the line width to use. More...
|
|
virtual casacore::Double | doubleClickInterval () const |
| Return the double click interval (in seconds). More...
|
|