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 }
|