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

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

Definition at line 463 of file SegmentationDocumentGuiAnno.h.

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

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

00464     {
00465         mRankingMode = mSimSet ? mode : false;
00466         mNavModeBtn->SetText(mRankingMode ? "R" : "S");
00467         PrevNextAnnoControlFeedBack();
00468     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:46:28 2010 for ImpalaSrc by  doxygen 1.5.1