Difference between revisions of "BTP300B A2 Team 3 Work Plan"
m (make alphabetic) |
|||
Line 15: | Line 15: | ||
'''Anson Tan''' | '''Anson Tan''' | ||
* Implement the following methods: | * Implement the following methods: | ||
− | ** | + | ** absrow() |
− | ** | + | ** abscol() |
+ | ** goMiddle() | ||
+ | ** the two bordered() methods | ||
+ | ** the two frame() methods | ||
+ | ** hide() | ||
'''Justin Flowers''' | '''Justin Flowers''' | ||
* Implement the following methods: | * Implement the following methods: | ||
− | ** | + | ** the two row() methods |
− | ** | + | ** the two col() methods |
+ | ** the two height() methods | ||
+ | ** the two width() methods | ||
+ | ** move() | ||
+ | ** move() (helper function) |
Revision as of 17:00, 6 October 2013
Alek Minassian (Team Leader)
- Initial creation of the various files required for getting started on the project: iframe.h, cfg.h, cframe.h/cpp, etc.
- Implement the following methods:
- constructor and destructor
- setLine()
- capture()
- display()
- edit()
- draw()
Anson Tan
- Implement the following methods:
- absrow()
- abscol()
- goMiddle()
- the two bordered() methods
- the two frame() methods
- hide()
Justin Flowers
- Implement the following methods:
- the two row() methods
- the two col() methods
- the two height() methods
- the two width() methods
- move()
- move() (helper function)