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: ![]()
|