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

bool OglGui::Menu::IsOptionOn ( int  arrIdx,
int  option 
) [inline]

Definition at line 191 of file Menu.h.

References mItemOptions.

Referenced by IsChecked(), IsEnabled(), and IsSeparator().

00192     {
00193         if (arrIdx<0 || arrIdx>mItemOptions.size()-1)
00194             return false;
00195         return (mItemOptions[arrIdx] & option) ? true : false;
00196     }


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