umbrello  2.39.2
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  SPDX-License-Identifier: GPL-2.0-or-later
3  SPDX-FileCopyrightText: 2006-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
4 */
5 
6 #ifndef UMLVIEWIMAGEEXPORTERALL_H
7 #define UMLVIEWIMAGEEXPORTERALL_H
8 
9 #include "umlviewlist.h"
10 
11 class DiagramPrintPage;
13 
20 {
21 public:
22 
24  virtual ~UMLViewImageExporterAll();
25 
26  void exportViews(DiagramPrintPage *selectPage);
27  void exportViews(const UMLViewList &views);
28 
29 private:
30 
32 
33 };
34 
35 #endif
A print dialog page.
Definition: diagramprintpage.h:33
Definition: exportallviewsdialog.h:26
Definition: umlviewimageexporterall.h:20
ExportAllViewsDialog * m_dialog
Dialog to get the needed parameters from the user.
Definition: umlviewimageexporterall.h:31
UMLViewImageExporterAll()
Definition: umlviewimageexporterall.cpp:30
virtual ~UMLViewImageExporterAll()
Definition: umlviewimageexporterall.cpp:38
void exportViews(DiagramPrintPage *selectPage)
Definition: umlviewimageexporterall.cpp:50
QList< QPointer< UMLView > > UMLViewList
Definition: umlviewlist.h:14