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: ![]()
|