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

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

Definition at line 454 of file SegmentationDocumentGuiAnno.h.

References OglGui::StaticText::GetText(), GoToCurrentRank(), mNavModeBtn, mRankingMode, and SetRankingMode().

Referenced by ButtonSelectionEvent().

00455     {
00456         SetRankingMode(mNavModeBtn->GetText() == "S");
00457         if (mRankingMode)
00458             GoToCurrentRank();
00459     }

Here is the call graph for this function:


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