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

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

Reimplemented from Impala::Application::MediaTable::TableDataSource.

Definition at line 68 of file TableDataSourceImageDir.h.

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

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

Here is the call graph for this function:


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