Reimplemented from OglGui::ValueScrollBarListener. Definition at line 632 of file SegmentationDocumentGuiAnno.h. References GoToCurrentRank(), Impala::Visualization::VideoPlayer::GotoFrame(), mAnnoHistoryVSB, mAnnoHistoryVSBAdjusting, mCurRankShot, mRankVSB, mRankVSBAdjusting, mShotValueSB, mShotValueSBAdjusting, mSimTLV, OnAnnoHistoryVSB(), and Impala::Visualization::SimilarityTimeLineVideo::Player(). 00633 { 00634 if (mSimTLV && src == mShotValueSB && !mShotValueSBAdjusting) 00635 mSimTLV->Player()->GotoFrame(value); 00636 if (src == mRankVSB && !mRankVSBAdjusting) 00637 { 00638 mCurRankShot = value; 00639 GoToCurrentRank(); 00640 } 00641 if (src == mAnnoHistoryVSB && !mAnnoHistoryVSBAdjusting) 00642 OnAnnoHistoryVSB(value); 00643 }
Here is the call graph for this function: ![]()
|