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