Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void Impala::Visualization::SegmentationDocumentGuiAnno::SetRankingMode ( bool  mode  )  [inline]

Definition at line 438 of file SegmentationDocumentGuiAnno.h.

References mNavModeBtn, mRankingMode, mSimSet, PrevNextAnnoControlFeedBack(), and OglGui::StaticText::SetText().

Referenced by ButtonSelectionEvent(), CheckBoxEvent(), and ToggleNavigationMode().

00439     {
00440         mRankingMode = mSimSet ? mode : false;
00441         mNavModeBtn->SetText(mRankingMode ? "R" : "S");
00442         PrevNextAnnoControlFeedBack();
00443     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:24:58 2011 for ImpalaSrc by  doxygen 1.5.1