umbrello
2.39.2
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
umbrello
dialogs
exportallviewsdialog.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
#ifndef EXPORTALLVIEWSDIALOG_H
6
#define EXPORTALLVIEWSDIALOG_H
7
8
// app includes
9
#include "
ui_exportallviewsdialogbase.h
"
10
#include "
imagetypewidget.h
"
11
#include "
resolutionwidget.h
"
12
#include "
singlepagedialogbase.h
"
13
14
// KDE forward declarations
15
class
KComboBox;
16
25
class
ExportAllViewsDialog
:
public
SinglePageDialogBase
,
private
Ui::ExportAllViewsDialogBase
26
{
27
Q_OBJECT
28
29
public
:
30
31
explicit
ExportAllViewsDialog
(QWidget* parent = 0,
const
char
* name = 0);
32
33
~ExportAllViewsDialog
();
34
35
private
:
36
ImageTypeWidget
*
m_imageType
;
37
ResolutionWidget
*
m_imageResolution
;
38
39
protected
slots:
40
41
friend
class
UMLViewImageExporterAll
;
42
43
virtual
void
languageChange
();
44
void
slotImageTypeChanged
(QString imageType);
45
};
46
47
#endif
ExportAllViewsDialog
Definition:
exportallviewsdialog.h:26
ExportAllViewsDialog::slotImageTypeChanged
void slotImageTypeChanged(QString imageType)
Definition:
exportallviewsdialog.cpp:69
ExportAllViewsDialog::m_imageResolution
ResolutionWidget * m_imageResolution
The image resolution selected.
Definition:
exportallviewsdialog.h:37
ExportAllViewsDialog::languageChange
virtual void languageChange()
Definition:
exportallviewsdialog.cpp:58
ExportAllViewsDialog::m_imageType
ImageTypeWidget * m_imageType
The image type selected.
Definition:
exportallviewsdialog.h:36
ExportAllViewsDialog::ExportAllViewsDialog
ExportAllViewsDialog(QWidget *parent=0, const char *name=0)
Definition:
exportallviewsdialog.cpp:23
ExportAllViewsDialog::~ExportAllViewsDialog
~ExportAllViewsDialog()
Definition:
exportallviewsdialog.cpp:50
ImageTypeWidget
Definition:
imagetypewidget.h:20
ResolutionWidget
Definition:
resolutionwidget.h:17
SinglePageDialogBase
Definition:
singlepagedialogbase.h:23
UMLViewImageExporterAll
Definition:
umlviewimageexporterall.h:20
Ui::ExportAllViewsDialogBase
Definition:
ui_exportallviewsdialogbase.h:109
imagetypewidget.h
resolutionwidget.h
singlepagedialogbase.h
ui_exportallviewsdialogbase.h
Generated by
1.9.1