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

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

Definition at line 46 of file TableFilter.h.

References mSubstring, and mType.

00047     {
00048         if (mType==1)
00049             return data.find(mSubstring,0)==String::npos;
00050         return false;
00051     }


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