BTP300A A2 Team 5 Workplan
Revision as of 08:31, 8 October 2013 by Jakob Deacon (talk | contribs)
- 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(...);