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

int Impala::Application::VideoExcel::TableOverviewWindow::PixelToRow ( int  pixel  )  [inline]

Definition at line 66 of file TableOverviewWindow.h.

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

Referenced by MouseFunc(), and PixelToRows().

00067     {
00068         return pixel * mSource->GetFilteredRows() / mDrawHeight;
00069     }

Here is the call graph for this function:


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