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

bool Impala::Application::MediaTable::TableDataView::OutOfBounds ( int  row  )  [inline]

Definition at line 274 of file TableDataView.h.

References GetNumberOfRows(), and GetStartRow().

Referenced by OutOfBoundsByID().

00275     {
00276         if (row < GetStartRow() || row >= GetStartRow() + GetNumberOfRows())
00277             return true;
00278         return false;
00279     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:45:57 2010 for ImpalaSrc by  doxygen 1.5.1