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

From CDOT Wiki
Jump to: navigation, search
(prj0.5)
Line 3: Line 3:
 
   * Committed by pbrown9
 
   * Committed by pbrown9
  
=Team Members=
+
= Team Members =
 
{| class="wikitable sortable" border="1" cellpadding="5"
 
{| class="wikitable sortable" border="1" cellpadding="5"
 
! First Name !! Last Name !! Seneca Id !! IRC nick !! Blog URL
 
! First Name !! Last Name !! Seneca Id !! IRC nick !! Blog URL
Line 15: Line 15:
 
|}
 
|}
  
 +
= Common ToDo =
 +
== Task X ==
 +
  * Name
 +
  Task information?
 +
== Task Y ==
 +
  * Name
 +
  Task information?
 +
== Task Z ==
 +
  * Name
 +
  Task information?
 +
 +
= Current Tasks =
 
== Pbrown9 ==
 
== Pbrown9 ==
=== Working On ===
 
 
   FWButton
 
   FWButton
 
   FWCheckList
 
   FWCheckList
 
   FWMenu
 
   FWMenu
  
=== Completed ===
 
  Simple Functions - LNX
 
  iol_edit() // isTextEditor
 
  
 
== Wsong18 ==
 
== Wsong18 ==
=== Working On ===
 
 
   FWBorder
 
   FWBorder
 
   FWDialog
 
   FWDialog
Line 32: Line 39:
 
   FWText
 
   FWText
  
=== Completed ===
 
  Simple Functions - VCC
 
  iol_edit() // exclude isTextEditor
 
  
 
== Hsong23 ==
 
== Hsong23 ==
=== Working On ===
 
 
   FWLabel
 
   FWLabel
 
   FWCheck
 
   FWCheck
Line 44: Line 47:
 
   FWValEdit
 
   FWValEdit
  
=== Completed ===
+
= Completed Tasks =
 +
  Simple Functions - VCC
 
   Simple Functions - BCC
 
   Simple Functions - BCC
 +
  Simple Functions - LNX
 +
  iol_edit
 
   iol_displayflag()
 
   iol_displayflag()
 
   int iol_flag()
 
   int iol_flag()
Line 53: Line 59:
  
 
=Information=
 
=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 60: Line 66:
 
   * hsong23 - BCC
 
   * hsong23 - BCC
  
=== prj0.2 ===
+
== prj0.2 ==
 
  [http://zenit.senecac.on.ca/wiki/index.php/Iolib_functions_20103_-_OOP344#Complex_Functions_.28Platform_independent_functions.29 Complex Functions]
 
  [http://zenit.senecac.on.ca/wiki/index.php/Iolib_functions_20103_-_OOP344#Complex_Functions_.28Platform_independent_functions.29 Complex Functions]
 
   
 
   
Line 68: Line 74:
 
                                   void iol_displayMenuItem(), int iol_menuItem()
 
                                   void iol_displayMenuItem(), int iol_menuItem()
  
=== prj0.3 ===
+
== prj0.3 ==
 
  [http://zenit.senecac.on.ca/wiki/index.php/Console_Framework_Classes_20103_-_OOP344 Encapsolation?]
 
  [http://zenit.senecac.on.ca/wiki/index.php/Console_Framework_Classes_20103_-_OOP344 Encapsolation?]
 
   
 
   

Revision as of 23:28, 17 November 2010


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

Common ToDo

Task X

 * Name
 Task information?

Task Y

 * Name
 Task information?

Task Z

 * Name
 Task information?

Current Tasks

Pbrown9

 FWButton
 FWCheckList
 FWMenu


Wsong18

 FWBorder
 FWDialog
 FWField
 FWText


Hsong23

 FWLabel
 FWCheck
 FWMenuItem
 FWLineEdit
 FWValEdit

Completed Tasks

 Simple Functions - VCC
 Simple Functions - BCC
 Simple Functions - LNX
 iol_edit
 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.3

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)