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

void Impala::Visualization::SegmentationDocumentGuiAnno::GuiPrevNextAnnotatedControl (  )  [inline, private]

Definition at line 1674 of file SegmentationDocumentGuiAnno.h.

References CHBOX_PN_IN_VIDEO, mNegativeUDBtn, mNoPrevNextControl, mPNInVideoCB, mPositiveUDBtn, mSkippedUDBtn, mUnknownUDBtn, PrevNextAnnoControlFeedBack(), PrevNextAnnoShot(), OglGui::OglWindow::SetBorderType(), OglGui::CheckBox::SetCheckBoxListener(), UPDOWNBUT_NEGATIVE, UPDOWNBUT_POSITIVE, UPDOWNBUT_SKIPPED, and UPDOWNBUT_UNKNOWN.

Referenced by InitGUI().

01675     {
01676         if (mNoPrevNextControl)
01677             return;
01678         // PrevNextAnno P|S|N|U  (Pos|Neg|Skip|unknown)
01679         OglGui::Window* prevNextWnd = new OglGui::Window(this,340,24);
01680         prevNextWnd->SetBorderType(BEV_ETCHED);
01681         mPNInVideoCB
01682             = new CheckBox(prevNextWnd,108,22,"StayInVideo",true,0);
01683         mPNInVideoCB->SetCheckBoxListener(this, CHBOX_PN_IN_VIDEO);
01684         mPositiveUDBtn = PrevNextAnnoShot(prevNextWnd,"P", UPDOWNBUT_POSITIVE);
01685         mSkippedUDBtn  = PrevNextAnnoShot(prevNextWnd,"S", UPDOWNBUT_SKIPPED);
01686         mNegativeUDBtn = PrevNextAnnoShot(prevNextWnd,"N", UPDOWNBUT_NEGATIVE);
01687         mUnknownUDBtn  = PrevNextAnnoShot(prevNextWnd,"U", UPDOWNBUT_UNKNOWN);
01688         PrevNextAnnoControlFeedBack();
01689     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:25:00 2011 for ImpalaSrc by  doxygen 1.5.1