umbrello
2.32.2
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
umbrello
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
;
17
class
ExportAllViewsDialog
;
18
24
class
UMLViewImageExporterAll
25
{
26
public
:
27
28
UMLViewImageExporterAll
();
29
virtual
~UMLViewImageExporterAll
();
30
31
void
exportViews
(
DiagramPrintPage
*selectPage);
32
void
exportViews
(
const
UMLViewList
&views);
33
34
private
:
35
36
ExportAllViewsDialog
*
m_dialog
;
37
38
};
39
40
#endif
DiagramPrintPage
A print dialog page.
Definition:
diagramprintpage.h:38
ExportAllViewsDialog
Definition:
exportallviewsdialog.h:35
UMLViewImageExporterAll
Definition:
umlviewimageexporterall.h:25
UMLViewImageExporterAll::m_dialog
ExportAllViewsDialog * m_dialog
Dialog to get the needed parameters from the user.
Definition:
umlviewimageexporterall.h:36
UMLViewImageExporterAll::UMLViewImageExporterAll
UMLViewImageExporterAll()
Definition:
umlviewimageexporterall.cpp:41
UMLViewImageExporterAll::~UMLViewImageExporterAll
virtual ~UMLViewImageExporterAll()
Definition:
umlviewimageexporterall.cpp:49
UMLViewImageExporterAll::exportViews
void exportViews(DiagramPrintPage *selectPage)
Definition:
umlviewimageexporterall.cpp:61
umlviewlist.h
UMLViewList
QList< QPointer< UMLView > > UMLViewList
Definition:
umlviewlist.h:26
Generated by
1.9.1