Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 12:02:48 2010 for ImpalaSrc by  doxygen 1.5.1