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