Difference between revisions of "BTP300A A2 Team 5 Workplan"

From CDOT Wiki
Jump to: navigation, search
Line 2: Line 2:
  
 
* Team Leader: Jake Deacon
 
* Team Leader: Jake Deacon
*Co-ordinate Various members
+
:* Co-ordinate Various members
*Create Base Files
+
:* Create Base Files
*Distribute Functions among team to start coding
+
:* Distribute Functions among team to start coding
 +
:* '''Frame points for draw locations'''
 +
::* int row(int);
 +
::* int col(int);
 +
::* int width(int);
 +
::* int height(int);
  
 
* Team Member: Adrian Sauvageot
 
* Team Member: Adrian Sauvageot
*
+
:*'''Frame location'''
 +
::* void setLine( ... );
 +
::* void capture();
 +
::* int absRow();
 +
::* int absCol();
  
 
* Team Member: Norbert Curiciac
 
* Team Member: Norbert Curiciac
*
+
:* ''' Edit data in frame'''
 +
 
 +
::* void draw(MACRO); // Draws big frame
 +
::* void hide(MACRO); // Disappear big Frame, show bg
 +
::* void move(CDirection);//hides frame, changes position, draws frame
 +
::* void move(iFrame); // HELPER moves until ESC
  
 
* Team Member: Taylor Cousins
 
* Team Member: Taylor Cousins
*
+
:*'''Edit data in field '''
 +
::* void Frame(CFrame); // Constructor
 +
::* void display();
 +
::* int edit(...);
 +
::*

Revision as of 09:31, 8 October 2013

  • WORK PLAN FOR TEAM 5:
  • Team Leader: Jake Deacon
  • Co-ordinate Various members
  • Create Base Files
  • Distribute Functions among team to start coding
  • Frame points for draw locations
  • int row(int);
  • int col(int);
  • int width(int);
  • int height(int);
  • Team Member: Adrian Sauvageot
  • Frame location
  • void setLine( ... );
  • void capture();
  • int absRow();
  • int absCol();
  • Team Member: Norbert Curiciac
  • Edit data in frame
  • void draw(MACRO); // Draws big frame
  • void hide(MACRO); // Disappear big Frame, show bg
  • void move(CDirection);//hides frame, changes position, draws frame
  • void move(iFrame); // HELPER moves until ESC
  • Team Member: Taylor Cousins
  • Edit data in field
  • void Frame(CFrame); // Constructor
  • void display();
  • int edit(...);