Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

int Impala::Visualization::DirImViewer::Y2Row ( int  y  )  [inline]

Definition at line 166 of file DirImViewer.h.

References mCellH, OglGui::DocDimensions::mDocH, and OglGui::DocDimensions::mDocY.

Referenced by FindFirstVisible(), and FindLastVisible().

00167     {
00168         return (mDocY + mDocH - y) / mCellH;
00169     }


Generated on Thu Jan 13 09:24:37 2011 for ImpalaSrc by  doxygen 1.5.1