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

virtual void OglGui::Menu::DisplayFunc (  )  [inline, virtual]

Reimplemented from OglGui::Window.

Definition at line 143 of file Menu.h.

References DrawMenuItem(), and mItemNames.

00144     {
00145         OGC myOGC;
00146         OGCSave(&myOGC);
00147         for (int i=0; i < mItemNames.size(); i++)
00148             DrawMenuItem(i);
00149         OGCRestore(&myOGC);
00150     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:26:36 2011 for ImpalaSrc by  doxygen 1.5.1