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