Difference between revisions of "OOP344 - Team Nothing Project Development Page - 20102"

From CDOT Wiki
Jump to: navigation, search
m (Basic I/O Function Set v1.0 - Task Distribution for Complex Functions)
m (Completed full names of functions.)
Line 8: Line 8:
  
 
<big><pre>
 
<big><pre>
A- [displayflag()],  
+
A- [iof_displayflag()],  
   [flag()]
+
   [iof_flag()]
   [edit(): Leftkey]
+
   [iof_edit(): Leftkey]
 
   [Test BCC platform]
 
   [Test BCC platform]
  
B- [displayMenuItem()],  
+
B- [iof_displayMenuItem()],  
   [MenuItem()]
+
   [iof_menuItem()]
   [edit(): RightKey]
+
   [iof_edit(): RightKey]
 
   [Test VCC platfrom]
 
   [Test VCC platfrom]
  
C- [edit(): Corrections before editing]
+
C- [iof_edit(): Corrections before editing]
   [edit(): BackspaceKey]
+
   [iof_edit(): BackspaceKey]
   [edit(): Enter and All function keys]
+
   [iof_edit(): Enter and All function keys]
 
   [Test Linux platform]
 
   [Test Linux platform]
  
D- [edit(): Escape key, including Undo (memory allocation and release)]
+
D- [iof_edit(): Escape key, including Undo (memory allocation and release)]
   [edit(): DeleteKey]
+
   [iof_edit(): DeleteKey]
   [edit(): data entry, insert mode]
+
   [iof_edit(): data entry, insert mode]
 
   [Test Mac platform]
 
   [Test Mac platform]
  

Revision as of 22:29, 14 June 2010


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

Basic I/O Function Set v1.0 - Task Distribution for Complex Functions

Tasks missing

  • No missing task so far


A- [iof_displayflag()], 
   [iof_flag()]
   [iof_edit(): Leftkey]
   [Test BCC platform]

B- [iof_displayMenuItem()], 
   [iof_menuItem()]
   [iof_edit(): RightKey]
   [Test VCC platfrom]

C- [iof_edit(): Corrections before editing]
   [iof_edit(): BackspaceKey]
   [iof_edit(): Enter and All function keys]
   [Test Linux platform]

D- [iof_edit(): Escape key, including Undo (memory allocation and release)]
   [iof_edit(): DeleteKey]
   [iof_edit(): data entry, insert mode]
   [Test Mac platform]

E- [edit(): Home and End Key] 
   [InsertKey]
   [TabKey]
   [data entry, overstrike mode]
   [Overall review beofre final release]