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 Namespace Reference

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()
 

Detailed Description

This package contains a graphical circuit editor (QTabWidget), enabling the user to add/remove neurons and specify parameters and connections.

Author
Ilyas Kuhlemann ilyas.nosp@m.p.ku.nosp@m.@gmai.nosp@m.l.co.nosp@m.m
Date
15.01.15

Variable Documentation

tuple CompoundPye.src.GUI.circuit_editor.list_of_comps = creator.comp_dict.keys()
Todo:
understand that warning: "RuntimeWarning: PyOS_InputHook is not available for interactive use of PyGTK set_interactive(1)" which appeared after i added this import: