Definition at line 153 of file ViewStrip.h. References OglGui::OglWindow::mOglWnd. Referenced by Impala::Application::SDash::IdentificationPane::ImageSelectionEvent(), Impala::Application::SDash::AlertWindow::ImageSelectionEvent(), Impala::Application::SDash::IdentificationPane::SelectedToPositives(), Impala::Application::SDash::AlertWindow::TaggedToAttachments(), and Impala::Application::SDash::IdentificationPane::WindowKeyboardEvent(). 00154 { 00155 LIST *obj; 00156 int n=0; 00157 00158 if (ind < 0) 00159 return NULL; 00160 00161 ForAllElements(obj, mOglWnd->objectList) 00162 { 00163 if(n++ == ind) 00164 return (OGLVIEW *) obj->info; 00165 } 00166 return NULL; 00167 }
|