Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:16:37 2011 for ImpalaSrc by  doxygen 1.5.1