Difference between revisions of "BTP300B A2 Team 11 Weekly Log"

From CDOT Wiki
Jump to: navigation, search
(Created page with '==Week 4== ====9/24:==== Radney 1. Created consolebackup.cpp from website 2. Created cfg.h 3. Created cframe.h initial contents: ---- constructor ---- destructor ---- etc 4. Cr…')
 
 
Line 5: Line 5:
 
Radney
 
Radney
 
1. Created consolebackup.cpp from website
 
1. Created consolebackup.cpp from website
 +
 
2. Created cfg.h
 
2. Created cfg.h
 +
 
3. Created cframe.h initial contents:
 
3. Created cframe.h initial contents:
---- constructor
+
 
---- destructor
+
constructor
---- etc
+
 
 +
destructor
 +
 
 +
etc
 +
 
 
4. Created cframe.cpp initial definitions
 
4. Created cframe.cpp initial definitions
 +
 
5. Created iFrame.h from website
 
5. Created iFrame.h from website
  
Line 17: Line 24:
  
 
Rubinder
 
Rubinder
 +
 
1. Created definitions for several of the public methods in CFrame
 
1. Created definitions for several of the public methods in CFrame
 +
 
2. Created setLine logic.
 
2. Created setLine logic.
 +
 
3. Created bordered logic.
 
3. Created bordered logic.
 +
 
4. Created absrow logic.
 
4. Created absrow logic.
 +
 
5. Created abscol logic.
 
5. Created abscol logic.
 +
 
6. Modified constructor.
 
6. Modified constructor.
 +
 
7. Created capture.
 
7. Created capture.
  
Line 30: Line 44:
  
 
Radney
 
Radney
 +
 
1. Created logic of move(CDirection), move(iFrame)
 
1. Created logic of move(CDirection), move(iFrame)
 +
 
2. Created logic for other smaller functions like col(), row()
 
2. Created logic for other smaller functions like col(), row()
 +
 
3. Created hide logic.
 
3. Created hide logic.
 +
 
Rubinder
 
Rubinder
 +
 
1. Implemented display().
 
1. Implemented display().
 +
 
2. Implemented edit().
 
2. Implemented edit().
 +
 
3. Completed setLine().
 
3. Completed setLine().
 +
 
4. Completed both frame() functions
 
4. Completed both frame() functions
 +
  
 
====10/07 (Sunday):====
 
====10/07 (Sunday):====
 +
 
Radney
 
Radney
 +
 
1. Created working main()
 
1. Created working main()
 +
 
2. Implemented testFrame() in main
 
2. Implemented testFrame() in main
 +
 
3. Solved parent frame restores & buffer
 
3. Solved parent frame restores & buffer
 +
 
4. Added assignment operator, copy constructor
 
4. Added assignment operator, copy constructor
 +
 
Rubinder
 
Rubinder
 +
 
1. Completed move() logic
 
1. Completed move() logic
 +
 
2. Solved some logic problems
 
2. Solved some logic problems
 +
 
3. Completed draw().
 
3. Completed draw().
 +
 
4. Solved child frame restores & scroll limits
 
4. Solved child frame restores & scroll limits
 +
 
5. finalized code
 
5. finalized code

Latest revision as of 21:13, 7 October 2012

Week 4

9/24:

Radney 1. Created consolebackup.cpp from website

2. Created cfg.h

3. Created cframe.h initial contents:

constructor

destructor

etc

4. Created cframe.cpp initial definitions

5. Created iFrame.h from website


9/27:

Rubinder

1. Created definitions for several of the public methods in CFrame

2. Created setLine logic.

3. Created bordered logic.

4. Created absrow logic.

5. Created abscol logic.

6. Modified constructor.

7. Created capture.

Week 5

10/02 (Tuesday):

Radney

1. Created logic of move(CDirection), move(iFrame)

2. Created logic for other smaller functions like col(), row()

3. Created hide logic.

Rubinder

1. Implemented display().

2. Implemented edit().

3. Completed setLine().

4. Completed both frame() functions


10/07 (Sunday):

Radney

1. Created working main()

2. Implemented testFrame() in main

3. Solved parent frame restores & buffer

4. Added assignment operator, copy constructor

Rubinder

1. Completed move() logic

2. Solved some logic problems

3. Completed draw().

4. Solved child frame restores & scroll limits

5. finalized code