Definition at line 46 of file AnnotationTableGui.h. References OglGui::OglWindow::Init(), mDataDoc, mIxsDoc, and mSegDoc. 00049 : 00050 Window(parent, wndWidth, wndHeight, true), 00051 AppControlDoc(controlId, ixsDoc) 00052 { 00053 mSegDoc = 0; 00054 mIxsDoc = ixsDoc; 00055 mDataDoc = ixsDoc; 00056 Init(wndWidth, wndHeight, nrImOnRow, thumbWidth, thumbHeight, 00057 viewScale, annoSet); 00058 }
Here is the call graph for this function:
|