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

void Impala::Application::MediaTable::GridWindow::SetGridSize ( int  gx,
int  gy 
) [inline]

Definition at line 83 of file GridWindow.h.

References mGridHeight, mGridWidth, UpdateNumberOfRowsEvent(), and UpdateRowsEvent().

Referenced by Impala::Application::MediaTable::MediaTable::Init(), and KeyboardFunc().

00084     {
00085         mGridHeight = gy;
00086         mGridWidth = gx;
00087 
00088         UpdateNumberOfRowsEvent();
00089         UpdateRowsEvent();
00090     }

Here is the call graph for this function:


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