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

bool Impala::Application::MediaTable::TableFilter::IsFilteredByText ( String  data  )  [inline]

Definition at line 61 of file TableFilter.h.

References mSubstring, and mType.

00062     {
00063         if (mType==1)
00064             return data.find(mSubstring,0)==String::npos;
00065         return false;
00066     }


Generated on Fri Mar 19 10:46:28 2010 for ImpalaSrc by  doxygen 1.5.1