Definition at line 125 of file ImageSetIdxGrid.h. References mCellH, OglGui::DocDimensions::mDocH, and OglGui::DocDimensions::mDocY. Referenced by FindFirstVisible(), FindLastVisible(), and MouseFunc(). 00126 { 00127 int res = (mDocY + mDocH - y) / mCellH; 00128 return (mDocY + mDocH - y) / mCellH; 00129 }
|