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

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

Definition at line 793 of file SegmentationDocumentGuiAnno.h.

References HandleUpDownState(), mNegativeUDBtn, mNoPrevNextControl, mPositiveUDBtn, mRankingMode, mSkippedUDBtn, and mUnknownUDBtn.

Referenced by GuiPrevNextAnnotatedControl(), and SetRankingMode().

00794     {
00795         if (mNoPrevNextControl)
00796             return;
00797         int state = !mRankingMode;
00798         HandleUpDownState(mPositiveUDBtn,state,true);
00799         HandleUpDownState(mSkippedUDBtn,state,true);
00800         HandleUpDownState(mNegativeUDBtn,state,true);
00801         HandleUpDownState(mUnknownUDBtn,state,true);
00802     }

Here is the call graph for this function:


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