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

void Impala::Application::VideoExcel::TableDataSource::SetZoomRow ( int  row  )  [inline]

Definition at line 203 of file TableDataSource.h.

References DoUpdateNumberOfRowsEvent(), DoUpdateRowsEvent(), mZoomRow, and OutOfBounds().

Referenced by Impala::Application::VideoExcel::TableWindow::ZoomRow().

00204     {
00205         if (row == mZoomRow)
00206             return;
00207         if (OutOfBounds(row))
00208             return;
00209         if (mZoomRow == -1)
00210             DoUpdateNumberOfRowsEvent();
00211         mZoomRow = row;
00212         DoUpdateRowsEvent();
00213     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:16:44 2011 for ImpalaSrc by  doxygen 1.5.1