Definition at line 1491 of file SegmentationDocumentGuiAnno.h. References Impala::Visualization::AppControlDoc::mKeyBindings, and OglGui::Button::SetButtonListener(). Referenced by GuiAnnotationControl(). 01492 { 01493 char buf[40]; 01494 sprintf(buf, "%s (%s)", str, mKeyBindings[keyStr].c_str()); 01495 01496 Button* but = new Button(this,w,h,buf,4,true); 01497 but->SetButtonListener(this,userData); 01498 return but; 01499 }
Here is the call graph for this function:
|