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

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

Definition at line 1527 of file SegmentationDocumentGuiAnno.h.

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

Referenced by GuiPrevNextAnnotatedControl().

01528     {
01529         StaticText* txt = new StaticText(parent,50,24,str);
01530         txt->SetAlign(oglLeftAlign);
01531         UpDownButton* upDownBtn = new UpDownButton(txt,15,2,36,22,true,2);
01532         upDownBtn->SetUpDownButtonListener(this, userData);
01533         upDownBtn->SetBorderType(0);
01534         upDownBtn->SetRepeatMode(false); // Op duration disturbes repeatmode
01535         return upDownBtn;
01536     }

Here is the call graph for this function:


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