Difference between revisions of "BTP300B A2 Team 1 Work Plan"

From CDOT Wiki
Jump to: navigation, search
Line 1: Line 1:
'''Dennis:'''
+
* '''Dennis:'''
  
 
* 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
** rowcol
+
** void setLine(char* str, char left, char fill, char right) const
** height
+
** void capture()
** width
+
** void bordered(bool)
** capture
+
** bool bordered() const
** setline
+
** void col(int)
 +
** int col() const
 +
** void height(int)
 +
** int height() const
 +
** void width(int)
 +
** int width() const
 +
 
  
  
 
'''Huda:'''
 
'''Huda:'''
  
* absrow
+
* int absrow() const
* abscol
+
* int abscol() const
* display
+
* void display(const char*)
* hide  
+
* void hide(CDirection = C_STATIONARY)
  
  
 
'''Shianne:'''
 
'''Shianne:'''

Revision as of 13:22, 19 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


Huda:

  • int absrow() const
  • int abscol() const
  • void display(const char*)
  • void hide(CDirection = C_STATIONARY)


Shianne: