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

virtual String Impala::Application::VideoExcel::TableDataSourceImageDir::GetTextDataByID ( String  column,
int  row 
) [inline, virtual]

Reimplemented from Impala::Application::VideoExcel::TableDataSource.

Definition at line 65 of file TableDataSourceImageDir.h.

References Impala::MakeString(), mFileNames, and mRgbDataSrcRaw.

00066     {
00067         if (column == "filename")
00068         {
00069             if (!mRgbDataSrcRaw)
00070                 return *mFileNames[row];
00071             return String("raw:") + MakeString(row);
00072         }
00073         if (column == "id")
00074             return MakeString(row);
00075         return "N/A";
00076     }

Here is the call graph for this function:


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