Reimplemented from OglGui::CheckBoxListener. Definition at line 646 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(). 00647 { 00648 int userData = (long long) vData; 00649 00650 if (userData == CHBOX_RANK_MODE) 00651 { 00652 SetRankingMode(checked); 00653 GoToCurrentRank(); 00654 } 00655 if (userData == CHBOX_SHOW_THRESH_SHOTS) 00656 mShowThreshShots = checked; 00657 if (userData == CHBOX_SHOW_SEG_SHOTS) 00658 mShowSegShots = checked; 00659 if (userData == CHBOX_PN_IN_VIDEO) 00660 mPrevNextAnnoStayInVideo = checked; 00661 }
Here is the call graph for this function: ![]()
|