Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 11:58:35 2010 for ImpalaSrc by  doxygen 1.5.1