CompoundPye
0.93
Modelling and Simulation Framework for Neural Networks of Arthropod Compound Eyes
|
This package contains a graphical circuit editor (QTabWidget), enabling the user to add/remove neurons and specify parameters and connections. More...
Classes | |
class | EditorTabs |
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... | |
class | Editor |
An ditor-widget that serves as content of the tabs of 'EditorTabs'-objects. More... | |
class | CompWidget |
A CompWidget is a graphical representation (just a line of buttons really) of a neuron/component in an 'Editor'-object. More... | |
class | PopupNeuron |
A widget in which the user can specify a neuron's parameters. More... | |
class | PopupConnections |
A widget in which the user can edit a neuron's connections. More... | |
class | PopupConnectionsTangential |
Widget to edit a tangential cells connections, or rather the connections to this cell. More... | |
class | ConnectionWidget |
A widget that allows the user to choose targets of connections via combo-boxes and set the connections' weights. More... | |
class | ConnectionEdit |
A widget that allows the user to choose a target of a connection via an combo-box and set the connection's weight. More... | |
class | ConnectionEditTangential |
Creates a Widget to define parameters of a connection. More... | |
Variables | |
tuple | list_of_comps = creator.comp_dict.keys() |
This package contains a graphical circuit editor (QTabWidget), enabling the user to add/remove neurons and specify parameters and connections.
tuple CompoundPye.src.GUI.circuit_editor.list_of_comps = creator.comp_dict.keys() |