Event Class Reference


Public Member Functions

def getDescription(self)
def getKey(self)
def getMouseLocation(self)
def getOldMouseLocation(self)
def getTrigger(self)


Detailed Description

An event typically triggered by the user interface.

Member Function Documentation

def getDescription (   self  ) 

Return a text description of the event.

Possibilities include:
  'mouse click', 'mouse release', 'mouse drag', 'keyboard, 'timer'

def getKey (   self  ) 

Return a string designating the key pressed for a keyboard event.

def getMouseLocation (   self  ) 

Return a Point designating the location of the mouse at the time of the event.

def getOldMouseLocation (   self  ) 

Return a Point designating the location of the mouse at the start of a mouse drag.

def getTrigger (   self  ) 

Return a reference to the object that triggered the event.


The documentation for this class was generated from the following file:
Generated on Fri Dec 21 18:19:28 2007 by  doxygen 1.5.3