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

virtual void Impala::Application::VideoExcel::TableWindow::OnScroll ( ScrollBar src,
int  position,
void *  userData 
) [inline, virtual]

Reimplemented from OglGui::ScrollBarListener.

Definition at line 173 of file TableWindow.h.

References mReady, mSource, and Impala::Application::VideoExcel::TableDataSource::SetStartRow().

00174     {
00175         if (!mReady) return;
00176         mSource->SetStartRow(position);
00177 
00178     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:54:43 2010 for ImpalaSrc by  doxygen 1.5.1