Difference between revisions of "BTP300A A2 Team 1 Workplan"

From CDOT Wiki
Jump to: navigation, search
(Created page with 'James Laverty * * Tarun Cherian * * Shawn Ponte * Paul Makowski *')
 
Line 1: Line 1:
James Laverty
+
<u>James Laverty (Team Leader)</u>
 +
Release 0.1
  
*
+
*Build initial files - iframe, consolebackup
*
+
*Delegate tasks
 +
*Code the following:
 +
    *Code constructors and destructors
 +
    *void draw(int = C_FULL_FRAME)
 +
    *void hide(CDirection = C_STATIONARY)
 +
    *void move(CDirection)
 +
    *void move(iFrame&)
  
Tarun Cherian
 
  
*
+
<u>Tarun Cherian</u>
*
+
Release 0.1
  
Shawn Ponte
+
*Code the following:
 +
    *void goMiddle();
 +
    *void setLine( char* str, char left, char fill, char right );
 +
    *void capture( );
 +
    *int absRow( ) const;
 +
    *int absCol( ) const;
 +
    *void bordered(bool)
 +
    *bool bordered() const
  
*
+
<u>Shawn Ponte</u>
 +
Release 0.1
  
Paul Makowski
+
*Code the following:
 +
    *void draw(int = C_FULL_FRAME)
 +
    *void hide(CDirection = C_STATIONARY)
 +
    *void move(CDirection)
 +
    *void move(iFrame&)
 +
    *void display(const char*)
  
*
+
 
 +
<u>Paul Makowski</u>
 +
Release 0.1
 +
 
 +
*Code the following:
 +
 
 +
    *void frame(CFrame*)
 +
    *CFrame* frame() const
 +
    *void row(int) int row() const
 +
    *void col(int)
 +
    *int col() const
 +
    *void height(int)
 +
    *int height()
 +
    *const void width(int)
 +
    *int width() const
 +
    *int edit(char* str, int maxStrLength, bool* insertMode, int* offset, int* cursor)

Revision as of 13:07, 22 October 2013

James Laverty (Team Leader) Release 0.1

  • Build initial files - iframe, consolebackup
  • Delegate tasks
  • Code the following:
   *Code constructors and destructors
   *void draw(int = C_FULL_FRAME)
   *void hide(CDirection = C_STATIONARY)
   *void move(CDirection)
   *void move(iFrame&)


Tarun Cherian Release 0.1

  • Code the following:
   *void goMiddle();
   *void setLine( char* str, char left, char fill, char right );
   *void capture( );
   *int absRow( ) const;
   *int absCol( ) const;
   *void bordered(bool)
   *bool bordered() const

Shawn Ponte Release 0.1

  • Code the following:
   *void draw(int = C_FULL_FRAME)
   *void hide(CDirection = C_STATIONARY)
   *void move(CDirection)
   *void move(iFrame&)
   *void display(const char*)


Paul Makowski Release 0.1

  • Code the following:
   *void frame(CFrame*)
   *CFrame* frame() const
   *void row(int) int row() const
   *void col(int)
   *int col() const
   *void height(int)
   *int height()
   *const void width(int)
   *int width() const
   *int edit(char* str, int maxStrLength, bool* insertMode, int* offset, int* cursor)