Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

void OglGui::SixImViewerApp::Init ( int  w,
int  h 
) [inline, private]

Definition at line 38 of file SixImViewerApp.h.

References OglGui::OglWindow::ConnectTo(), OglGui::OglWindow::GetOGLWND(), OglGui::SixView2DWindow::GetView(), mLense, mLenseControl, mSixView2DWnd, mZoomPanControl, OglGui::NoVertical, OglGui::Window::ScaleChildren(), OglGui::OglWindow::ScaleTo(), and OglGui::LenseControl::SetLenseTarget().

00039     {
00040         mSixView2DWnd   = new SixView2DWindow(this,0,108,w,h-112);
00041         mZoomPanControl = new ZoomPanControl(this,0,0,w/2,108,mSixView2DWnd,10);
00042         mLenseControl   = new LenseControl(this,w/2+2,2,w/2-2, 104,100);
00043         mLense          = Lense2D(mSixView2DWnd->GetOGLWND(),100,200,128,128);
00044 
00045         viewSys.SetTags(mSixView2DWnd->GetView(0), selectedTag);
00046 
00047         mSixView2DWnd   ->ConnectTo(this);
00048         mZoomPanControl ->ScaleTo(this, NoVertical);
00049         mLenseControl   ->ScaleTo(this, NoVertical);
00050         mLenseControl   ->ScaleChildren(0, 1);
00051         mLenseControl   ->SetLenseTarget(mLense);
00052     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:05:44 2010 for ImpalaSrc by  doxygen 1.5.1