Difference between revisions of "Team .RU - OOP344 20121"
Dkavalchyk2 (talk | contribs) (Assigned tasks) |
Dkavalchyk2 (talk | contribs) (→Tasks) |
||
Line 41: | Line 41: | ||
Status: Not Finished | Status: Not Finished | ||
<pre> | <pre> | ||
− | int CDialog::add(CField* field, bool dynamic) | + | int CDialog::add(CField* field, bool dynamic) |
− | CDialog::~CDialog() | + | CDialog::~CDialog() |
− | CLabel::~CLabel() | + | CLabel::~CLabel()</pre> |
=== Yaraslau === | === Yaraslau === | ||
Status: Not Finished | Status: Not Finished | ||
<pre> | <pre> | ||
− | void CDialog::draw(int fn) | + | void CDialog::draw(int fn) |
− | CDialog& CDialog::operator<<(CField& field) | + | CDialog& CDialog::operator<<(CField& field) |
− | void CLabel::set(const void* str) | + | void CLabel::set(const void* str)</pre> |
=== Anton === | === Anton === | ||
Status: Not Finished | Status: Not Finished | ||
<pre> | <pre> | ||
− | int CDialog::edit(int fn) | + | int CDialog::edit(int fn) |
− | CDialog& CDialog::operator<<(CField* field) | + | CDialog& CDialog::operator<<(CField* field) |
− | CLabel::CLabel(const CLabel& L) | + | CLabel::CLabel(const CLabel& L)</pre> |
=== Andrew === | === Andrew === | ||
Status: Not Finished | Status: Not Finished | ||
<pre> | <pre> | ||
− | CDialog::CDialog(CFrame *Container, int Row, int Col, int Width, int Height, bool Borderd, const char* Border) | + | CDialog::CDialog(CFrame *Container, int Row, int Col, int Width, int Height, bool Borderd, const char* Border) |
− | CLabel::CLabel(const char *Str, int Row, int Col, int Len) | + | CLabel::CLabel(const char *Str, int Row, int Col, int Len) |
− | CLabel::CLabel(int Row, int Col, int Len) | + | CLabel::CLabel(int Row, int Col, int Len)</pre> |
=== Mike === | === Mike === |
Revision as of 17:28, 26 February 2012
OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources
Contents
Team Name ".RU"
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:
Trunk Status
- committed/committing by
- id: emailid
- name: full name
- irc nick: mynick
- any other info
Team Members
First Name | Last Name | Section | Seneca Id | wiki id | IRC nick | Blog URL |
---|---|---|---|---|---|---|
Dzmitry | Kavalchyk | B | dkavalchyk2 | dkavalchyk2 | RevenTL | Dima's Blog |
Anton | Teremetskyi | B | ateremetskyi | ateremetskyi | ateremetskyi | Anton's Blog |
Andriy | Petrus | A | apetrus | apetrus | apetrus | Andriy's OOP Blog |
Yaraslau | Nikifarau | B | ynikifarau | ynikifarau | ynikifarau | Yaraslau's OOP Blog |
Mike | Shutov | A | mshutov | mshutov | mshutov | Mikes Blog |
Tasks
Dzmitry
Status: Not Finished
int CDialog::add(CField* field, bool dynamic) CDialog::~CDialog() CLabel::~CLabel()
Yaraslau
Status: Not Finished
void CDialog::draw(int fn) CDialog& CDialog::operator<<(CField& field) void CLabel::set(const void* str)
Anton
Status: Not Finished
int CDialog::edit(int fn) CDialog& CDialog::operator<<(CField* field) CLabel::CLabel(const CLabel& L)
Andrew
Status: Not Finished
CDialog::CDialog(CFrame *Container, int Row, int Col, int Width, int Height, bool Borderd, const char* Border) CLabel::CLabel(const char *Str, int Row, int Col, int Len) CLabel::CLabel(int Row, int Col, int Len)
Mike
Didn't attend meeting.
meetings
- latest will be on top