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

void Impala::Application::VideoExcel::TableFilter::Disable ( bool  callApply = true  )  [inline]

Definition at line 38 of file TableFilter.h.

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

Referenced by Impala::Application::VideoExcel::TableColumn::OnMenuItem(), and Impala::Application::VideoExcel::TableColumn::ResetFilter().

00039     {
00040         ILOG_DEBUG("Disable filter");
00041         mType = 0;
00042         if (callApply)
00043             mSource->ApplyFilters();
00044     }

Here is the call graph for this function:


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