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

slot for printing an image

Definition at line 233 of file aimainwindow.cpp.

00234 {
00235     try
00236     {
00237         //~ print an image
00238         m_view->view()->print();
00239     }
00240     catch(const std::exception & exception )
00241     {
00242         QMessageBox::critical(this, tr("Critical Error!"), tr("Please report this problem to adrabi[at]gmail[dot]com =)."));
00243     }
00244 }

 All Classes Namespaces Files Functions Variables Typedefs

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