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

void Impala::Application::SDash::AlertWindow::SetSelectedImages ( const ViewStrip vStrip  )  [inline]

Definition at line 93 of file AlertWindow.h.

References OglGui::ViewStrip::AddImage(), OglGui::View::GetOGLVIEW2D(), OglGui::OglWindow::GetOGLWND(), OglGui::ViewStrip::LayoutViews(), mAttachStrip, mImagesStrip, and Impala::Application::DemoCamera2d::oglWnd.

Referenced by Impala::Application::SDash::SurveillanceApp::SubmitButtonListener::ButtonSelectionEvent().

00094     {
00095         viewSys.DeleteViews(mImagesStrip->GetOGLWND());
00096         mImagesStrip->LayoutViews();
00097         viewSys.DeleteViews(mAttachStrip->GetOGLWND());
00098         mAttachStrip->LayoutViews();
00099         OGLWND* oglWnd = vStrip->GetOGLWND();
00100         LIST* obj;
00101         ForAllElements(obj, oglWnd->objectList)
00102         {
00103             OGLVIEW*    srcView = (OGLVIEW*) obj->info;
00104             View*       view = mImagesStrip->AddImage(srcView->im);
00105             OGLVIEW*    oglView = view->GetOGLVIEW2D();
00106 
00107             oglView->UserData1 = srcView->UserData1;
00108             oglView->UserData2 = srcView->UserData2;
00109             oglView->UserData3 = srcView->UserData3;
00110         }
00111     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:48:23 2010 for ImpalaSrc by  doxygen 1.5.1