Difference between revisions of "Coding Stars 20121 - OOP344"

From CDOT Wiki
Jump to: navigation, search
(tasks)
(R0.2 PART 1 - CLabel.cpp (Complete))
Line 98: Line 98:
 
* being done by Balwinder Singh
 
* being done by Balwinder Singh
 
* status '''DONE'''
 
* status '''DONE'''
<table><tr><tc><pre>
+
'''    CLabel(const CLabel&);
    CLabel(const CLabel&);
 
 
     CLabel(const char *Str, int Row, int Col, int Len = 0);
 
     CLabel(const char *Str, int Row, int Col, int Len = 0);
 
     CLabel(int, int, int);
 
     CLabel(int, int, int);
Line 106: Line 105:
 
     int edit();
 
     int edit();
 
     bool editable()const;
 
     bool editable()const;
     void set(const void*);
+
     void set(const void*);'''
</pre></tc><tc></tc></table>
 
  
 
=== R0.2 Part 2 - CDialog.cpp ===
 
=== R0.2 Part 2 - CDialog.cpp ===

Revision as of 18:47, 6 March 2012


OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources


Coding Stars - OOP344 20121

Project Marking Percentage

  • due right after study break

Group work:      XX%        (25 <= xx <= 50)
Individual work: XX% +      (50 <= xx <= 75) 
-------------------------
Total           100%

Repository

  • repo id: oop344_121rep06

Trunk Status

  • committing by
    id: bsingh107
    name: Balwinder Singh
    irc nick: B_Singh
    SVN id: bsingh107
    --bsingh107 21:40, 28 February 2012 (EST)
  • committed by
    id: bsingh107
    name: Balwinder Singh
    irc nick: B_Singh
    SVN id: bsingh107
    --bsingh107 13:00, 28 February 2012 (EST)
  • committed by
    id: tvirutthasalam
    name: Thevakaran Virutthasalam
    irc nick: gobihun
    SVN id: gobihun
    --Tvirutthasalam 21:41, 13 February 2012 (EST)
  • committing by
    id: bsingh107
    name: Balwinder Singh
    irc nick: B_Singh
    SVN id: bsingh107
    --bsingh107 12:30, 28 February 2012 (EST)
  • committing by
    id: tvirutthasalam
    name: Thevakaran Virutthasalam
    irc nick: gobihun
    SVN id: gobihun
    --Tvirutthasalam 20:26, 13 February 2012 (EST)
  • committing by
    id: gdanish
    name: Gulnaz Danish
    irc nick: Gul
    SVN id: gdanish
    --Gdanish 13:06, 20 February 2012 (EST)
  • committed
    id: gdanish
    name: Gulnaz Danish
    irc nick: Gul
    SVN id: gdanish
    --Gdanish 13:16, 20 February 2012 (EST)
  • committed/committing by
    id: emailid
    name: full name
    irc nick: mynick
    any other info

Team Members

Coding Stars - OOP344 20121
First Name Last Name Section Seneca Id wiki id IRC nick Blog URL
Balwinder Singh A bsingh107 bsingh107 B_Singh balwinder open source@seneca
Dimple Gandhi A dhgandhi dhgandhi D_Gandhi Dimple's open source@seneca
Agron Danushi A adanushi adanushi Danushi Danushi's Blog
Gulnaz Danish A gdanish gdanish Gul Gulnaz_OOP344
Thevakaran Virutthasalam A tvirutthasalam tvirutthasalam gobihun Deva's Blog

tasks

R0.2 PART 1 - CLabel.cpp (Complete)

  • assigned to Balwinder Singh
  • being done by Balwinder Singh
  • status DONE

CLabel(const CLabel&);

    CLabel(const char *Str, int Row, int Col, int Len = 0);
    CLabel(int, int, int);
    ~CLabel();
    void draw(int fn=C_NO_FRAME); 
    int edit();
    bool editable()const;
    void set(const void*);

R0.2 Part 2 - CDialog.cpp

  • assigned to Agron Danushi
  • being done by Agron Danushi
  • status DONE
    CDialog(CFrame *Container = (CFrame*)0,
             int Row = -1, int Col = -1, 
             int Width = -1, int Height = -1, 
             bool Borderd = false,
             const char* Border=C_BORDER_CHARS);
    virtual ~CDialog();
    void draw(int fn = C_FULL_FRAME);

R0.2 CDialog.cpp file operator[] and curField()functions.

  • assigned to Gulnaz Danish
  • being done by Gulnaz Danish
  • status DONE

R0.2 CDialog.cpp file curIndex(), fieldnum(), editable() and edit(int) functions.

  • assigned to Thevakaran Virutthasalam
  • being done by Thevakaran Virutthasalam
  • status DONE

R0.2 CDialog.cpp file add(CField*, bool), add(CField&, bool), operator<<(CField*) and operator<<(CField&) functions.

  • assigned to Dimple Hirjibhai Gandhi
  • being done by Dimple Hirjibhai Gandhi
  • status ----

Meeting Arrangements

  • assigned to Gulnaz and Agron
  • being done by Gulnaz and Agron
  • status DONE

R0.2 Creating Moke-up Classes

  • assigned to Thevakaran Virutthasalam
  • being done by Thevakaran Virutthasalam
  • status DONE

R0.2 SPLIT ALL WORKS

  • assigned to Thevakaran Virutthasalam
  • being done by Thevakaran Virutthasalam
  • status DONE

R0.1 Programming, Debugging, Merging and Tagging

  • assigned to ALL Team members
  • being done by ALL Team members
  • status DONE

meetings

  • Meeting: Discussion about R0.2
    Day:Tuesday Feb 28, 2012
    Place:TEL Open Lab
    Time:11:00a.m-3:00p.m
    Attendants: Balwinder Singh, Gulnaz Danish, Agron Danushi, Thevakaran Virutthasalam