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

Displays a text file supposed to provide help. More...

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

Public Member Functions

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...
 

Public Attributes

 Control
 

Detailed Description

Displays a text file supposed to provide help.

Definition at line 542 of file Evolife_Graphic.py.

Constructor & Destructor Documentation

◆ __init__()

def Evolife.Graphics.Evolife_Graphic.Help_window.__init__ (   self,
  Control = None,
  Wtitle = 'Help' 
)

calls Qt's QTextBrowser

Reimplemented in Evolife.Graphics.Evolife_Graphic.Legend_window.

Definition at line 545 of file Evolife_Graphic.py.

Member Function Documentation

◆ closeEvent()

def Evolife.Graphics.Evolife_Graphic.Help_window.closeEvent (   self,
  event 
)

destroys help widget

Definition at line 575 of file Evolife_Graphic.py.

◆ display()

def Evolife.Graphics.Evolife_Graphic.Help_window.display (   self,
  HelpFilename 
)

show help window

Reimplemented in Evolife.Graphics.Evolife_Graphic.Legend_window.

Definition at line 562 of file Evolife_Graphic.py.

◆ keyPressEvent()

def Evolife.Graphics.Evolife_Graphic.Help_window.keyPressEvent (   self,
  e 
)

Definition of keyboard shortcuts.

Definition at line 552 of file Evolife_Graphic.py.

◆ Raise()

def Evolife.Graphics.Evolife_Graphic.Help_window.Raise (   self)

puts help widget in front of display

Definition at line 569 of file Evolife_Graphic.py.

Member Data Documentation

◆ Control

Evolife.Graphics.Evolife_Graphic.Help_window.Control

Definition at line 550 of file Evolife_Graphic.py.


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