Difference between revisions of "Team FUN 20121 - oop344"
Adsantokhi (talk | contribs) (Fixed formatting on Team FUN task page.) |
Adsantokhi (talk | contribs) m (→tasks) |
||
Line 45: | Line 45: | ||
* Labour Divide as Follows: | * Labour Divide as Follows: | ||
** Jamie and Barry will complete CLabel | ** Jamie and Barry will complete CLabel | ||
− | |||
*** CLabel(const CLabel& L); | *** CLabel(const CLabel& L); | ||
*** CLabel(const char *Str, int Row, int Col, int Len = 0); | *** CLabel(const char *Str, int Row, int Col, int Len = 0); | ||
Line 53: | Line 52: | ||
*** bool editable()const; | *** bool editable()const; | ||
*** void set(const void* str); | *** void set(const void* str); | ||
− | |||
** Anil will overload ALL operators in CDialog | ** Anil will overload ALL operators in CDialog | ||
*** CDialog& operator<<(CField* field); | *** CDialog& operator<<(CField* field); | ||
*** CDialog& operator<<(CField& field); | *** CDialog& operator<<(CField& field); | ||
*** CField& operator[](unsigned int index); | *** CField& operator[](unsigned int index); | ||
− | |||
** Everard | ** Everard | ||
** Sean | ** Sean | ||
− | + | ||
− | |||
=== Commenting CFrame === | === Commenting CFrame === |
Revision as of 21:05, 26 February 2012
Contents
Team Name (Team FUN)
Project Marking Percentage
- due right after study break
Group work: XX% (25 <= xx <= 50) Individual work: XX% + (50 <= xx <= 75) ------------------------- Total 100%
Repository
Trunk Status
- committed by
- id: adsantokhi
- name: Anil Santokhi
- irc nick: Acestarox
- Time: 6:06PM Friday, Feb 17th, 2012
Team Members
First Name | Last Name | Section | Seneca Id | wiki id | IRC nick | Blog URL |
---|---|---|---|---|---|---|
Anil | Santokhi | A | adsantokhi | adsantokhi | Acestarox | Anil Santokhi's Blog |
Barry | Tulchinsky | B | btulchinsky | btulchinsky | btulchinsky | Barry Tulchinsky's Blog |
Everard | Rodney | B | erodney | erodney | astrop | Everard's Blog |
James | Greenhalgh | B | jgreenhalgh | jgreenhalgh | JamesGreen | James Greenhalgh's Blog |
tasks
- === R0.2 and R0.3 CLabel and CDialog ===
- Labour Divide as Follows:
- Jamie and Barry will complete CLabel
- CLabel(const CLabel& L);
- CLabel(const char *Str, int Row, int Col, int Len = 0);
- CLabel(int Row, int Col, int Len); *** ~CLabel();
- void draw(int fn=C_NO_FRAME) ;
- int edit();
- bool editable()const;
- void set(const void* str);
- Anil will overload ALL operators in CDialog
- CDialog& operator<<(CField* field);
- CDialog& operator<<(CField& field);
- CField& operator[](unsigned int index);
- Everard
- Sean
- Jamie and Barry will complete CLabel
Commenting CFrame
- Description: Adding comments to cframe.cpp
- Being done by: Anil, Barry, Everard, Jamie and Sean
- Status: Working.
meetings
- Thurs Feb 23 - discussed best method for task delineation. Barry will set up IRC channel for group discussion. Members will leave IRC running while available during reading week for communication of issues.