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

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

Reimplemented from OglGui::ButtonListener.

Definition at line 53 of file TableControlBarWindow.h.

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

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

Here is the call graph for this function:


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