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

void OglGui::Menus::ActivateListener ( Menu menu,
int  menuIdx,
std::string  itemName,
int  itemIdx,
void *  userData 
) [inline]

Definition at line 31 of file Menus.h.

References mMenuListener, and OglGui::MenuListener::OnMenuItem().

00033     {
00034         if (!mMenuListener)
00035             return;
00036         mMenuListener->OnMenuItem(menu, menuIdx, itemName, itemIdx, userData);
00037     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:03:04 2010 for ImpalaSrc by  doxygen 1.5.1