Difference between revisions of "BTP300B A2 Team 1 Work Plan"
(15 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
'''Dennis:''' | '''Dennis:''' | ||
+ | --------------------------- | ||
+ | '''A2 R0.2''' | ||
+ | * Initial creation of the various files required for getting started on the project (ie. the .h file for Cline, Cbutton, Cfield, Clable etc.). | ||
+ | * Merger for SVN | ||
+ | * CField class | ||
+ | * CLine class | ||
+ | * Debugged the assignment when failed and even fixed many issues. | ||
+ | |||
+ | |||
+ | '''A2 R0.1''' | ||
* Initial creation of the various files required for getting started on the project: iframe.h, cfg.h, cframe.h/cpp, etc. | * 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: | * Implement the following methods: | ||
− | ** bordered | + | ** constructor and destructor |
− | ** | + | ** void setLine(char* str, char left, char fill, char right) const |
− | ** height | + | ** void capture() |
− | ** width | + | ** void bordered(bool) |
+ | ** bool bordered() const | ||
+ | ** void col(int) | ||
+ | ** int col() const | ||
+ | ** void height(int) | ||
+ | ** int height() const | ||
+ | ** void width(int) | ||
+ | ** int width() const | ||
+ | ** void draw(int = C_FULL_FRAME) | ||
+ | ** void frame(CFrame*) | ||
+ | ** CFrame* frame() const | ||
+ | ** void display(const char*) | ||
+ | ** void move(CDirection) | ||
+ | |||
'''Huda:''' | '''Huda:''' | ||
− | * | + | --------------------------- |
− | * hide | + | '''A2 R0.2''' |
+ | * CButton Class | ||
+ | * CDialogue Class | ||
+ | |||
+ | '''A2 R0.1''' | ||
+ | * int absrow() const | ||
+ | * int abscol() const | ||
+ | * void goMiddle() | ||
+ | * void hide(CDirection = C_STATIONARY) | ||
+ | * int edit(char* str, int maxStrLength, bool* insertMode, int* offset, int*cursor) | ||
+ | * void move(iFrame&) | ||
+ | |||
+ | |||
+ | '''Michael:''' | ||
+ | --------------------------- | ||
+ | '''A2 R0.2 (just joined team in R0.2)''' | ||
+ | * CDialogue Class | ||
+ | |||
+ | |||
+ | '''Jay:''' | ||
+ | --------------------------- | ||
+ | '''A2 R0.2 (just joined team in R0.2)''' | ||
+ | * (Jay: pls put what you worked on as I do not know. -Huda) | ||
− | Shianne: | + | '''Shianne:''' |
+ | --------------------------- | ||
+ | '''A2 R0.2''' | ||
+ | * CLable Class |
Latest revision as of 17:25, 4 December 2013
Dennis:
A2 R0.2
- Initial creation of the various files required for getting started on the project (ie. the .h file for Cline, Cbutton, Cfield, Clable etc.).
- Merger for SVN
- CField class
- CLine class
- Debugged the assignment when failed and even fixed many issues.
A2 R0.1
- 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
- void setLine(char* str, char left, char fill, char right) const
- void capture()
- void bordered(bool)
- bool bordered() const
- void col(int)
- int col() const
- void height(int)
- int height() const
- void width(int)
- int width() const
- void draw(int = C_FULL_FRAME)
- void frame(CFrame*)
- CFrame* frame() const
- void display(const char*)
- void move(CDirection)
Huda:
A2 R0.2
- CButton Class
- CDialogue Class
A2 R0.1
- int absrow() const
- int abscol() const
- void goMiddle()
- void hide(CDirection = C_STATIONARY)
- int edit(char* str, int maxStrLength, bool* insertMode, int* offset, int*cursor)
- void move(iFrame&)
Michael:
A2 R0.2 (just joined team in R0.2)
- CDialogue Class
Jay:
A2 R0.2 (just joined team in R0.2)
- (Jay: pls put what you worked on as I do not know. -Huda)
Shianne:
A2 R0.2
- CLable Class