module: ‘code_menu.py’

These classes contain the links between the GUI and the code

class gwa.code_menu.MenuController(main=None, parent=None)[source]

Bases: PyQt4.QtGui.QWizard

This function is called at each instantiation of this class. In C and C ++ is a constructor.

It initializes GUI Menu into different steps:
  • Link creation with the main interface.
  • Graphic interface creation
  • Listening events implementation generated by GUI via “connect_signals ()”.
connect_signals()[source]

This fonction allows to listen signals generated by the GUI, and associates the appropriate treatment

Previous topic

module: ‘main.py’

Next topic

module: ‘code_lieu.py’

This Page