[protected]
Definition at line 129 of file aiview.cpp.
00130 { 00131 if( m_isZooming ) 00132 { 00133 m_endX = event->x(); 00134 m_endY = event->y(); 00135 } 00136 this->update(); 00137 }