Reimplemented from OglGui::OglWindow. Definition at line 119 of file SixView2DWindow.h. References mLayout, OglGui::OglWindow::mOglWnd, mView, and OglGui::OglWindow::SetBorderType(). Referenced by SixView2DWindow(). 00120 { 00121 int i; 00122 00123 for(i=0; i<6; i++){ 00124 mView[i] = viewSys.View2D(mOglWnd, NULL, 0, 0, 100, 100); 00125 viewSys.SetTags(mView[i], FlexViewTags); 00126 viewSys.SetTexturing(mView[i], 1); 00127 mView[i]->bgCol = 0x0; 00128 } 00129 mLayout = 0; 00130 SetBorderType(BEV_ETCHED); 00131 mOglWnd->clipRounded = 1; 00132 oglSys.AllowPicking(mOglWnd, 1, 0); 00133 }
Here is the call graph for this function:
|