umlviewimageexporterall.h
00001 /*************************************************************************** 00002 * * 00003 * This program is free software; you can redistribute it and/or modify * 00004 * it under the terms of the GNU General Public License as published by * 00005 * the Free Software Foundation; either version 2 of the License, or * 00006 * (at your option) any later version. * 00007 * * 00008 * copyright (C) 2006-2007 * 00009 * Umbrello UML Modeller Authors <uml-devel@uml.sf.net> * 00010 ***************************************************************************/ 00011 00012 #ifndef UMLVIEWIMAGEEXPORTERALL_H 00013 #define UMLVIEWIMAGEEXPORTERALL_H 00014 00015 class ExportAllViewsDialog; 00016 00022 class UMLViewImageExporterAll { 00023 public: 00024 00028 UMLViewImageExporterAll(); 00029 00033 virtual ~UMLViewImageExporterAll(); 00034 00047 void exportAllViews(); 00048 00049 private: 00050 00054 ExportAllViewsDialog* m_dialog; 00055 00056 }; 00057 00058 #endif
