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

int OglGui::ViewStrip::FindViewIndex ( OGLVIEW *  view  )  [inline]

Definition at line 138 of file ViewStrip.h.

References OglGui::OglWindow::mOglWnd.

Referenced by MouseFunc().

00139     {
00140         LIST    *obj;
00141         int     ind = 0;
00142 
00143         ForAllElements(obj, mOglWnd->objectList)
00144         {
00145             if(view == (OGLVIEW *) obj->info)
00146                 return ind;
00147             ind++;
00148         }
00149         return -1;
00150     }


Generated on Thu Jan 13 09:27:21 2011 for ImpalaSrc by  doxygen 1.5.1