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

void Impala::Application::VideoExcel::GridWindow::ScrollRelative ( int  nr  )  [inline]

Definition at line 187 of file GridWindow.h.

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

Referenced by KeyboardFunc().

00188     {
00189         mSource->SetStartRow(mSource->GetStartRow() + nr);
00190         UpdateScrollFromSourceEvent();
00191     }

Here is the call graph for this function:


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