Changes

Jump to: navigation, search

Console UI Core Classes - OOP344 20113

94 bytes added, 13:36, 8 November 2011
Constructors / Destructor
#Initializes the CField with Row, Col, Width and 1 for Height
#Initializes the Label with (Text, 0, 1 and Width-2) for (Str, Row, Col, and Len)
#sets Sets the attributes to corresponding arguments#sets Sets CFeilds::_data to the address of _formated
#Sets the Label's frame to this object.
<big><syntaxhighlight lang="cpp">
CMenuItem(const CMenuItem &CM);
</syntaxhighlight></big>
<big><syntaxhighlight lang="cpp">#Passes CM to CFiled and Initializes the Label with CM virtual ~CMenuItem(void);#Sets the _selected to _selected of CM</syntaxhighlight></big>#Sets CFeilds::_data to the address of _formated#Sets the Label's frame to this object.
===Methods===

Navigation menu