lsst.afw gaaf94ba588+3cc41d2aa1
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 854 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 858 of file interface.py.

Member Function Documentation

◆ __str__()

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

Definition at line 863 of file interface.py.

Member Data Documentation

◆ k

lsst.afw.display.interface.Event.k

Definition at line 859 of file interface.py.

◆ x

lsst.afw.display.interface.Event.x

Definition at line 860 of file interface.py.

◆ y

lsst.afw.display.interface.Event.y

Definition at line 861 of file interface.py.


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