Difference between revisions of "Coding Stars 20121 - OOP344"

From CDOT Wiki
Jump to: navigation, search
(tasks)
(CLabel.cpp file containing all of the CLabel member functions, constructors and destructors.)
Line 94: Line 94:
  
 
== tasks ==
 
== tasks ==
=== CLabel.cpp file containing all of the CLabel member functions, constructors and destructors. ===
+
=== R0.2 CLabel.cpp (Complete) ===
 +
<pre width="200">
 +
    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*);
 +
</pre>
 
* assigned to Balwinder Singh
 
* assigned to Balwinder Singh
 
* being done by Balwinder Singh
 
* being done by Balwinder Singh

Revision as of 18:42, 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 CLabel.cpp (Complete)

     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*);
  • assigned to Balwinder Singh
  • being done by Balwinder Singh
  • status DONE

R0.2 CDialog.cpp file constructors, destructors and draw.

  • assigned to Agron Danushi
  • being done by Agron Danushi
  • status DONE

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