Difference between revisions of "BTP300B A2 Team 5 Work Plan"
Line 1: | Line 1: | ||
'''Shirwa Egal(Team Leader)''' | '''Shirwa Egal(Team Leader)''' | ||
* Coding the following methods: | * Coding the following methods: | ||
− | * constructor and destructor | + | ** constructor and destructor |
− | * void setLine( | + | ** void setLine() const |
− | * void capture() | + | ** void capture() |
− | * display() | + | ** display() |
− | * edit() | + | ** edit() |
− | * draw() | + | ** draw() |
'''Ari Keleshian''' | '''Ari Keleshian''' | ||
* Coding the following methods: | * Coding the following methods: | ||
− | ** | + | ** absrow() |
− | ** | + | ** abscol() |
− | ** | + | ** goMiddle() |
− | ** | + | ** void bordered(bool) |
− | ** | + | ** bool bordered() |
'''Jan''' | '''Jan''' | ||
*Coding the following methods: | *Coding the following methods: | ||
− | ** | + | ** void frame(CFrame*) |
− | ** | + | ** Cframe* frame() const |
** both row()methods | ** both row()methods | ||
** both col()methods | ** both col()methods |
Revision as of 22:58, 16 October 2013
Shirwa Egal(Team Leader)
- Coding the following methods:
- constructor and destructor
- void setLine() const
- void capture()
- display()
- edit()
- draw()
Ari Keleshian
- Coding the following methods:
- absrow()
- abscol()
- goMiddle()
- void bordered(bool)
- bool bordered()
Jan
- Coding the following methods:
- void frame(CFrame*)
- Cframe* frame() const
- both row()methods
- both col()methods
- hide()
Kabeer Rashid
- Initial creation of various files required for getting started on the project iframe.h, cfg.h, cframe.h and cframe.cpp,etc
- Followed by coding these methods:
- two height() methods
- two width() mehtods
- move()
- move() the helper function
- Followed by coding these methods: