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

virtual void Impala::Application::VideoExcel::TableControlBarWindow::ButtonSelectionEvent ( Button src,
void *  userData 
) [inline, virtual]

Reimplemented from OglGui::ButtonListener.

Definition at line 55 of file TableControlBarWindow.h.

References BUTTON_RESETFILTERS, ILOG_DEBUG, mTable, and Impala::Application::VideoExcel::TableWindow::ResetFilters().

00056     {
00057         if (userData == (void*) BUTTON_RESETFILTERS)
00058         {
00059             ILOG_DEBUG("Reset filters");
00060             mTable->ResetFilters();
00061         }
00062     }

Here is the call graph for this function:


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