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

From CDOT Wiki
Jump to: navigation, search
Line 3: Line 3:
 
** constructor and destructor
 
** constructor and destructor
 
** void setLine() const
 
** void setLine() const
** Cframe* frame() const
+
** void capture()
 
** edit()
 
** edit()
 
** draw()
 
** draw()
Line 17: Line 17:
 
'''Jan'''
 
'''Jan'''
 
*Coding the following methods:
 
*Coding the following methods:
 +
** Cframe* frame() const
 
** void frame(CFrame*)
 
** void frame(CFrame*)
** void capture()
 
 
** both row()methods
 
** both row()methods
 
** both col()methods
 
** both col()methods
Line 27: Line 27:
 
*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
+
*** Both height() Functions
*** two width() mehtods
+
*** Both width() Functions
 
*** move()
 
*** move()
 
*** move() the helper function
 
*** move() the helper function

Revision as of 12:07, 17 October 2013

Shirwa Egal(Team Leader)

  • Coding the following methods:
    • constructor and destructor
    • void setLine() const
    • void capture()
    • edit()
    • draw()

Ari Keleshian

  • Coding the following methods:
    • absrow()
    • abscol()
    • goMiddle()
    • void bordered(bool)
    • bool bordered()

Jan

  • Coding the following methods:
    • Cframe* frame() const
    • void frame(CFrame*)
    • 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:
      • Both height() Functions
      • Both width() Functions
      • move()
      • move() the helper function