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

void Impala::Application::VideoExcel::TableDataSource::UnsetZoom (  )  [inline]

Definition at line 215 of file TableDataSource.h.

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

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

00216     {
00217         if (mZoomRow == -1)
00218             return;
00219         mZoomRow = -1;
00220         DoUpdateNumberOfRowsEvent();
00221         DoUpdateRowsEvent();
00222     }

Here is the call graph for this function:


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