Definition at line 1662 of file SegmentationDocumentGuiAnno.h. References mAnnoHistoryPos, mAnnoHistoryVSB, mNoAnnoHistoryControl, OglGui::StaticText::SetAlign(), and OglGui::ValueScrollBar::SetValueScrollBarListener(). Referenced by InitGUI(). 01663 { 01664 mAnnoHistoryVSB = 0; 01665 mAnnoHistoryPos = 0; 01666 if (mNoAnnoHistoryControl) 01667 return; 01668 StaticText* txt = new StaticText(this,210,24,"AnnoHistory:"); 01669 txt->SetAlign(oglLeftAlign); 01670 mAnnoHistoryVSB = new ValueScrollBar(txt,90,0,120,24,0,1,0); 01671 mAnnoHistoryVSB->SetValueScrollBarListener(this); 01672 }
Here is the call graph for this function: ![]()
|