Changes

Jump to: navigation, search

Console Framework Classes 20103 - OOP344

273 bytes added, 21:57, 15 November 2010
FWCHECK
==FWCHECK==
FWCheck class is a '''flagged''' Label.
FWCheck prints a checkbox and a Label in front of it and waits for user entry to possibly toggle the checkbox and exit.
===Class Definition===
<big><syntaxhighlight lang="cpp">
char _format[4];
</pre></big>
*'''_flag''' holds the status of the Checkbox (0: unchecked or 1: checked).
*'''_radio''' dictates the behavior of the Checkbox as a radio-button, or a check-mark.
*'''_format''' holds the characters, the Checkbox is drawn with (i.e. "[X]", "(O)", "<*>", etc...).
===Methods===
<big><pre>

Navigation menu