Definition at line 1620 of file SegmentationDocumentGuiAnno.h. References BUT_NEGATIVE, BUT_POSITIVE, BUT_SAVE, BUT_SHOT_NEG, BUT_SHOT_POS, BUT_SKIP, KbButton(), and OglGui::Button::SetButtonListener(). Referenced by InitGUI(). 01621 { 01622 Button* but; 01623 but = new Button(this, 140, 24, "Save Annotation",4,true); 01624 but->SetButtonListener(this, BUT_SAVE); 01625 01626 new Strut(this, 4000, 1); 01627 KbButton("Positive",110,24,"annoPositive",BUT_POSITIVE); 01628 KbButton("Skip",110,24,"annoSkip",BUT_SKIP); 01629 KbButton("Negative",110,24,"annoNegative",BUT_NEGATIVE); 01630 new Strut(this, 100, 1); // Cause newline 01631 01632 new Strut(this, 16, 1); 01633 KbButton("Shot Positive",160,24,"annoShotPositive",BUT_SHOT_POS); 01634 KbButton("Shot Negative",160,24,"annoShotNegative",BUT_SHOT_NEG); 01635 }
Here is the call graph for this function:
|