Changes

Jump to: navigation, search

Console UI Core Classes - OOP344 20111

360 bytes added, 14:21, 4 April 2011
Methods
void draw(int fn = C_NO_FRAME) ;
</syntaxhighlight></big>
*Draws the object using bio_displayMenuItem function.
*:Make sure absRow() and absCol() are used for Row and Col args of bio_displayMenuItem
<big><syntaxhighlight lang="cpp">
int edit();
</syntaxhighlight></big>
*Returns the returned value of bio_displayMenuItem() using the same arguemtns used in draw()
<big><syntaxhighlight lang="cpp">
bool editable()const;
</syntaxhighlight></big>
*Always returns true
<big><syntaxhighlight lang="cpp">
void set(const void* Selected);
</syntaxhighlight></big>
*Sets _selected to content pointed by Selected
<big><syntaxhighlight lang="cpp">
bool selected()const;
void selected(bool val);
</syntaxhighlight></big>
*These methods set and get _selected.
<big><syntaxhighlight lang="cpp">
const char* Text()const;
</syntaxhighlight></big>
*Returns _text
=Complex Core User Interface classes=

Navigation menu