EventManager

Inheritance:

Methods of EventManager:

__init__
def __init__(self, eventQueue=None)

Create a C++ event queue and handler

doEvents
def doEvents(self)

Process all the events on the C++ event queue

eventLoopTask
def eventLoopTask(self, task)

Process all the events on the C++ event queue

parseEventParameter
def parseEventParameter(self, eventParameter)

Extract the actual data from the eventParameter

processEvent
def processEvent(self, event)

Process a C++ event

restart
def restart(self)

Undocumented function.

shutdown
def shutdown(self)

Undocumented function.