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

bool Impala::Application::VideoExcel::TableDataSource::OutOfBounds ( int  row  )  [inline]

Definition at line 250 of file TableDataSource.h.

References GetNumberOfRows(), and GetStartRow().

Referenced by Impala::Application::VideoExcel::TableDataSourceSqliteDb::GetImageDataByID(), Impala::Application::VideoExcel::TableDataSourceSqliteDb::GetTextDataByID(), GetTextDataByID(), OutOfBoundsByID(), and SetZoomRow().

00251     {
00252         if (row < GetStartRow() || row > GetStartRow() + GetNumberOfRows())
00253             return true;
00254         return false;
00255     }

Here is the call graph for this function:


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