Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 10:54:44 2010 for ImpalaSrc by  doxygen 1.5.1