Difference between revisions of "BTP300B A2 Team 1 Work Plan"
Line 15: | Line 15: | ||
** int width() const | ** int width() const | ||
** void draw(int = C_FULL_FRAME) | ** void draw(int = C_FULL_FRAME) | ||
− | * void frame(CFrame*) | + | ** void frame(CFrame*) |
− | * CFrame* frame() const | + | ** CFrame* frame() const |
Line 26: | Line 26: | ||
* void display(const char*) | * void display(const char*) | ||
* void hide(CDirection = C_STATIONARY) | * void hide(CDirection = C_STATIONARY) | ||
+ | * int edit(char* str, int maxStrLength, bool* insertMode, int* offset, int*cursor) | ||
Line 33: | Line 34: | ||
'''Not Assigned Yet:''' | '''Not Assigned Yet:''' | ||
− | |||
* void move(iFrame&) | * void move(iFrame&) | ||
− | |||
* void move(CDirection) | * void move(CDirection) |
Revision as of 21:44, 20 October 2013
Dennis:
- 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
Huda:
- int absrow() const
- int abscol() const
- void goMiddle()
- void display(const char*)
- void hide(CDirection = C_STATIONARY)
- int edit(char* str, int maxStrLength, bool* insertMode, int* offset, int*cursor)
Shianne:
Not Assigned Yet:
- void move(iFrame&)
- void move(CDirection)