Changes

Jump to: navigation, search

OOP344 Assignment Two

62 bytes added, 02:43, 2 November 2009
Public Methods
</big>
<hr width="50%" />
====Public Privete Methods==== =====Add methodsAdding a Field to the Form=====
the '''IO_Form''' must be able to add several IO_Field classes to itself, one at a time and then provide the user, the means of editing them in order they were added.
*'''submitter''': if set to true, it tags this IO_Field to terminate the IO_Form's edit() if ENTER_KEY is hit. see the edit() method for more info.
<hr width="50%" />
====Public Methods====
=====Add methods=====
<big><pre>
int add(IO_Field* f, bool submitter = false);

Navigation menu