void AiView::makeUndoUpdate ( QImage &  image  ) 

updating view by using a binary image from undo command

Parameters:
image : image byes

Definition at line 199 of file aiview.cpp.

00200 {
00201     m_image = image;
00202     this->resize( widthView(m_image.width()) , heightView(m_image.height()) );
00203     this->update();
00204     emit enabledChilds( !m_image.isNull() );
00205 }

 All Classes Namespaces Files Functions Variables Typedefs

Generated on Sat Feb 27 08:33:25 2010 for AiFractals by  doxygen 1.6.1