Open main menu

CDOT Wiki β

Changes

OOP344 Assignment Two

4 bytes added, 02:40, 5 November 2009
m
getRow()
====getRow()====
'''int getRow(void)const;'''
*if '''_owner''' is NULL, it returns the _row attribute
*if '''_owner''' is not NULL it returns the sum of _row and _owner->getTop(); (see IO_Frame for getTop())
 
====getCol()====