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

UpDownButton* Impala::Visualization::SegmentationDocumentGuiAnno::PrevNextAnnoShot ( OglGui::Window parent,
strconst  str,
int  userData 
) [inline, private]

Definition at line 1502 of file SegmentationDocumentGuiAnno.h.

References OglGui::StaticText::SetAlign(), OglGui::OglWindow::SetBorderType(), OglGui::UpDownButton::SetRepeatMode(), and OglGui::UpDownButton::SetUpDownButtonListener().

Referenced by GuiPrevNextAnnotatedControl().

01503     {
01504         StaticText* txt = new StaticText(parent,50,24,str);
01505         txt->SetAlign(oglLeftAlign);
01506         UpDownButton* upDownBtn = new UpDownButton(txt,15,2,36,22,true,2);
01507         upDownBtn->SetUpDownButtonListener(this, userData);
01508         upDownBtn->SetBorderType(0);
01509         upDownBtn->SetRepeatMode(false); // Op duration disturbes repeatmode
01510         return upDownBtn;
01511     }

Here is the call graph for this function:


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