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

virtual void Impala::Application::MediaTable::TableDataViewController::ScrollRelative ( int  nr  )  [inline, virtual]

Reimplemented in Impala::Application::MediaTable::TableWindow.

Definition at line 98 of file TableDataViewController.h.

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

Referenced by KeyboardFunc(), and Impala::Application::MediaTable::GridWindow::KeyboardFunc().

00099     {
00100         GetTableDataView()->SetStartRow(GetTableDataView()->GetStartRow() + nr);
00101     }   

Here is the call graph for this function:


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