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

int Impala::Application::MediaTable::TableDataView::GetRowForID ( int  id  )  [inline]

Definition at line 561 of file TableDataView.h.

References GetTotalRows(), and mSortSequence.

Referenced by IsValidTableDataViewTest(), and OutOfBoundsByID().

00562     {
00563         int size = mSortSequence.size();
00564         for (int i=0; i<GetTotalRows() && i<size; i++)
00565             if (mSortSequence[i] == id)
00566                 return i;
00567         return -1;
00568     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:46:09 2010 for ImpalaSrc by  doxygen 1.5.1