Reimplemented from OglGui::ValueScrollBarListener. Definition at line 657 of file SegmentationDocumentGuiAnno.h. References GoToCurrentRank(), Impala::Visualization::VideoPlayer::GotoFrame(), mAnnoHistoryVSB, mAnnoHistoryVSBAdjusting, mCurRankShot, mRankVSB, mRankVSBAdjusting, mShotValueSB, mShotValueSBAdjusting, mSimTLV, OnAnnoHistoryVSB(), and Impala::Visualization::SimilarityTimeLineVideo::Player(). 00658 { 00659 if (mSimTLV && src == mShotValueSB && !mShotValueSBAdjusting) 00660 mSimTLV->Player()->GotoFrame(value); 00661 if (src == mRankVSB && !mRankVSBAdjusting) 00662 { 00663 mCurRankShot = value; 00664 GoToCurrentRank(); 00665 } 00666 if (src == mAnnoHistoryVSB && !mAnnoHistoryVSBAdjusting) 00667 OnAnnoHistoryVSB(value); 00668 }
Here is the call graph for this function: ![]()
|