Open main menu

CDOT Wiki β

Changes

Console UI Core Classes - OOP344 20121

2 bytes removed, 11:57, 25 March 2012
Constructors / Destructor
#Initializes the Label with (Text, 0, 1 and Width-2) for (Str, Row, Col, and Len)
#Sets the attributes to corresponding arguments
#Sets CFeildsCFields::_data to the address of _formated_format
#Sets the Label's frame to this object.
<big><syntaxhighlight lang="cpp">
CMenuItem(const CMenuItem &CM);
</syntaxhighlight></big>
#Passes CM to CFiled CField and Initializes the Label with CM
#Sets the _selected to _selected of CM
#Sets CFeildsCFields::_data to the address of _format
#Sets the Label's frame to this object.
1
edit