Part of kiwi.ui.test.recorder View In Hierarchy
Known subclasses: kiwi.ui.test.recorder.ButtonClickedEvent, kiwi.ui.test.recorder.EntryActivateEvent, kiwi.ui.test.recorder.EntrySetTextEvent, kiwi.ui.test.recorder.ImageMenuItemButtonReleaseEvent, kiwi.ui.test.recorder.MenuItemActivateEvent, kiwi.ui.test.recorder.ObjectListDoubleClick, kiwi.ui.test.recorder.ObjectListSelectionChanged, kiwi.ui.test.recorder.ToolButtonReleaseEvent
Event
which is
tied to a GObject signal, Recorder
uses
this to automatically attach itself to a signal at which point this object
will be instantiated.Class Variables | signal_name | signal to listen to |
Method | __init__ | Create a new SignalEvent object. |
Class Method | connect | Calls connect on object for signal signal_name. |
Inherited from Event:
Method | get_toplevel | This fetches the toplevel widget for a specific object, |
Method | serialize | Serialize the widget, write the code here which is |
Parameters | object | |
name | ||
args |
Parameters | object | object to connect on |
signal_name | signal name to listen to | |
cb | callback |