Changes

Jump to: navigation, search

Console UI Core Classes - OOP344 20111

No change in size, 00:02, 9 April 2011
*it passes the Row, the Col and the Width to the CField constructor
*Copies the string pointed by Text into _text
*Sets _data to the address of _selected
*It passes the Row, the Col and the Width to the CField constructor
<big><syntaxhighlight lang="cpp">
CMenuItem(const CMenuItem &CM);
*Sets _selected to CM._selected
*Sets _data to the address of _selected
*it passes the Row, the Col and the Width to the CField constructor
<big><syntaxhighlight lang="cpp">
~CMenuItem(void);

Navigation menu