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

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

Definition at line 185 of file TableWindow.h.

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

Referenced by KeyboardFunc().

00186     {
00187         mSource->SetStartRow(mSource->GetStartRow() + nr);
00188         UpdateScrollFromSourceEvent();
00189     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:16:50 2011 for ImpalaSrc by  doxygen 1.5.1