AiUndoDialog::AiUndoDialog ( QUndoStack *  stack,
QWidget *  parent = 0 
)

contructor with optional parent

Parameters:
stack : current undo stack
parent : widget parent ( default = 0 )

Definition at line 46 of file aiundodialog.cpp.

00047     :QDialog( parent )
00048 {
00049     AiUndoView * view = new AiUndoView( );
00050     view->setUndoStack( stack );
00051 
00052     QHBoxLayout * layout = new QHBoxLayout();
00053 
00054     layout->addWidget( view );
00055 
00056     this->setLayout(  layout );
00057 }

 All Classes Namespaces Files Functions Variables Typedefs

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