CompoundPye
0.93
Modelling and Simulation Framework for Neural Networks of Arthropod Compound Eyes
|
Editor window in which the user can add/remove/edit stimuli. More...
Inherits QScrollArea.
Public Member Functions | |
def | __init__ |
Initializes a StimuliWidget. More... | |
def | init_UI |
Sets the central widget according to the kind of surroundings selected in the parent SurroundingsTab's combo-box. More... | |
def | set_widget |
Figures out the current selection of the type of surroundings in the parent SurroundingsTab's combo-box. More... | |
Editor window in which the user can add/remove/edit stimuli.
def CompoundPye.src.GUI.stimuli_editor.StimuliWidget.__init__ | ( | self, | |
parent_Tab | |||
) |
Initializes a StimuliWidget.
parent_Tab | Requires the parent SurroundingsTab (or rather a pointer to it) as input, to read its current settings and access its members. |
def CompoundPye.src.GUI.stimuli_editor.StimuliWidget.init_UI | ( | self | ) |
Sets the central widget according to the kind of surroundings selected in the parent SurroundingsTab's combo-box.
def CompoundPye.src.GUI.stimuli_editor.StimuliWidget.set_widget | ( | self, | |
s | |||
) |
Figures out the current selection of the type of surroundings in the parent SurroundingsTab's combo-box.