Team G Project Dev Page 20103 - OOP344

From CDOT Wiki
Revision as of 23:15, 15 November 2010 by Pbrown9 (talk | contribs)
Jump to: navigation, search

OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources

Trunk Status

 * Committed by pbrown9

Team Members

First Name Last Name Seneca Id IRC nick Blog URL
heesang song hsong23 hsong23 Heesang's Seneca Blog
Paul Brown pbrown9 pbrown9 Paul's Blog
Wei Song wsong18 wsong18 Wei's Blog

Pbrown9

Working On

 FWButton
 FWCheckList
 FWMenu

Completed

 Simple Functions - LNX
 iol_edit() // isTextEditor

Wsong18

Working On

 FWBorder
 FWDialog
 FWField
 FWText

Completed

 Simple Functions - VCC
 iol_edit() // exclude isTextEditor

Hsong23

Working On

 FWLabel
 FWCheck
 FWMenuItem
 FWLineEdit
 FWValEdit

Completed

 Simple Functions - BCC
 iol_displayflag()
 int iol_flag()
 iol_displayMenuItem()
 int iol_menuItem()


Information

prj0.1

 Simple Functions

 * pbrown9 - LNX
 * wsong18 - VCC
 * hsong23 - BCC

prj0.2

Complex Functions

 * pbrown9 - Line Editor:        int iol_edit() // isTextEditor only
 * wsong18 - Line Editor:        int iol_edit() // exclude isTextEditor
 * hsong23 - Selection Editor:   void iol_displayflag(), int iol_flag(),
                                 void iol_displayMenuItem(), int iol_menuItem()

prj0.5

Encapsolation?

 FWBorder (wsong18)
    |
    | - FWDialog (wsong18)
    |
    | - FWField (wsong18)
            |
            | -   FWLabel (hsong23)
            |     |
            |     | -  FWCheck (hsong23)
            |     | -  FWMenuItem (hsong23)
            |
            | - - FWButton (pbrown9)
            |
            | - -  FWLineEdit (hsong23)
            |       |
            |       | -   FWValEdit (hsong23)
            |
            | - -  FWText (wsong18)
            | - -  FWCheckList (pbrown9)
            | - -  FWMenu (pbrown9)