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