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

void OglGui::Menu::SetArrayIndexOption ( int  arrIdx,
int  option,
bool  mode 
) [inline, protected]

Definition at line 214 of file Menu.h.

References mItemNames, and mItemOptions.

Referenced by SetOptions().

00215     {
00216         if (arrIdx<0 || arrIdx>mItemNames.size()-1)
00217             return;
00218         if (mode)
00219             mItemOptions[arrIdx] |= option;
00220         else
00221             mItemOptions[arrIdx] &= ~option;
00222     }


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