Changes

Jump to: navigation, search

Console UI Core Classes - OOP344 20112

141 bytes added, 11:39, 27 July 2011
CDialog (Under Construction)
==CDialog (Under Construction)==
Organizes CField objects on the screen, displays them and then lets the user edit them one by one.Most of the code of this class is provided under branches/fardad of the teams' repository. Students are to implement all the add and operator<< methods and operator[] method. 
<big><syntaxhighlight lang="cpp">
</syntaxhighlight></big>
===Attributes===
====Mandatory====
<big><syntaxhighlight lang="cpp">
int _fnum;
</syntaxhighlight></big>
will be set to true if any of the Fields added are editable.
====Optional====
This is optional because it depends on how you are going to implement the collection of CFields:
<big><syntaxhighlight lang="cpp">

Navigation menu