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