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

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

Definition at line 109 of file CameraMoveControl.h.

References OglGui::CrossControl::mButtonGroup, mCamModelInitialized, mCamMove, SetTargetWindow(), and OglGui::Window::SetWindowListener().

00110         {
00111         SetTargetWindow(targetWnd);
00112         mCamMove = true;
00113         mCamModelInitialized = false;
00114         mButtonGroup->SetWindowListener(this);
00115         }

Here is the call graph for this function:


Generated on Fri Mar 19 11:58:29 2010 for ImpalaSrc by  doxygen 1.5.1