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.EditorTabs Class Reference

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

Detailed Description

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.

Todo:
for connections from 'column' to 'between' components I need 2 weights, one coming from left one from right.

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.

Constructor & Destructor Documentation

def CompoundPye.src.GUI.circuit_editor.EditorTabs.__init__ (   self,
  fname = None 
)

Initializes an 'EditorTabs'-object.

Parameters
fnamePath to an initial file, None if no initial file is provided.

Member Function Documentation

def CompoundPye.src.GUI.circuit_editor.EditorTabs.load_file (   self,
  fname 
)

Loads the circuit-file fname.

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


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