Public Member Functions | |
def | onEvent |
def | __init__ |
Public Attributes | |
InterestedWindows |
Event Mapping Base Class for the ActiveApplication Mappings Inherit from this class if you want to define a per application event mapping where the application has to be the currently focused app
Definition at line 41 of file GizmoScriptActiveApplication.py.
def GizmoScriptActiveApplication::GizmoScriptActiveApplication::onEvent | ( | self, | ||
Event, | ||||
Gizmo = None | ||||
) |
See GizmodDispatcher.onEvent documention for an explanation of this function
Reimplemented from GizmoScriptDefault::GizmoScriptDefault.
Reimplemented in 410-ATIX10-MythTV::ATIX10MythTV, 510-LIRC-Hauppauge-MythTV::LIRCHauppaugeMythTV, and 510-LIRC-MceUSB2-MythTV::LIRCMceUSB2MythTV.
Definition at line 53 of file GizmoScriptActiveApplication.py.
def GizmoScriptActiveApplication::GizmoScriptActiveApplication::__init__ | ( | self, | ||
Enabled, | ||||
VersionNeeded, | ||||
InterestedClasses, | ||||
InterestedWindows | ||||
) |