SequencerFrame
SequencerFrame.setEnabled()
SequencerFrame.model()
SequencerFrame.set_model()
SequencerFrame.connect_signals()
SequencerFrame.disconnect_signals()
SequencerFrame.clear()
SequencerFrame.selected_property_tab()
SequencerFrame.breakpoints()
SequencerFrame.set_breakpoints()
SequencerFrame.active_breakpoint()
SequencerFrame.set_active_breakpoint()
SequencerFrame.generate_code()
SequencerFrame.debugger_finished()
SequencerFrame.update_variables()
SequencerFrame.update()
SequencerFrame.staticMetaObject
SequencerView
SequencerView.connect_signals()
SequencerView.disconnect_signals()
SequencerView.sequence_changed()
SequencerView.setEnabled()
SequencerView.model()
SequencerView.set_model()
SequencerView.clicked_new()
SequencerView.clicked_load()
SequencerView.clicked_save()
SequencerView.clicked_save_as()
SequencerView.clicked_store()
SequencerView.clicked_code()
SequencerView.clicked_compile()
SequencerView.single()
SequencerView.pause()
SequencerView.closeEvent()
SequencerView.update()
SequencerView.debugger_finished()
SequencerView.staticMetaObject
Bases: QFrame
, Ui_sequencerFrame
Controls the enabled state of widgets when switching between setup and debug mode.
enable (bool): enable is True for setup mode and false for debug mode.
Sets the model.
model (SequencerModel): The model.
Clears all ActionItems in the Import List, Variable Table, Sequence Tree, and Preview Tab Frame.
Updates the contents the Variable Table based on the tab selected.
Gets the breakpoint list.
breakpoints (list): A list of breakpoint line numbers.
Sets the breakpoint list.
breakpoints (list): A list of breakpoint line numbers.
Gets the active breakpoint.
active_breakpoint (int): The active breakpoint line number.
Sets the active breakpoint.
active_breakpoint (int): The active breakpoint line number.
Updates the GUI.
The entire menu will update by default.
frame (frame): Contains the state of all local variables during debug mode. enabled (bool): Update only the Enable state if True. imports (bool): Update only the Import List if True. variables (bool): Update only the Variable Table if True. sequence (bool): Update only the Sequence Tree if True.
Bases: AbstractView
, QMainWindow
, Ui_sequencerMenu
Controls the enabled state of widgets when switching between setup and debug mode.
enable (bool): enable is True for setup mode and false for debug mode.
Sets the model.
model (SequencerModel): The model.
Updates the GUI.
The entire menu will update by default.
frame (frame): Contains the state of all local variables during debug mode. enabled (bool): Update only the Enable state if True. imports (bool): Update only the Import List if True. variables (bool): Update only the Variable Table if True. sequence (bool): Update only the Sequence Tree if True.