Definition at line 1516 of file SegmentationDocumentGuiAnno.h. References Impala::Visualization::AppControlDoc::mKeyBindings, and OglGui::Button::SetButtonListener(). Referenced by GuiAnnotationControl(). 01517 { 01518 char buf[40]; 01519 sprintf(buf, "%s (%s)", str, mKeyBindings[keyStr].c_str()); 01520 01521 Button* but = new Button(this,w,h,buf,4,true); 01522 but->SetButtonListener(this,userData); 01523 return but; 01524 }
Here is the call graph for this function: ![]()
|