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

virtual void OglGui::MenuOnButton::ButtonSelectionEvent ( Button src,
void *  userData 
) [inline, virtual]

Reimplemented from OglGui::ButtonListener.

Definition at line 37 of file MenuOnButton.h.

References mActive, mMenu, OglGui::Menu::Open(), and OglGui::OglWindow::ToTopWindow().

00038     {
00039         if (!mMenu)
00040             return;
00041         int x = 0, y = 2;
00042         ToTopWindow(src,x,y);
00043         mMenu->Open(x,y);
00044         mActive = true;
00045     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:02:59 2010 for ImpalaSrc by  doxygen 1.5.1