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

void Impala::Application::VideoExcel::TableFilter::SetTextFilter ( String  substring  )  [inline]

Definition at line 21 of file TableFilter.h.

References Impala::Application::VideoExcel::TableFilterUpdateListener::ApplyFilters(), ILOG_DEBUG, mSource, mSubstring, and mType.

Referenced by Impala::Application::VideoExcel::TableColumn::TextFieldChangedEvent().

00022     {
00023         ILOG_DEBUG("SetTextFilter: " << substring);
00024         mType = 1;
00025         mSubstring = substring;
00026         mSource->ApplyFilters();
00027     }

Here is the call graph for this function:


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