Class
|
Description
|
pqWidgetEventTranslator
|
Abstract interface for objects that can convert low-level Qt events into a high-level string representation.
|
pqEventTranslator
|
Manages a collection of pqWidgetEventTranslator objects, globally capturing Qt events and marshalling them to the correct translators.
|
pqEventObserverStdout
|
Adapter object that receives high-level events from a pqEventTranslator and prints them to stdout.
|
pqEventObserverXML
|
Adapter object that receives high-level events from a pqEventTranslator and writes them to a stream in XML format.
|
pqWidgetEventPlayer
|
Abstract interface for objects that convert high-level events back into low-level Qt events, sending them to a QObject.
|
pqEventPlayer
|
Manages a collection of pqWidgetEventPlayer object, "playing back" a stream of high-level events by marshalling them to the correct players.
|
pqEventPlayerXML
|
Adapter object that reads high-level events from an XML document and sends them to a pqEventPlayer for playback.
|