Evolife
Evolife has been developed to study Genetic algorithms, Natural evolution and behavioural ecology.
Public Member Functions | List of all members
Evolife.Graphics.Evolife_Graphic.Legend_window Class Reference

displays legend for curves More...

Inheritance diagram for Evolife.Graphics.Evolife_Graphic.Legend_window:
Inheritance graph
[legend]
Collaboration diagram for Evolife.Graphics.Evolife_Graphic.Legend_window:
Collaboration graph
[legend]

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
 

Detailed Description

displays legend for curves

Definition at line 585 of file Evolife_Graphic.py.

Constructor & Destructor Documentation

◆ __init__()

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.

Member Function Documentation

◆ display()

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.


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