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

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

Reimplemented from OglGui::ButtonListener.

Definition at line 111 of file TableWindowColumn.h.

References BTN_APPLY_FILTER, BTN_CONFIGURE, BTN_REMOVE_FILTER, BTN_SORT, Impala::Application::MediaTable::TableFilter::Disable(), DoSort(), mConfigWindow, mFilter, OglGui::TitledWindow::OnCloseButton(), and OpenConfigWindow().

00112     {
00113         switch ((long long) userData)
00114         {
00115             case BTN_CONFIGURE:
00116                 OpenConfigWindow();
00117                 break;
00118             case BTN_SORT:
00119                 DoSort();
00120                 break;
00121             case BTN_APPLY_FILTER:
00122                 mConfigWindow->OnCloseButton();
00123                 break;
00124             case BTN_REMOVE_FILTER:
00125                 mFilter->Disable();
00126                 mConfigWindow->OnCloseButton();
00127                 break;
00128        }
00129    }

Here is the call graph for this function:


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