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

Camera3DControl* OglGui::OglDemo::TitledCamera3DControl ( Window parent,
int  x,
int  y,
Window target 
) [inline]

Definition at line 443 of file OglDemo.h.

References OglGui::Camera3DControl::PreferredSize(), OglGui::TitledWindow::SetContentPane(), and OglGui::Camera3DControl::SetGroupBorderShading().

Referenced by WindowKeyboardEvent().

00444     {
00445         int prefW, prefH;
00446         Camera3DControl::PreferredSize(prefW, prefH);
00447 
00448         TitledWindow*    titWnd  = new TitledWindow(parent,x,y,prefW+8,prefH+32,
00449                                                     "Camera Control", 1);
00450         Camera3DControl* camCtrl = new Camera3DControl(titWnd, 0, 0,
00451                                                        prefW, prefH, target);
00452         titWnd->SetContentPane(camCtrl);
00453         camCtrl->SetGroupBorderShading(0x40a0a0a0, 1);
00454         return camCtrl;
00455     }

Here is the call graph for this function:


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