Open main menu

CDOT Wiki β

BTP300A A2 Team 4 Workplan

Revision as of 20:15, 10 October 2013 by Jodie Lynn Carleton (talk | contribs) (Created page with '<-- Go Back '''Jodie Carleton (Team Leader)''' <u>PART 1 - Release 0.1 : CFrame Class</u> * build initial files using the definitions supplied wi…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<-- Go Back

Jodie Carleton (Team Leader)

PART 1 - Release 0.1 : CFrame Class

  • build initial files using the definitions supplied with A2 guidelines
    • iframe.h
    • consolebackup.cpp
  • Coding the following components of the CFrame class
    • CFrame constructor
    • CFrame destructor
    • setLine()
    • capture()
    • absrow()
  • unit testing and reporting as needed

PART 2: CFIELD, CLABEL, CLINE, CBUTTON

  • Coding and testing of the following components
    • CField

PART 3: CDIALOG

  • Coding and testing of the following components
    • CDialog
      • constructor
      • destructor
      • editable()

Maggie Ha

PART 1 - Release 0.1 : CFrame Class

  • Coding the following components of the CFrame class
    • abscol()
    • goMiddle()
    • bordered(bool)
    • bordered() const
    • frame(CFrame*)
    • CFrame* frame() const
  • unit testing and reporting as needed

PART 2: CFIELD, CLABEL, CLINE, CBUTTON

  • Coding and testing of the following components
    • CLabel

PART 3: CDIALOG

  • Coding and testing of the following components
    • CDialog
      • numFields()
      • curIndex
      • CField& curField()

Pedro Bellesa

PART 1 - Release 0.1 : CFrame Class

  • Coding the following components of the CFrame class
    • row(int)
    • row()
    • col(int)
    • col() const
    • height(int)
    • height() const
  • unit testing and reporting as needed

PART 2: CFIELD, CLABEL, CLINE, CBUTTON

  • Coding and testing of the following components
    • CLine

PART 3: CDIALOG

  • Coding and testing of the following components
    • CDialog
      • CField& operator[]
      • add(CField*, bool)
      • add(CField&, bool)


David Gousvaris PART 1 - Release 0.1 : CFrame Class

  • Coding the following components of the CFrame class
    • width(int)
    • width() const
    • integrate - display()
    • integrate- edit()
    • draw()
    • hide()
    • move()
  • unit testing and reporting as needed

PART 2: CFIELD, CLABEL, CLINE, CBUTTON

  • Coding and testing of the following components
    • CButton

PART 3: CDIALOG

  • Coding and testing of the following components
    • CDialog
      • CDialog& operator<<(CField*)
      • CDialog& operator<<(CField&)
      • draw(int)
      • edit(int)