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

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

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

Definition at line 30 of file TableDataSourceTrec.h.

References Impala::Core::VideoSet::Keyframes::GetName(), Impala::Core::VideoSet::Keyframes::GetNrKeyframesShot(), Impala::Core::VideoSet::Keyframes::GetShotId(), Impala::MakeString(), and mKeyframes.

00031     {
00032         if (column=="id")
00033             return MakeString(row);
00034         if (column=="name")
00035             return mKeyframes->GetName(row);
00036         if (column=="type")
00037             return "MPEG1 352x288";
00038         if (column=="keyframes")
00039             return MakeString(mKeyframes->GetNrKeyframesShot(mKeyframes->GetShotId(row)));
00040         return "N/A";
00041     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:54:14 2010 for ImpalaSrc by  doxygen 1.5.1