void AiZone::serialize ( QDataStream &  stream  ) 

zone objects serialisation

Parameters:
stream : output "to QDataStream"

Definition at line 171 of file aizone.cpp.

00172 {
00173     stream  << m_image
00174             << m_imageHeight
00175             << m_imageWidth
00176             << m_increment
00177             << m_iteration
00178             << m_last_x
00179             << m_last_y
00180             << m_startPoint
00181             << m_u
00182             << m_v
00183             << m_viewX
00184             << m_viewY
00185             << m_w
00186             << m_x
00187             << m_y
00188             << m_zoneHeight
00189             << m_zoneWidth
00190             << m_zoom
00191             ;
00192 }

 All Classes Namespaces Files Functions Variables Typedefs

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