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

virtual void OglGui::ViewMoveControl::SetTargetWindow ( Window targetWnd  )  [inline, virtual]

Reimplemented from OglGui::CrossControl.

Definition at line 70 of file ViewMoveControl.h.

References OglGui::Window::Is2d(), mKeyFunc, OglGui::CrossControl::mTargetWnd, and OglGui::CrossControl::SetTargetWindow().

Referenced by Init(), and OglGui::SelectedViewControl::SetTargetWindow().

00071     {
00072         CrossControl::SetTargetWindow(targetWnd);
00073 
00074         if (!mTargetWnd )
00075         {
00076             mKeyFunc = 0;
00077             return;
00078         }
00079         mKeyFunc = mTargetWnd->Is2d() ? viewSys.KeyFunc : view3DSys.KeyFunc;
00080     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:27:18 2011 for ImpalaSrc by  doxygen 1.5.1