Difference between revisions of "Team G Project Dev Page 20103 - OOP344"

From CDOT Wiki
Jump to: navigation, search
(prj0.5)
Line 1: Line 1:
 
{{OOP344 Index | 20103}}
 
{{OOP344 Index | 20103}}
 
Development for Team G
 
Development for Team G
 +
 +
= Trunk Status =
 +
  * Committed by pbrown9
  
 
=Team Members=
 
=Team Members=
Line 7: Line 10:
 
* [[User:Hsong23 | Heesang Song]]
 
* [[User:Hsong23 | Heesang Song]]
  
= Platforms =
+
== Pbrown9 ==
   * pbrown9 - Linux
+
=== Working On ===
   * wsong18 - Windows VC
+
  FWButton
   * hsong23 - Windows BC
+
   FWCheckList
 +
  FWMenu
 +
 
 +
=== Completed ===
 +
   Simple Functions - LNX
 +
   iol_edit() // isTextEditor
  
= Project =
+
== 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 ===
 
=== prj0.1 ===
 
   [http://zenit.senecac.on.ca/wiki/index.php/Iolib_functions_20103_-_OOP344#Simple_Functions_.28Platform_dependent_functions.3B_conditional_compilation.29 Simple Functions]
 
   [http://zenit.senecac.on.ca/wiki/index.php/Iolib_functions_20103_-_OOP344#Simple_Functions_.28Platform_dependent_functions.3B_conditional_compilation.29 Simple Functions]
Line 52: Line 86:
 
             | - -  FWCheckList (pbrown9)
 
             | - -  FWCheckList (pbrown9)
 
             | - -  FWMenu (pbrown9)
 
             | - -  FWMenu (pbrown9)
 
= Trunk Status =
 
  * Committed by pbrown9
 

Revision as of 23:03, 15 November 2010


OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources
Development for Team G

Trunk Status

 * Committed by pbrown9

Team Members

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)