Evolife
Evolife has been developed to study Genetic algorithms, Natural evolution and behavioural ecology.
|
displays legend for curves More...
Public Member Functions | |
def | __init__ (self, Control=None, Wtitle='Legend') |
legend window is copied from help window More... | |
def | display (self, Legend, Comments='') |
Legend comes as a list of couples (ColourName, Meaning) More... | |
Public Member Functions inherited from Evolife.Graphics.Evolife_Graphic.Help_window | |
def | __init__ (self, Control=None, Wtitle='Help') |
calls Qt's QTextBrowser More... | |
def | keyPressEvent (self, e) |
Definition of keyboard shortcuts. More... | |
def | display (self, HelpFilename) |
show help window More... | |
def | Raise (self) |
puts help widget in front of display More... | |
def | closeEvent (self, event) |
destroys help widget More... | |
Additional Inherited Members | |
Public Attributes inherited from Evolife.Graphics.Evolife_Graphic.Help_window | |
Control | |
displays legend for curves
Definition at line 585 of file Evolife_Graphic.py.
def Evolife.Graphics.Evolife_Graphic.Legend_window.__init__ | ( | self, | |
Control = None , |
|||
Wtitle = 'Legend' |
|||
) |
legend window is copied from help window
Reimplemented from Evolife.Graphics.Evolife_Graphic.Help_window.
Definition at line 588 of file Evolife_Graphic.py.
def Evolife.Graphics.Evolife_Graphic.Legend_window.display | ( | self, | |
Legend, | |||
Comments = '' |
|||
) |
Legend comes as a list of couples (ColourName, Meaning)
Reimplemented from Evolife.Graphics.Evolife_Graphic.Help_window.
Definition at line 593 of file Evolife_Graphic.py.