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

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

Definition at line 69 of file GridWindow.h.

References mGridWidth, and OglGui::OglWindow::W().

Referenced by GetRowForXY(), GetXYForRow(), KeyboardFunc(), OnScroll(), UpdateGrid(), and UpdateNumberOfRowsEvent().

00070     {
00071         // remove width of scrollbar too
00072         return (W() - 20) / mGridWidth;
00073     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:52:45 2010 for ImpalaSrc by  doxygen 1.5.1