Definition at line 118 of file ZoomControl.h. References mTargetIs2D, and mTargetWindow. Referenced by OglGui::ZoomPanControl::Init(), OglGui::ZoomPanControl::SetZoomPanTarget(), SetZoomTarget(), and OglGui::OglDemo::TitledZoomControl(). 00119 { 00120 mTargetWindow = oW; 00121 mTargetIs2D = is2d; 00122 }
|