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

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

Reimplemented from OglGui::ScrollBarListener.

Definition at line 184 of file GridWindow.h.

References GetGridColumns(), Impala::Application::MediaTable::TableDataViewController::GetTableDataView(), mReady, and Impala::Application::MediaTable::TableDataView::SetStartRow().

00185     {
00186         if (!mReady) return;
00187         // round down to nearest whole line of images:
00188         GetTableDataView()->SetStartRow(position / GetGridColumns() * GetGridColumns());
00189 
00190     }

Here is the call graph for this function:


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