Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:15:34 2011 for ImpalaSrc by  doxygen 1.5.1