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:
|