Home || Visual Search || Applications || Architecture || 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 1550 of file SegmentationDocumentGuiAnno.h.

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

Referenced by CreateSimTLV().

01551     {
01552         int pW = parent->W();
01553         int pH = parent->H();
01554         CheckBox* cb = new CheckBox(parent,w,h,str,false,1);
01555         cb->SetCheckBoxListener(this,lData);
01556         cb->SetBoxFrameType(4);
01557         cb->SetRoundedCheck(false);
01558         return cb;
01559     }

Here is the call graph for this function:


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