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

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

Reimplemented from OglGui::ScrollBarListener.

Definition at line 174 of file GridWindow.h.

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

00175     {
00176         if (!mReady) return;
00177         // round down to nearest whole line of images:
00178         mSource->SetStartRow(position / GetGridColumns() * GetGridColumns());
00179 
00180     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:52:50 2010 for ImpalaSrc by  doxygen 1.5.1