|
CompoundPye
0.93
Modelling and Simulation Framework for Neural Networks of Arthropod Compound Eyes
|
This class is a QTabWidget whose tabs contain two similar editor-widgets, in which the user can build up and edit a circuit of neurons/components. More...
Inherits QTabWidget.
Public Member Functions | |
| def | __init__ |
| Initializes an 'EditorTabs'-object. More... | |
| def | load_file |
| Loads the circuit-file fname. More... | |
| def | save_file |
| Saves the current circuit in a circuit(text)-file. More... | |
This class is a QTabWidget whose tabs contain two similar editor-widgets, in which the user can build up and edit a circuit of neurons/components.
Only 'column'-mode is implemented so far, which basically means that the user adds/removes/edits neurons that appear in each column (one column per sensor) or connecting two neighbouring columns.
| def CompoundPye.src.GUI.circuit_editor.EditorTabs.__init__ | ( | self, | |
fname = None |
|||
| ) |
Initializes an 'EditorTabs'-object.
| fname | Path to an initial file, None if no initial file is provided. |
| def CompoundPye.src.GUI.circuit_editor.EditorTabs.load_file | ( | self, | |
| fname | |||
| ) |
Loads the circuit-file fname.
| fname | Path to the circuit(text)-file. |
| def CompoundPye.src.GUI.circuit_editor.EditorTabs.save_file | ( | self, | |
| fname | |||
| ) |
Saves the current circuit in a circuit(text)-file.