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

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

Reimplemented from Impala::Application::MediaTable::TableDataSourceModule.

Definition at line 19 of file CombinedViewsModule.h.

References Impala::Application::MediaTable::TableDataSourceModule::ButtonSelectionEvent(), OglGui::Button::GetLabel(), Impala::Application::MediaTable::Module::GetName(), NewSelected(), and NextSelected().

00020         {
00021                 if(src->GetLabel() == "Next")
00022                 {
00023                         NextSelected();
00024                 } else if(src->GetLabel() == "New " + GetName())
00025                 {
00026                         NewSelected();
00027                 }
00028                 else
00029                         TableDataSourceModule::ButtonSelectionEvent(src, userData);
00030     }

Here is the call graph for this function:


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