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

int Impala::Application::VideoExcel::GridWindow::GetGridRows (  )  [inline]

Definition at line 63 of file GridWindow.h.

References OglGui::OglWindow::H(), mGridHeaderHeight, and mGridHeight.

Referenced by UpdateGrid(), and UpdateNumberOfRowsEvent().

00064     {
00065         int viewheight = H() - mGridHeaderHeight;
00066         return viewheight / mGridHeight;
00067     }

Here is the call graph for this function:


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