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

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

Definition at line 54 of file ClusterApp.h.

References OglGui::Cluster::DetailImageInterface(), OglGui::OglWindow::GetOGLWND(), mCluster, mControl, mNavOGLWND, mWndView2D, Navigate2DChild(), OglGui::OglWindow::SetBorderType(), and OglGui::Window::Window().

00055     {
00056         mCluster   = new Cluster(this, w/3, 0, 2*w/3, h);
00057         mControl   = new Window(this, 0, 0, w/3, h);
00058         mWndView2D = new WindowView2D(mControl, 0, h/2, w/3, h/2); 
00059 
00060         mCluster->DetailImageInterface(mWndView2D);
00061 
00062         mNavOGLWND = Navigate2DChild(mControl->GetOGLWND(),
00063                                      mCluster->GetOGLWND(), 0, 0, w/3, h/2);
00064         oglSys.SetUserData(mNavOGLWND, 2, (void *) 1);
00065 
00066         SetBorderType(BEV_ETCHED);
00067         mCluster->SetBorderType(BEV_ETCHED);
00068         mControl->SetBorderType(BEV_ETCHED);
00069     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:26:20 2011 for ImpalaSrc by  doxygen 1.5.1