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