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

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

Definition at line 75 of file GridWindow.h.

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

Referenced by KeyboardFunc().

00076     {
00077         mGridHeight = gy;
00078         mGridWidth = gx;
00079 
00080         UpdateNumberOfRowsEvent();
00081         UpdateRowsEvent();
00082     }

Here is the call graph for this function:


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