Definition at line 479 of file SegmentationDocumentGuiAnno.h. References OglGui::StaticText::GetText(), GoToCurrentRank(), mNavModeBtn, mRankingMode, and SetRankingMode(). Referenced by ButtonSelectionEvent(). 00480 { 00481 SetRankingMode(mNavModeBtn->GetText() == "S"); 00482 if (mRankingMode) 00483 GoToCurrentRank(); 00484 }
Here is the call graph for this function:
|