AiUndoView::AiUndoView ( QWidget *  parent = 0  ) 

contructor with optional parent

Parameters:
parent : widget parent ( default = 0 )

Definition at line 46 of file aiundoview.cpp.

00047     :QListView( parent )
00048 {
00049     //~ init
00050     m_undoModel = new AiUndoModel();
00051 
00052     //~ setup
00053     this->setViewMode(QListView::IconMode);
00054     this->setIconSize(QSize(60, 60));
00055     this->setModel( m_undoModel );
00056 }

 All Classes Namespaces Files Functions Variables Typedefs

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