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

void OglGui::CameraRotateControl::Init ( int  w,
int  h,
Window targetWnd 
) [inline, private]

Definition at line 113 of file CameraRotateControl.h.

References OglGui::CrossControl::mButtonCross, OglGui::CrossControl::mButtonGroup, mCamModelInitialized, mCamRotate, OglGui::SixButtonCross::SetTexts(), and OglGui::Window::SetWindowListener().

00114         {
00115         //SetTargetWindow(targetWnd);
00116         mCamRotate = true;
00117         mCamModelInitialized = false;
00118         mButtonCross->SetTexts("Z-", "Z+", "Y", "Y", "X", "X");
00119         mButtonGroup->SetWindowListener(this);
00120         }

Here is the call graph for this function:


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