hyloa.gui.command_window module

Code to manage the window where you can run code to make changes to the data

class hyloa.gui.command_window.CommandWindow(app_instance)[source]

Bases: QWidget

Class for all the window, for comand history navigation and evaluation

append_text(text)[source]
eventFilter(obj, event)[source]

Handle switch for navigation in command’s history or execute command

execute_command()[source]

Function that execute the command

navigate_history(direction)[source]

Function for navigating in all command’s history

refresh_variables()[source]

Function to update the varibales konwn by the shell

class hyloa.gui.command_window.ShellEditor(parent=None)[source]

Bases: QTextEdit

Class for wrinting in the shell

keyPressEvent(event)[source]

Function to handle events from key pressing

mousePressEvent(event)[source]

Function to handle events from mouse pressing