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

CheckBox* Impala::Visualization::SegmentationDocumentGuiAnno::RectCheckBox ( OglGui::Window parent,
int  w,
int  h,
String  str,
int  lData 
) [inline, private]

Definition at line 1525 of file SegmentationDocumentGuiAnno.h.

References OglGui::OglWindow::H(), OglGui::CheckBox::SetBoxFrameType(), OglGui::CheckBox::SetCheckBoxListener(), OglGui::CheckBox::SetRoundedCheck(), and OglGui::OglWindow::W().

Referenced by CreateSimTLV().

01526     {
01527         int pW = parent->W();
01528         int pH = parent->H();
01529         CheckBox* cb = new CheckBox(parent,w,h,str,false,1);
01530         cb->SetCheckBoxListener(this,lData);
01531         cb->SetBoxFrameType(4);
01532         cb->SetRoundedCheck(false);
01533         return cb;
01534     }

Here is the call graph for this function:


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