lsst.afw g714e0ed6de+61745a5d47
Loading...
Searching...
No Matches
lsst.afw.display.interface.Event Class Reference

Public Member Functions

 __init__ (self, k, x=float('nan'), y=float('nan'))
 
 __str__ (self)
 

Public Attributes

 k = k
 
 x = x
 
 y = y
 

Detailed Description

A class to handle events such as key presses in image display windows.

Definition at line 917 of file interface.py.

Constructor & Destructor Documentation

◆ __init__()

lsst.afw.display.interface.Event.__init__ ( self,
k,
x = float('nan'),
y = float('nan') )

Definition at line 921 of file interface.py.

Member Function Documentation

◆ __str__()

lsst.afw.display.interface.Event.__str__ ( self)

Definition at line 926 of file interface.py.

Member Data Documentation

◆ k

lsst.afw.display.interface.Event.k = k

Definition at line 922 of file interface.py.

◆ x

lsst.afw.display.interface.Event.x = x

Definition at line 923 of file interface.py.

◆ y

lsst.afw.display.interface.Event.y = y

Definition at line 924 of file interface.py.


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