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

void Impala::Application::MediaTable::TableDataView::DoUpdateScrollFromSourceEvent (  )  [inline]

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:


Generated on Thu Jan 13 09:15:32 2011 for ImpalaSrc by  doxygen 1.5.1