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

OGLVIEW* OglGui::ViewStrip::FindViewWithImage ( OGLIMAGE *  im  )  [inline]

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     }


Generated on Fri Mar 19 12:10:42 2010 for ImpalaSrc by  doxygen 1.5.1