lsst.afw g9029821c7d+231b49cb4f
Public Member Functions | Public Attributes | List of all members
lsst.afw.display.interface.Event Class Reference

Public Member Functions

def __init__ (self, k, x=float('nan'), y=float('nan'))
 
def __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 831 of file interface.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 835 of file interface.py.

Member Function Documentation

◆ __str__()

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

Definition at line 840 of file interface.py.

Member Data Documentation

◆ k

lsst.afw.display.interface.Event.k

Definition at line 836 of file interface.py.

◆ x

lsst.afw.display.interface.Event.x

Definition at line 837 of file interface.py.

◆ y

lsst.afw.display.interface.Event.y

Definition at line 838 of file interface.py.


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