apptools.scripting.recorder_with_ui module

A Recorder subclass that presents a simple user interface.

class apptools.scripting.recorder_with_ui.CloseHandler[source]

Bases: traitsui.handler.Handler

This class cleans up after the UI for the recorder is closed.

close(info, is_ok)[source]

This method is invoked when the user closes the UI.

class apptools.scripting.recorder_with_ui.RecorderWithUI[source]

Bases: apptools.scripting.recorder.Recorder

This class represents a Recorder but with a simple user interface.

on_ui_close()[source]

Called from the CloseHandler when the UI is closed. This method basically stops the recording.