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

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

Definition at line 71 of file GridWindow.h.

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

Referenced by UpdateGrid(), and UpdateNumberOfRowsEvent().

00072     {
00073         int viewheight = H() - mGridHeaderHeight;
00074         return viewheight / (mGridHeight + 4);
00075     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:42:37 2010 for ImpalaSrc by  doxygen 1.5.1