void AiMainWindow::undo (  )  [private, slot]

undo

Definition at line 1270 of file aimainwindow.cpp.

01271 {
01272     if ( m_undoDialog->isHidden() )
01273     {
01274         m_undoDialog->show();
01275     }
01276     else
01277     {
01278         m_undoDialog->hide();
01279     }
01280 }

 All Classes Namespaces Files Functions Variables Typedefs

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