The keyEvents module

The keyEvents module contains the KeyEvents class which provides the ability to parse a QKeyEvent into a string representation of the keys that were pressed.

The KeyEvents class

Inheritance diagram of pyamp.ui.qt.keyEvents.KeyEvents

class pyamp.ui.qt.keyEvents.KeyEvents[source]

This class provided functions for dealing with PyQt4.QtGui.QKeyEvent objects.

The main function of this class is to provide a method to convert a PyQt4.QtGui.QKeyEvent object into a string representation of the keys that were pressed in the given event.

classmethod parse(event)[source]

Parse the given QKeyEvent into the string representation of the keys pressed.

  • event – The QKeyEvent

Table Of Contents

Previous topic

The interrupt module

Next topic

The resizePolicy module

This Page