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

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

Definition at line 77 of file GridWindow.h.

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

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

00078     {
00079         // remove width of scrollbar too
00080         return (W() - 10) / (mGridWidth + 4);
00081     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:15:14 2011 for ImpalaSrc by  doxygen 1.5.1