Package pyraf :: Module gkigcur :: Class Gcursor
[hide private]
[frames] | no frames]

Class Gcursor

source code

This handles the classical IRAF gcur mode

Instance Methods [hide private]
 
__init__(self, window) source code
 
__call__(self) source code
 
startCursorMode(self) source code
 
cursorOn(self)
Turn cross-hair cursor on
source code
 
cursorOff(self)
Turn cross-hair cursor off
source code
 
bind(self) source code
 
unbind(self) source code
 
getNDCCursorPos(self)
Do an immediate cursor read and return coordinates in NDC coordinates
source code
 
getMousePosition(self, event) source code
 
moveCursorRelative(self, event, deltaX, deltaY) source code
 
moveUp(self, event) source code
 
moveDown(self, event) source code
 
moveRight(self, event) source code
 
moveLeft(self, event) source code
 
moveUpBig(self, event) source code
 
moveDownBig(self, event) source code
 
moveRightBig(self, event) source code
 
moveLeftBig(self, event) source code
 
writeString(self, s)
Write a string to status line
source code
 
readString(self, prompt="")
Prompt and read a string
source code
 
getKey(self, event) source code
 
appendMetacode(self, metacode) source code
 
_convertXY(self, x, y)
Returns x,y,gwcs converted to physical units using current WCS
source code
 
_setRetString(self, key, x, y, colonString) source code