void AiUndoModel::setStack ( QUndoStack *  stack  ) 

Definition at line 56 of file aiundomodel.cpp.

00057 {
00058     m_stack = stack;
00059     connect(m_stack, SIGNAL(indexChanged(int)), this, SLOT(stackChanged()));
00060 }

 All Classes Namespaces Files Functions Variables Typedefs

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