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

void Impala::Visualization::SegmentationDocumentGuiAnno::ToggleNavigationMode (  )  [inline]

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:


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