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

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

Definition at line 553 of file TableDataView.h.

References GetTotalRows(), and mSortSequence.

Referenced by Impala::Application::TagsLife::TagsWeekBarPlot::DetailWndMouseEvent(), and IsValidTableDataViewTest().

00554     {
00555         if (row >= 0 && row < GetTotalRows() && row < mSortSequence.size())
00556             return mSortSequence[row];
00557         else
00558             return -1;
00559     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:15:33 2011 for ImpalaSrc by  doxygen 1.5.1