Open main menu

CDOT Wiki β

Changes

Console UI Core Classes - OOP344 20111

463 bytes added, 07:11, 8 March 2011
Methods and Constructors
char* _covered; is a pointer to a character array that hold what was under this frame before being drawn. When the CFrame wants to hides itself, it simple copies the content of this array back on the screen on its own coordinates.
===Methods and Constructors===
====Private Methods====
====Protected Methods====
*int absRow()const; returns the absolute row of the frame based on the screen's left/top
*:it returns the sum of '''row()''' of this border plus all the '''row()'''s of the '''_containter'''s
*int absCol()const; returns the absolute column of the frame based on the screen's left/top
*:it returns the sum of '''col()''' of this border plus all the '''col()'''s of the '''_containter'''s
 
====Public Methods====