CompoundPye  0.93
Modelling and Simulation Framework for Neural Networks of Arthropod Compound Eyes
 All Classes Namespaces Functions Variables Pages
CompoundPye.src.GUI.circuit_editor.PopupConnectionsTangential Class Reference

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...
 

Detailed Description

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:

  • connections need to be specified from any cell to this (tangential) cell rather than the other way around
  • some more parameters (for axis and direction) can be specified in a line edit.

Constructor & Destructor Documentation

def CompoundPye.src.GUI.circuit_editor.PopupConnectionsTangential.__init__ (   self,
  parent_editor,
  neuron_name 
)

Initializes a 'PopupConnection'-object.

Parameters
paren_EditorRequires a pointer to the parent 'Editor'-object of the CompWidget which creates this PopupConnection (to read/write values to the 'Editor'-object).
neuron_nameName of the neuron (required to find its connections in the Editor's lists of connections).

Member Function Documentation

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.


The documentation for this class was generated from the following file: