Reimplemented from OglGui::CheckBoxListener. Definition at line 421 of file SimilarityTimeLineVideo.h. References OglGui::ZoomShiftRuler::Current(), HandleFeedbackControls(), mShowClassifyCB, mSimTimeLine, and Impala::Visualization::SimilarityTimeLine::ShowClassify(). 00422 { 00423 if (src == mShowClassifyCB) 00424 mSimTimeLine->ShowClassify(checked); 00425 else 00426 HandleFeedbackControls(mSimTimeLine->Current()/40); 00427 }
Here is the call graph for this function:
|