umbrello 2.34.70-5524f40e1
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
13
20{
21public:
22
25
26 void exportViews(DiagramPrintPage *selectPage);
27 void exportViews(const UMLViewList &views);
28
29private:
30
32
33};
34
35#endif
A print dialog page.
Definition: diagramprintpage.h:33
Definition: exportallviewsdialog.h:30
Definition: umlviewimageexporterall.h:20
ExportAllViewsDialog * m_dialog
Dialog to get the needed parameters from the user.
Definition: umlviewimageexporterall.h:31
UMLViewImageExporterAll()
Definition: umlviewimageexporterall.cpp:36
virtual ~UMLViewImageExporterAll()
Definition: umlviewimageexporterall.cpp:44
void exportViews(DiagramPrintPage *selectPage)
Definition: umlviewimageexporterall.cpp:56
QList< QPointer< UMLView > > UMLViewList
Definition: umlviewlist.h:14