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

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

Definition at line 818 of file SegmentationDocumentGuiAnno.h.

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

Referenced by GuiPrevNextAnnotatedControl(), and SetRankingMode().

00819     {
00820         if (mNoPrevNextControl)
00821             return;
00822         int state = !mRankingMode;
00823         HandleUpDownState(mPositiveUDBtn,state,true);
00824         HandleUpDownState(mSkippedUDBtn,state,true);
00825         HandleUpDownState(mNegativeUDBtn,state,true);
00826         HandleUpDownState(mUnknownUDBtn,state,true);
00827     }

Here is the call graph for this function:


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