CompoundPye
0.93
Modelling and Simulation Framework for Neural Networks of Arthropod Compound Eyes
|
Widget to edit a tangential cells connections, or rather the connections to this cell. More...
Inherits QWidget.
Public Member Functions | |
def | __init__ |
Initializes a 'PopupConnection'-object. More... | |
def | init_UI |
Initializes all Widgets (labels,buttons,etc.) that are shown in this tab. More... | |
def | do_cancel |
Close this pop-up and all ConnectionWidgets it contains. More... | |
def | do_done |
Close this pop-up and all ConnectionWidgets it contains, store the ConnectionWidgets' contents in the parent Editor's lists. More... | |
Widget to edit a tangential cells connections, or rather the connections to this cell.
Very similar to the PopupConnections class, only with two different features:
def CompoundPye.src.GUI.circuit_editor.PopupConnectionsTangential.__init__ | ( | self, | |
parent_editor, | |||
neuron_name | |||
) |
Initializes a 'PopupConnection'-object.
paren_Editor | Requires a pointer to the parent 'Editor'-object of the CompWidget which creates this PopupConnection (to read/write values to the 'Editor'-object). |
neuron_name | Name of the neuron (required to find its connections in the Editor's lists of connections). |
def CompoundPye.src.GUI.circuit_editor.PopupConnectionsTangential.do_cancel | ( | self | ) |
Close this pop-up and all ConnectionWidgets it contains.
def CompoundPye.src.GUI.circuit_editor.PopupConnectionsTangential.do_done | ( | self | ) |
Close this pop-up and all ConnectionWidgets it contains, store the ConnectionWidgets' contents in the parent Editor's lists.
def CompoundPye.src.GUI.circuit_editor.PopupConnectionsTangential.init_UI | ( | self | ) |
Initializes all Widgets (labels,buttons,etc.) that are shown in this tab.