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

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

Definition at line 392 of file TableDataSource.h.

References mTableListeners.

Referenced by SetDefaultRowSizes(), SetNumberOfRows(), SetStartRow(), SetZoomRow(), SortAndFilter(), Impala::Application::VideoExcel::GridWindow::TransformMarkedSelectionTo(), and UnsetZoom().

00393     {
00394         for (int i=0; i< mTableListeners.size(); i++)
00395             if (mTableListeners[i]->GetListenTableUpdates())
00396                 mTableListeners[i]->UpdateRowsEvent();
00397     }


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