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

void OglGui::Menu::SetOptions ( strconst  itemName,
int  options,
bool  mode 
) [inline]

Definition at line 63 of file Menu.h.

References mItemNames, and SetArrayIndexOption().

00064     {
00065         for (int i=0; i<mItemNames.size(); i++)
00066             if (mItemNames[i]==itemName)
00067                 SetArrayIndexOption(i,options,mode);
00068     }

Here is the call graph for this function:


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