Table of Contents

Class: Controller sam/Controller.py

Creates and shows the main window of the GUI for SAM.

Purpose: Creates a MainWindow class, and calls the show method of this class.

Used by: sam.py (top level initialisation module)

Uses: MainWindow

Attributes: None

SRS Refs: 3.2

Author: mayadm

Date: 9/7/02

Methods   
__init__
show
  __init__ 
__init__ ( self )

Purpose: Creates a new instance of the class MainWindow.

Used by: sam.py (top level initialisation module)

Uses: None

Input: None

Output: New instance of the class MainWindow

Preconditions: None

Postconditions: None

SRS Refs: 3.2

Author: mayadm

Date: 9/7/02

  show 
show ( self )

Purpose: Creates a new instance of the top level GUI class MainWindow, then calls its show method.

Used by: sam.py (top level initialisation module)

Uses: MainWindow

Input: None

Output: None

Preconditions: None

Postconditions: None

SRS Refs: 3.2

Author: mayadm

Date: 9/7/02


Table of Contents

This document was automatically generated on Wed Oct 30 23:04:21 2002 by HappyDoc version 2.0