umbrello  2.31.70
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
umlviewimageexporterall.h
Go to the documentation of this file.
1 /***************************************************************************
2  * This program is free software; you can redistribute it and/or modify *
3  * it under the terms of the GNU General Public License as published by *
4  * the Free Software Foundation; either version 2 of the License, or *
5  * (at your option) any later version. *
6  * *
7  * copyright (C) 2006-2020 *
8  * Umbrello UML Modeller Authors <umbrello-devel@kde.org> *
9  ***************************************************************************/
10 
11 #ifndef UMLVIEWIMAGEEXPORTERALL_H
12 #define UMLVIEWIMAGEEXPORTERALL_H
13 
14 #include "umlviewlist.h"
15 
16 class DiagramPrintPage;
18 
25 {
26 public:
27 
29  virtual ~UMLViewImageExporterAll();
30 
31  void exportViews(DiagramPrintPage *selectPage);
32  void exportViews(const UMLViewList &views);
33 
34 private:
35 
37 
38 };
39 
40 #endif
virtual ~UMLViewImageExporterAll()
Definition: umlviewimageexporterall.cpp:49
void exportViews(DiagramPrintPage *selectPage)
Definition: umlviewimageexporterall.cpp:61
QList< QPointer< UMLView > > UMLViewList
Definition: umlviewlist.h:26
UMLViewImageExporterAll()
Definition: umlviewimageexporterall.cpp:41
ExportAllViewsDialog * m_dialog
Dialog to get the needed parameters from the user.
Definition: umlviewimageexporterall.h:36
Definition: umlviewimageexporterall.h:24
A print dialog page.
Definition: diagramprintpage.h:37
Definition: exportallviewsdialog.h:34