Changes

Jump to: navigation, search

Console UI Core Classes - OOP344 20111

422 bytes added, 13:14, 7 February 2011
File Names
*Use the class name for the name of the file but make sure it is all lowercase.
*:For example '''CFrame''' class should have '''cframe.h''' and '''cframe.cpp''' files for its implementation.
=Hierarchy=
<big><pre>
CFrame
|
|---CDialog
|
|
|---CField
|
|-------- CLabel
| |
| |-------CCheck
| |-------CMenuItem
|
|-------- CButton
|
|
|-------- CLineEdit
| |
| |-------CValEdit
|
|-------- CText
|
|-------- CCheckList
|-------- CMenu
</pre></big>
 
=Basic (BIO) Encapsulating Classes=

Navigation menu