Difference between revisions of "OOP244 - Success Project Dev Page - 20101"

From CDOT Wiki
Jump to: navigation, search
m (Finished END_KEY)
m (Adding page for the TextEdit Application)
 
(31 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{| class="wikitable" border="1"
+
[[Category:OOP344]]
|+ Simple Function Commit Tasks
+
{{OOP344 Index}}
<br/>Assignment Complete. Email was sent to farded and it has been branched into tags under iof_0.1
 
! Function !! Member Responsible !! Status
 
|-
 
| void iof_init() || jquan4|| Completed
 
|-
 
| void iof_end() || jquan4 || Completed 
 
|-
 
| int iof_rows() || apliats || Completed
 
|-
 
| int iof_cols() || apliats || Completed
 
|-
 
| void iof_clrscr() || ibalzamova || Completed
 
|-
 
| void iof_flush() || ibalzamova || Completed
 
|-
 
| int iof_getch() || mjschranz || Completed
 
|-
 
| void iof_movecur(int r, int c) || mjschranz|| Completed
 
|-
 
| void iof_putch(int c) || mjschranz|| Completed
 
|-
 
| void iof_prntstr(const char* str) || jquan4 || Completed
 
|}
 
  
==Part 2- complex functions==
+
[http://zenit.senecac.on.ca/wiki/index.php/OOP344_-_Success_Project_Dev_Basic_IO_Functions Basic IO Functions Project Development]
 
+
<br/>
{| class="wikitable" border="1"
+
[http://zenit.senecac.on.ca/wiki/index.php/OOP344_-_Success_Project_Dev_Complex_IO_Functions Complex IO Functions Project Development]
|+ int iof_edit() Special Key switch cases
+
<br/>
<br/>staus- work in progress
+
[http://zenit.senecac.on.ca/wiki/index.php/OOP344_-_Success_Project_Dev_TextEdit_Application TextEdit Application Project Development]
! Keys !! Member Responsible !! Status
 
|-
 
| BACKSPACE_KEY || jquan4|| completed
 
|-
 
| LEFT_KEY|| jquan4|| completed
 
|-
 
| RIGHT_KEY ||jquan4 || completed
 
|-
 
| HOME_KEY || apliats || Completed
 
|-
 
| DEL_KEY || apliats || Completed
 
|-
 
| END_KEY || mjschranz || Completed
 
|-
 
| TAB_KEY || apliats || -
 
|-
 
| ESCAPE_KEY || ibalzamova|| Completed
 
|-
 
| INSERT_KEY  || jquan4|| completed
 
|-
 
| ENTER_KEY || jquan4|| completed
 
|-
 
| UP_KEY || jquan4|| completed
 
|-
 
| DOWN_KEY || jquan4|| completed
 
|-
 
| PGUP_KEY || jquan4|| completed
 
|-
 
| PGDN_KEY || jquan4|| completed
 
|-
 
| F1_KEY To F12_KEY || jquan4|| completed
 
|-
 
| Overstrike mode || jquan4|| completed
 
|-
 
|insert mode||jquan4||completed
 
|-
 
 
 
 
 
 
 
 
 
|}
 
 
 
{| class="wikitable" border="1"
 
|+ other complex functions
 
<br/>staus- work in progress
 
! functions !! Member Responsible !! Status
 
|-
 
|void iof_display()|| ibalzamova || Completed
 
|-
 
| void iof_displayflag()  || mjschranz|| Completed
 
|-
 
| int iof_flag() || mjschranz || Completed
 
|-
 
| void iof_displayMenuItem()  ||ibalzamova || Completed
 
|-
 
| int iof_menuItem() || apliats || Completed
 
|-
 
 
|}
 

Latest revision as of 17:18, 17 July 2010