AiView::AiView ( QWidget *  parent = 0  ) 

contructor with optional parent

Parameters:
parent : widget parent ( default = 0 )

Definition at line 47 of file aiview.cpp.

00048         : QWidget( parent) ,m_image(0,0,QImage::Format_RGB32),
00049         m_scaleX(0), m_scaleY(0), m_scale(false), m_retation(0),m_isZooming(false),
00050         m_startX(0), m_startY(0), m_endX(0), m_endY(0), m_fill2Win(false)
00051 {
00052     //~ setting "undo"
00053     this->stack = new QUndoStack( this );
00054 }

 All Classes Namespaces Files Functions Variables Typedefs

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