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

Button* Impala::Visualization::SegmentationDocumentGuiAnno::InBoxButton ( OglGui::Window parent,
int  x,
int  w,
strconst  str,
int  lData 
) [inline, private]

Definition at line 1539 of file SegmentationDocumentGuiAnno.h.

References OglGui::OglWindow::H(), OglGui::OglWindow::ScaleTo(), OglGui::Window::SetAllowScaling(), and OglGui::Button::SetButtonListener().

Referenced by CreateSimTLV(), and GuiRankingControl().

01540     {
01541         Button *btn
01542             = new Button(parent,x,2,w,parent->H()-4,str,BEV_ETCHED,true);
01543         btn->SetButtonListener(this,lData);
01544         btn->ScaleTo(parent);
01545         btn->SetAllowScaling(false);
01546         return btn;
01547     }

Here is the call graph for this function:


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