Definition at line 32 of file AnnotationTableGui.h. References OglGui::OglWindow::Init(), mDataDoc, mIxsDoc, and mSegDoc. 00035 : 00036 Window(parent, wndWidth, wndHeight, true), 00037 AppControlDoc(controlId, segDoc) 00038 { 00039 mIxsDoc = 0; 00040 mSegDoc = segDoc; 00041 mDataDoc = segDoc; 00042 Init(wndWidth, wndHeight, nrImOnRow, thumbWidth, thumbHeight, 00043 viewScale, annoSet); 00044 }
Here is the call graph for this function:
|