lsst.afw g8cdfe0ae6a+7b97e349f2
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
lsst.afw.display.interface.Event Class Reference

Public Member Functions

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

Public Attributes

 k
 
 x
 
 y
 

Detailed Description

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

Definition at line 897 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 901 of file interface.py.

Member Function Documentation

◆ __str__()

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

Definition at line 906 of file interface.py.

Member Data Documentation

◆ k

lsst.afw.display.interface.Event.k

Definition at line 902 of file interface.py.

◆ x

lsst.afw.display.interface.Event.x

Definition at line 903 of file interface.py.

◆ y

lsst.afw.display.interface.Event.y

Definition at line 904 of file interface.py.


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