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

A tab (Widget) in which the user can add components and connections between components and specify several circuit-parameters. More...

Inherits QWidget.

Public Member Functions

def __init__
 Initializes a TabCircuit-object. More...
 
def initUI
 Initializes all Widgets (labels,buttons,etc.) that are shown in this tab. More...
 
def do_load
 Pops up a file dialog for the user to load a circuit-file (text-file). More...
 
def do_save
 Pops up a file dialog for the user to save the current content of the editor to a circuit-file (text-file). More...
 

Detailed Description

A tab (Widget) in which the user can add components and connections between components and specify several circuit-parameters.

Constructor & Destructor Documentation

def CompoundPye.src.GUI.ui_tabs.TabCircuit.__init__ (   self,
  parent 
)

Initializes a TabCircuit-object.

Parameters
parentRequires the parent MDM_GUI-object as parameter to access its dictionary in which all parameters are stored.

Member Function Documentation

def CompoundPye.src.GUI.ui_tabs.TabCircuit.do_load (   self)

Pops up a file dialog for the user to load a circuit-file (text-file).

def CompoundPye.src.GUI.ui_tabs.TabCircuit.do_save (   self)

Pops up a file dialog for the user to save the current content of the editor to a circuit-file (text-file).

def CompoundPye.src.GUI.ui_tabs.TabCircuit.initUI (   self)

Initializes all Widgets (labels,buttons,etc.) that are shown in this tab.


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