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

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

Definition at line 491 of file TableDataSource.h.

References mSortSequence, and mTotalRows.

Referenced by Impala::Application::VideoExcel::TableWindow::SetZoomView(), Impala::Application::VideoExcel::GridWindow::SetZoomView(), and Impala::Application::VideoExcel::TableViewCache::ShowView().

00492     {
00493         if (row >= 0 && row < mTotalRows && row < mSortSequence.size())
00494             return mSortSequence[row];
00495         else
00496             return -1;
00497     }


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