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

String Impala::Application::VideoExcel::TableDataSource::GetSortedTextData ( String  column,
int  row 
) [inline]

Definition at line 431 of file TableDataSource.h.

References GetTextDataByID(), and mSortSequence.

Referenced by Impala::Application::VideoExcel::TableCell::UpdateRow().

00432     {
00433         if (column=="rank")
00434         {
00435             std::ostringstream s;
00436             s << row;
00437             return s.str();
00438         }
00439         return GetTextDataByID(column, mSortSequence[row]);
00440     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:53:59 2010 for ImpalaSrc by  doxygen 1.5.1