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

bool OglGui::Menu::IsSubMenu ( int  arrIdx  )  [inline]

Definition at line 180 of file Menu.h.

References mSubMenus.

Referenced by DrawMenuItem(), and MouseFunc().

00181     {
00182         if (arrIdx<0 || arrIdx>mSubMenus.size()-1)
00183             return false;
00184         return mSubMenus[arrIdx] != 0;
00185     }


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