void AiUndoModel::setStackCurrentIndex ( const QModelIndex &  index  ) 

Definition at line 106 of file aiundomodel.cpp.

00107 {
00108     if ( index.row() <= m_stack->count() )
00109     {
00110         m_stack->setIndex( index.row() + 1 );
00111     }
00112 }

 All Classes Namespaces Files Functions Variables Typedefs

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