Difference between revisions of "BTP300B A2 Team 5 Work Plan"
Line 10: | Line 10: | ||
'''Ari Keleshian''' | '''Ari Keleshian''' | ||
* Coding the following methods: | * Coding the following methods: | ||
− | * <font color="#777777">''' absrow()'''</font> | + | ** <font color="#777777">''' absrow()'''</font> |
− | * <font color="#777777">''' abscol()'''</font> | + | ** <font color="#777777">''' abscol()'''</font> |
− | * <font color="#777777">goMiddle()</font> | + | ** <font color="#777777">goMiddle()</font> |
− | * <font color="#777777">void bordered(bool)</font> | + | ** <font color="#777777">void bordered(bool)</font> |
− | * <font color="#777777">bool bordered()</font> | + | ** <font color="#777777">bool bordered()</font> |
'''Jan''' | '''Jan''' | ||
− | Coding the following methods: | + | *Coding the following methods: |
− | * <font color="#777777">'''void frame(CFrame*) | + | ** <font color="#777777">'''void frame(CFrame*) |
− | * '''</font>Cframe* frame() const | + | ** '''</font>Cframe* frame() const |
− | * both row()methods | + | ** both row()methods |
− | * both col()methods | + | ** both col()methods |
− | * hide() | + | ** hide() |
'''Kabeer Rashid''' | '''Kabeer Rashid''' | ||
*Initial creation of various files required for getting started on the project iframe.h, cfg.h, cframe.h and cframe.cpp,etc | *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: | + | ** Followed by coding these methods: |
− | * two height() methods | + | *** two height() methods |
− | * two width() mehtods | + | *** two width() mehtods |
− | * move() | + | *** move() |
− | * move() the helper function | + | *** move() the helper function |
Revision as of 22:56, 16 October 2013
Shirwa Egal(Team Leader)
- Coding the following methods:
- constructor and destructor
- void setLine(char* str,char left, char fill, char right) 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: