Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 10:53:55 2010 for ImpalaSrc by  doxygen 1.5.1