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

A tab (Widget) in which the user can specify the output parameters of the simulation. More...

Inherits QWidget.

Public Member Functions

def __init__
 Initializes a TabOutput-object. More...
 
def init_UI
 Initializes all Widgets (labels,buttons,etc.) that are shown in this tab. More...
 
def set_value
 Sets the value for the given key in the parent GUI's values-dictionary. More...
 
def choose_dir
 Calls a file dialog to let the user specify an output directory. More...
 

Detailed Description

A tab (Widget) in which the user can specify the output parameters of the simulation.

Constructor & Destructor Documentation

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

Initializes a TabOutput-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.TabOutput.choose_dir (   self)

Calls a file dialog to let the user specify an output directory.

def CompoundPye.src.GUI.ui_tabs.TabOutput.init_UI (   self)

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

def CompoundPye.src.GUI.ui_tabs.TabOutput.set_value (   self,
  key,
  value 
)

Sets the value for the given key in the parent GUI's values-dictionary.

Parameters
keyKey of the value that is to be changed.
valueNew value for the given key.

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