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

void Impala::Application::SDash::AlertWindow::TaggedToAttachments ( int  tag  )  [inline]

Definition at line 283 of file AlertWindow.h.

References OglGui::ViewStrip::FindIndexView(), mImagesStrip, and ToAttachments().

Referenced by ButtonSelectionEvent(), and WindowKeyboardEvent().

00284     {
00285         int i = 0;
00286         while(OGLVIEW* oglView = mImagesStrip->FindIndexView(i))
00287         {
00288             if (viewSys.HasTags(oglView, tag))
00289                 ToAttachments(oglView);
00290             i++;
00291         }
00292     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:15:58 2011 for ImpalaSrc by  doxygen 1.5.1