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

void Impala::Application::SDash::IdentificationPane::SelectedToPositives (  )  [inline]

Definition at line 216 of file IdentificationPane.h.

References AddPositive(), OglGui::ViewStrip::FindIndexView(), and mSimilarsViewStrip.

Referenced by ButtonSelectionEvent(), and WindowKeyboardEvent().

00217     {
00218         int i = 0;
00219         while(OGLVIEW* oglView = mSimilarsViewStrip->FindIndexView(i))
00220         {
00221             if (viewSys.HasTags(oglView, selectedTag))
00222                 AddPositive(oglView);
00223             i++;
00224         }
00225     }

Here is the call graph for this function:


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