Changes

Jump to: navigation, search

Console UI Core Classes - OOP344 20113

2 bytes added, 20:55, 8 November 2011
Attributes: fixed _radio data type. Not sure if _flag should be changed too.
<big><syntaxhighlight lang="cpp">
int _flag;
int bool _radio;
char _format[4];
CLabel _Label;
*'''_format''' holds the characters, the Checkbox is drawn with (i.e. "[X]", "(O)", "<*>", etc...).
*'''_Label''' holds the Label attached to the this Checkbox
 
===Constructor / Destructor===
<big><syntaxhighlight lang="cpp">
1
edit

Navigation menu