Definition at line 1645 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(). 01646 { 01647 Button* but; 01648 but = new Button(this, 140, 24, "Save Annotation",4,true); 01649 but->SetButtonListener(this, BUT_SAVE); 01650 01651 new Strut(this, 4000, 1); 01652 KbButton("Positive",110,24,"annoPositive",BUT_POSITIVE); 01653 KbButton("Skip",110,24,"annoSkip",BUT_SKIP); 01654 KbButton("Negative",110,24,"annoNegative",BUT_NEGATIVE); 01655 new Strut(this, 100, 1); // Cause newline 01656 01657 new Strut(this, 16, 1); 01658 KbButton("Shot Positive",160,24,"annoShotPositive",BUT_SHOT_POS); 01659 KbButton("Shot Negative",160,24,"annoShotNegative",BUT_SHOT_NEG); 01660 }
Here is the call graph for this function: ![]()
|