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