BTP300A A2 Team 4 Workplan
Jodie Carleton (Team Leader)
PART 1 - Release 0.1 : CFrame Class
- build initial files using the definitions supplied with A2 guidelines
- iframe.h
- consolebackup.cpp
- Coding the following components of the CFrame class
- CFrame constructor
- CFrame destructor
- setLine()
- capture()
- absrow()
- unit testing and reporting as needed
PART 2: CFIELD, CLABEL, CLINE, CBUTTON
- Coding and testing of the following components
- CField
PART 3: CDIALOG
- Coding and testing of the following components
- CDialog
- constructor
- destructor
- editable()
- CDialog
Maggie Ha
PART 1 - Release 0.1 : CFrame Class
- Coding the following components of the CFrame class
- abscol()
- goMiddle()
- bordered(bool)
- bordered() const
- frame(CFrame*)
- CFrame* frame() const
- unit testing and reporting as needed
PART 2: CFIELD, CLABEL, CLINE, CBUTTON
- Coding and testing of the following components
- CLabel
PART 3: CDIALOG
- Coding and testing of the following components
- CDialog
- numFields()
- curIndex
- CField& curField()
- CDialog
Pedro Bellesa
PART 1 - Release 0.1 : CFrame Class
- Coding the following components of the CFrame class
- row(int)
- row()
- col(int)
- col() const
- height(int)
- height() const
- unit testing and reporting as needed
PART 2: CFIELD, CLABEL, CLINE, CBUTTON
- Coding and testing of the following components
- CLine
PART 3: CDIALOG
- Coding and testing of the following components
- CDialog
- CField& operator[]
- add(CField*, bool)
- add(CField&, bool)
- CDialog
David Gousvaris
PART 1 - Release 0.1 : CFrame Class
- Coding the following components of the CFrame class
- width(int)
- width() const
- integrate - display()
- integrate- edit()
- draw()
- hide()
- move()
- unit testing and reporting as needed
PART 2: CFIELD, CLABEL, CLINE, CBUTTON
- Coding and testing of the following components
- CButton
PART 3: CDIALOG
- Coding and testing of the following components
- CDialog
- CDialog& operator<<(CField*)
- CDialog& operator<<(CField&)
- draw(int)
- edit(int)
- CDialog