Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:16:38 2011 for ImpalaSrc by  doxygen 1.5.1