BTP300B A2 Team 2 Work Plan

From CDOT Wiki
Jump to: navigation, search

<-- Go Back

Dimitri Novodchuk(Team Leader)

  • Initial creation of the various files required for getting started on the project: iframe.h, cfg.h, cframe.h/cpp, etc.
  • Coding the following methods:
    • constructor and destructor
    • void setLine(char* str, char left, char fill, char right) const
    • void bordered(bool)
    • bool bordered() const
    • void col(int)
    • int col() const
    • void display(const char*)
    • void move(CDirection)

parvin soleymani-olyaei

  • Coding the following methods:
    • int absrow() const
    • int abscol() const
    • void row(int)
    • int row() const
    • void width(int)
    • int width() const
    • int edit(char* str, int maxStrLength, bool* insertMode, int* offset, int*cursor)
    • void draw(int = C_FULL_FRAME)

Sana Shariff

  • Coding the following methods:
    • void goMiddle()
    • void frame(CFrame*)
    • CFrame* frame() const
    • void height(int)
    • int height() const
    • void hide(CDirection = C_STATIONARY)
    • void move(iFrame&)

Team Effort

  • Team's first goal is that each team member will finish coding his/her methods.