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

void Impala::Visualization::SegmentationDocumentGuiAnno::ToAnnoHistory ( int  fileIdx,
int  frameIdx,
int  rankIdx 
) [inline, private]

Definition at line 905 of file SegmentationDocumentGuiAnno.h.

References InAnnoHistory(), mAnnoHistory, mAnnoHistoryPos, mAnnoHistoryVSB, mAnnoHistoryVSBAdjusting, OglGui::ValueScrollBar::SetMinMaxValue(), and OglGui::ValueScrollBar::SetValue().

Referenced by DoAnno().

00906     {
00907         AnnoHistory annoHist = {fileIdx, frameIdx, rankIdx};
00908         if (!InAnnoHistory(&annoHist))
00909         {
00910             mAnnoHistory.push_back(annoHist);
00911             mAnnoHistoryPos = mAnnoHistory.size();
00912             if (!mAnnoHistoryVSB)
00913                 return;
00914             mAnnoHistoryVSBAdjusting = true;
00915             mAnnoHistoryVSB->SetMinMaxValue(0,mAnnoHistoryPos);
00916             mAnnoHistoryVSB->SetValue(mAnnoHistoryPos);
00917             mAnnoHistoryVSBAdjusting = false;
00918         }
00919     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:24:59 2011 for ImpalaSrc by  doxygen 1.5.1