| 
 
 Definition at line 477 of file TableDataView.h. References Impala::Application::MediaTable::TableDataSourceListener::GetListenTableUpdates(), ILOG_DEBUG, and mTableListeners. Referenced by Impala::Application::MediaTable::TableOverviewWindow::MouseFunc(), SetStartRow(), and Impala::Application::MediaTable::MediaTable::TabSelectionEvent(). 00478 { 00479 ILOG_DEBUG("DoUpdateScrollFromSourceEvent"); 00480 for (int i=0; i< mTableListeners.size(); i++) 00481 if (mTableListeners[i]->GetListenTableUpdates()) 00482 mTableListeners[i]->UpdateScrollFromSourceEvent(); 00483 } 
 Here is the call graph for this function:  
 | 
 1.5.1
 1.5.1