Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:15:32 2011 for ImpalaSrc by  doxygen 1.5.1