[protected]
Definition at line 139 of file aiview.cpp.
00140 { 00141 if( m_isZooming ) 00142 { 00143 m_startX = event->x(); 00144 m_startY = event->y(); 00145 } 00146 }