[inline]
Definition at line 170 of file DirImViewer.h.
References mCellH, OglGui::DocDimensions::mDocH, and OglGui::DocDimensions::mDocY.
Referenced by FindFirstVisible(), and FindLastVisible().
00171 { 00172 return (mDocY + mDocH - y) / mCellH; 00173 }