Reimplemented from OglGui::CheckBoxListener. Definition at line 671 of file SegmentationDocumentGuiAnno.h. References CHBOX_PN_IN_VIDEO, CHBOX_RANK_MODE, CHBOX_SHOW_SEG_SHOTS, CHBOX_SHOW_THRESH_SHOTS, GoToCurrentRank(), mPrevNextAnnoStayInVideo, mShowSegShots, mShowThreshShots, and SetRankingMode(). 00672 { 00673 int userData = (long long) vData; 00674 00675 if (userData == CHBOX_RANK_MODE) 00676 { 00677 SetRankingMode(checked); 00678 GoToCurrentRank(); 00679 } 00680 if (userData == CHBOX_SHOW_THRESH_SHOTS) 00681 mShowThreshShots = checked; 00682 if (userData == CHBOX_SHOW_SEG_SHOTS) 00683 mShowSegShots = checked; 00684 if (userData == CHBOX_PN_IN_VIDEO) 00685 mPrevNextAnnoStayInVideo = checked; 00686 }
Here is the call graph for this function:
|