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

void Impala::Application::SDash::AlertWindow::ToAttachments ( OGLVIEW *  oglView  )  [inline]

Definition at line 113 of file AlertWindow.h.

References OglGui::ViewStrip::AddImage(), OglGui::ViewStrip::FindViewWithImage(), OglGui::View::GetOGLVIEW2D(), and mAttachStrip.

Referenced by ImageSelectionEvent(), and TaggedToAttachments().

00114     {
00115         if (!mAttachStrip->FindViewWithImage(oglView->im))
00116         {
00117             View*       view = mAttachStrip->AddImage(oglView->im);
00118             OGLVIEW*    dstView = view->GetOGLVIEW2D();
00119             dstView->UserData1 = oglView->UserData1;
00120             dstView->UserData2 = oglView->UserData2;
00121             dstView->UserData3 = oglView->UserData3; 
00122         }
00123     }

Here is the call graph for this function:


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