Definition at line 124 of file ViewStrip.h. References OglGui::OglWindow::mOglWnd. Referenced by Impala::Application::SDash::AlertWindow::ToAttachments(). 00125 { 00126 LIST *obj; 00127 00128 ForAllElements(obj, mOglWnd->objectList) 00129 { 00130 OGLVIEW* view = (OGLVIEW *) obj->info; 00131 if(im == view->im) 00132 return view; 00133 } 00134 return 0; 00135 }
|