Definition at line 1637 of file SegmentationDocumentGuiAnno.h. References mAnnoHistoryPos, mAnnoHistoryVSB, mNoAnnoHistoryControl, OglGui::StaticText::SetAlign(), and OglGui::ValueScrollBar::SetValueScrollBarListener(). Referenced by InitGUI(). 01638 { 01639 mAnnoHistoryVSB = 0; 01640 mAnnoHistoryPos = 0; 01641 if (mNoAnnoHistoryControl) 01642 return; 01643 StaticText* txt = new StaticText(this,210,24,"AnnoHistory:"); 01644 txt->SetAlign(oglLeftAlign); 01645 mAnnoHistoryVSB = new ValueScrollBar(txt,90,0,120,24,0,1,0); 01646 mAnnoHistoryVSB->SetValueScrollBarListener(this); 01647 }
Here is the call graph for this function:
|