|
seq
4.0.0-pre3
|
Public Member Functions | |
| def | __init__ (self, dict config, scripts, *args, **kwargs) |
| Initializes the MainWindow of the application. More... | |
| def | dispose (self, server=True) |
| def | on_cmdline_returnPressed (self) |
| return pressed kbd callback More... | |
| def | on_actionReset_triggered (self) |
| reset action callback More... | |
| def | on_actionRecycle_triggered (self) |
| reset action callback More... | |
| def | on_actionAbort_triggered (self) |
| reset action callback More... | |
| def | on_runCommandButton_pressed (self) |
| run action callback More... | |
| def | on_actionLoad_Script_triggered (self, append_flag=False) |
| Load a module. More... | |
| def | on_actionAppend_Script_triggered (self) |
| def | on_actionAppend_OB_triggered (self) |
| Load a module. More... | |
| def | on_actionFetch_OB_triggered (self) |
| Sends OTTO config to server and fetches next item from the queue. More... | |
| def | open_ob_by_file (self, str file_name, append_flag=False) |
| Loads an OB by file name. More... | |
| def | on_actionOBOpen_triggered (self, append_flag=False) |
| Loads an OB or py module. More... | |
| def | on_actionAppend_OB_triggered (self) |
| Loads an OB or py module. More... | |
| def | add_recent_file (self, fname) |
| def | on_actionSequencerRun_triggered (self) |
| sends run command to server More... | |
| def | on_actionSequencerContinue_triggered (self) |
| send continue command to server More... | |
| def | on_actionSequencerConnect_triggered (self) |
| Attempts to connect to REP server for commands, state and logs publisher. More... | |
| def | on_actionSequencerDisconnect_triggered (self) |
| Server(s) disconnect. More... | |
| def | on_actionOttoConfig_triggered (self) |
| Server settings connection dialog. More... | |
| def | on_actionList_OBs_triggered (self) |
| def | fetch_ob_byid (self, obid) |
| def | openMenu (self, position) |
| Opens context menu. More... | |
| def | command_to_server (self, command) |
| Sends a single command to server. More... | |
| def | present_data_from_server (self, s) |
| Presents data from server. More... | |
| def | present_error_from_server (self, s) |
| Shows error from server. More... | |
| def | err_display (self, lines) |
| Shows dialog with Python TB info. More... | |
| def | read_obs (self) |
| Reads an OB. More... | |
| def | read_all_ob_vars (self) |
| Iterates over the OB List to request cache of their variables. More... | |
| def | read_obs_vars (self, pos) |
| This method will get vars for only one OB. More... | |
| def | show_obs_vars (self, pos) |
| def | fill_item (self, item, value) |
| method pending – for showing OB variables More... | |
| def | add_var (self, item, value) |
| Shows ob variable. More... | |
| def | closeEvent (self, event) |
| Pocesses close event. More... | |
| def | on_actionApplicationExit_triggered (self) |
| closes app More... | |
| def | update_checked (self, sn) |
| Check button pressed, unblock node. More... | |
| def | continue_seq (self, node_result) |
| Dialog ok button pressed, unblock node. More... | |
| def | on_actionApplicationDebugMode_triggered (self, state) |
| def | on_actionNodePause_triggered (self) |
| def | on_actionNodeSkip_triggered (self) |
| def | on_actionNodeExec_triggered (self) |
| def | serversConnectionState_changed (self, state) |
Public Attributes | |
| ui | |
| config | |
| server_address | |
| model | |
| varsModel | |
| varsCache | |
| maxRecentFiles | |
| recentFilesActions | |
| recentFileSeparator | |
| recent_file_list | |
| socket_server | |
| port | |
| err_dialog | |
| otto_interface | |
Static Public Attributes | |
| connected_to_seq_server = Signal(bool) | |
| def gui.seqguiMain.MainWindow.__init__ | ( | self, | |
| dict | config, | ||
| scripts, | |||
| * | args, | ||
| ** | kwargs | ||
| ) |
Initializes the MainWindow of the application.
| address | str Sequencer Server Socket address |
| def gui.seqguiMain.MainWindow.add_recent_file | ( | self, | |
| fname | |||
| ) |
| def gui.seqguiMain.MainWindow.add_var | ( | self, | |
| item, | |||
| value | |||
| ) |
Shows ob variable.
| def gui.seqguiMain.MainWindow.closeEvent | ( | self, | |
| event | |||
| ) |
Pocesses close event.
| def gui.seqguiMain.MainWindow.command_to_server | ( | self, | |
| command | |||
| ) |
Sends a single command to server.
| def gui.seqguiMain.MainWindow.continue_seq | ( | self, | |
| node_result | |||
| ) |
Dialog ok button pressed, unblock node.
| def gui.seqguiMain.MainWindow.dispose | ( | self, | |
server = True |
|||
| ) |
| def gui.seqguiMain.MainWindow.err_display | ( | self, | |
| lines | |||
| ) |
Shows dialog with Python TB info.
| def gui.seqguiMain.MainWindow.fetch_ob_byid | ( | self, | |
| obid | |||
| ) |
| def gui.seqguiMain.MainWindow.fill_item | ( | self, | |
| item, | |||
| value | |||
| ) |
method pending – for showing OB variables
| def gui.seqguiMain.MainWindow.on_actionAbort_triggered | ( | self | ) |
reset action callback
| def gui.seqguiMain.MainWindow.on_actionAppend_OB_triggered | ( | self | ) |
Load a module.
| def gui.seqguiMain.MainWindow.on_actionAppend_OB_triggered | ( | self | ) |
Loads an OB or py module.
| def gui.seqguiMain.MainWindow.on_actionAppend_Script_triggered | ( | self | ) |
| def gui.seqguiMain.MainWindow.on_actionApplicationDebugMode_triggered | ( | self, | |
| state | |||
| ) |
| def gui.seqguiMain.MainWindow.on_actionApplicationExit_triggered | ( | self | ) |
closes app
| def gui.seqguiMain.MainWindow.on_actionFetch_OB_triggered | ( | self | ) |
Sends OTTO config to server and fetches next item from the queue.
| def gui.seqguiMain.MainWindow.on_actionList_OBs_triggered | ( | self | ) |
| def gui.seqguiMain.MainWindow.on_actionLoad_Script_triggered | ( | self, | |
append_flag = False |
|||
| ) |
Load a module.
| def gui.seqguiMain.MainWindow.on_actionNodeExec_triggered | ( | self | ) |
| def gui.seqguiMain.MainWindow.on_actionNodePause_triggered | ( | self | ) |
| def gui.seqguiMain.MainWindow.on_actionNodeSkip_triggered | ( | self | ) |
| def gui.seqguiMain.MainWindow.on_actionOBOpen_triggered | ( | self, | |
append_flag = False |
|||
| ) |
Loads an OB or py module.
| def gui.seqguiMain.MainWindow.on_actionOttoConfig_triggered | ( | self | ) |
Server settings connection dialog.
| def gui.seqguiMain.MainWindow.on_actionRecycle_triggered | ( | self | ) |
reset action callback
| def gui.seqguiMain.MainWindow.on_actionReset_triggered | ( | self | ) |
reset action callback
| def gui.seqguiMain.MainWindow.on_actionSequencerConnect_triggered | ( | self | ) |
Attempts to connect to REP server for commands, state and logs publisher.
| def gui.seqguiMain.MainWindow.on_actionSequencerContinue_triggered | ( | self | ) |
send continue command to server
| def gui.seqguiMain.MainWindow.on_actionSequencerDisconnect_triggered | ( | self | ) |
Server(s) disconnect.
| def gui.seqguiMain.MainWindow.on_actionSequencerRun_triggered | ( | self | ) |
sends run command to server
| def gui.seqguiMain.MainWindow.on_cmdline_returnPressed | ( | self | ) |
return pressed kbd callback
| def gui.seqguiMain.MainWindow.on_runCommandButton_pressed | ( | self | ) |
run action callback
| def gui.seqguiMain.MainWindow.open_ob_by_file | ( | self, | |
| str | file_name, | ||
append_flag = False |
|||
| ) |
Loads an OB by file name.
| def gui.seqguiMain.MainWindow.openMenu | ( | self, | |
| position | |||
| ) |
Opens context menu.
| def gui.seqguiMain.MainWindow.present_data_from_server | ( | self, | |
| s | |||
| ) |
Presents data from server.
| def gui.seqguiMain.MainWindow.present_error_from_server | ( | self, | |
| s | |||
| ) |
Shows error from server.
| def gui.seqguiMain.MainWindow.read_all_ob_vars | ( | self | ) |
Iterates over the OB List to request cache of their variables.
| def gui.seqguiMain.MainWindow.read_obs | ( | self | ) |
Reads an OB.
| def gui.seqguiMain.MainWindow.read_obs_vars | ( | self, | |
| pos | |||
| ) |
This method will get vars for only one OB.
| def gui.seqguiMain.MainWindow.serversConnectionState_changed | ( | self, | |
| state | |||
| ) |
| def gui.seqguiMain.MainWindow.show_obs_vars | ( | self, | |
| pos | |||
| ) |
| def gui.seqguiMain.MainWindow.update_checked | ( | self, | |
| sn | |||
| ) |
Check button pressed, unblock node.
| gui.seqguiMain.MainWindow.config |
|
static |
| gui.seqguiMain.MainWindow.err_dialog |
| gui.seqguiMain.MainWindow.maxRecentFiles |
| gui.seqguiMain.MainWindow.model |
| gui.seqguiMain.MainWindow.otto_interface |
| gui.seqguiMain.MainWindow.port |
| gui.seqguiMain.MainWindow.recent_file_list |
| gui.seqguiMain.MainWindow.recentFilesActions |
| gui.seqguiMain.MainWindow.recentFileSeparator |
| gui.seqguiMain.MainWindow.server_address |
| gui.seqguiMain.MainWindow.socket_server |
| gui.seqguiMain.MainWindow.ui |
| gui.seqguiMain.MainWindow.varsCache |
| gui.seqguiMain.MainWindow.varsModel |