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:
|