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

int OglGui::Carousel3D::IndexOf ( strconst  str  )  [inline]

Definition at line 101 of file Carousel3D.h.

References mTitles.

Referenced by MouseFunc(), and TitledCapture().

00102     {
00103         for (int i=0; i<mTitles.size(); i++)
00104         {
00105             if (str == mTitles[i])
00106                 return i;
00107         }
00108         return -1;
00109     }


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