Difference between revisions of "OOP344 - Return 0; - 20102"

From CDOT Wiki
Jump to: navigation, search
Line 3: Line 3:
 
; check : this URL to find more about your tickets and agenda for this week ..
 
; check : this URL to find more about your tickets and agenda for this week ..
 
   
 
   
; http://senthilraju.lighthouseapp.com/projects/56319/tickets/3-iolabel-iovedit-iotextedit#ticket-3-2 :
+
; http://senthilraju.lighthouseapp.com/projects/56319-oop344-text-editor/overview;
  
 
; '''TEAM : - RETURN'0''''
 
; '''TEAM : - RETURN'0''''
Line 13: Line 13:
 
# : Fdesjarlais
 
# : Fdesjarlais
 
# : Justin lau
 
# : Justin lau
 +
 +
 +
 +
= THE APPLICATION CLASS HIERARCHY =
 +
 +
<big><pre>
 +
 +
IOFrame
 +
|
 +
|---IOForm
 +
|
 +
|
 +
|---IOField
 +
      |
 +
      |-------- IOLabel
 +
      |
 +
      |--------IOEdit
 +
      |        |
 +
      |        |-------IOVEdit
 +
      |
 +
      |--------IOTextEdit
 +
</pre></big>

Revision as of 11:17, 28 July 2010

Meeting 
are at Lighthouse app house .
check 
this URL to find more about your tickets and agenda for this week ..
http://senthilraju.lighthouseapp.com/projects/56319-oop344-text-editor/overview;
TEAM : - RETURN'0'
Members 
  1.  : Ashoutosh Khamar
  2.  : Senthil Chandran
  3.  : Fdesjarlais
  4.  : Justin lau


THE APPLICATION CLASS HIERARCHY


IOFrame
 |
 |---IOForm
 |
 |
 |---IOField
       |
       |-------- IOLabel
       |
       |--------IOEdit
       |         |
       |         |-------IOVEdit
       |
       |--------IOTextEdit