Table of Contents

Class: ScreenTable sam/output/ScreenTable.py

Handles displaying the contents of a Table to screen.

Purpose: Displays a Table on screen as a columned list.

Used by: doScreenTable

Uses: gtk, os, libglade

Attributes: None

SRS Refs: 3.2.1.6c, 5.2.2

Author: mayadm

Date: 22/7/02

Methods   
__init__
  __init__ 
__init__ ( self,  table )

Purpose: Creates a new instance of the class TableToScreen, and shows the table on screen. If the environment variable RAMI_SAM_DIR is set, the glade file is looked for in that directory, otherwise looked for in the current directory. Where multiple arrays exist within table, the displayed list will contain multiple columns - the first for the x-coordinates and other columns for each array's y-values. Where an array has no value for the x-coordinate, a 0 shall be inserted to preserve the shape of the table.

Used by: doScreenTable

Uses: libglade, gtk, string

Input: table : Table

Output: None

Preconditions: None

Postconditions: None

SRS Refs: 3.2.1.6c, 5.2.2

Author: mayadm

Date: 22/7/02


Table of Contents

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