Difference between revisions of "Team G Project Dev Page 20103 - OOP344"
Line 1: | Line 1: | ||
− | {{OOP344 Index | 20103}} | + | <center>{{OOP344 Index | 20103}}</center> |
− | |||
− | |||
= Trunk Status = | = Trunk Status = | ||
* Committed by pbrown9 | * Committed by pbrown9 | ||
=Team Members= | =Team Members= | ||
− | + | {| class="wikitable sortable" border="1" cellpadding="5" | |
− | + | ! First Name !! Last Name !! Seneca Id !! IRC nick !! Blog URL | |
− | + | |- | |
+ | |[[User:hsong23 | heesang]]||song||[mailto:hsong23@learn.senecac.on.ca?sujbect=oop344 hsong23]||hsong23||[http://hsong23.wordpress.com Heesang's Seneca Blog] | ||
+ | |- | ||
+ | |[[User:pbrown9 | Paul]]||Brown||[mailto:pbrown9@learn.senecac.on.ca?sujbect=oop344 pbrown9]||pbrown9||[http://pbrown9.blogspot.com/ Paul's Blog ] | ||
+ | |- | ||
+ | |[[User:wsong18 | Wei]]||Song||[mailto:wsong18@learn.senecac.on.ca?subject=oop344 wsong18]||wsong18||[http://wsong18.blogspot.com/ Wei's Blog] | ||
+ | |- | ||
+ | |} | ||
== Pbrown9 == | == Pbrown9 == |
Revision as of 22:15, 15 November 2010
OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources
Contents
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)