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

int Impala::Application::VideoExcel::TableOverviewWindow::RowToPixel ( int  row  )  [inline]

Definition at line 61 of file TableOverviewWindow.h.

References Impala::Application::VideoExcel::TableDataSource::GetFilteredRows(), mDrawHeight, and mSource.

Referenced by DisplayFunc().

00062     {
00063         return row * mDrawHeight / mSource->GetFilteredRows();
00064     }

Here is the call graph for this function:


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