umbrello
2.39.1
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 =
nullptr
,
const
char
*name =
nullptr
);
32
33
~ExportAllViewsDialog
();
34
35
private
:
36
ImageTypeWidget
*
m_imageType
;
37
ResolutionWidget
*
m_imageResolution
;
38
39
protected
Q_SLOTS:
40
41
friend
class
UMLViewImageExporterAll
;
42
43
virtual
void
languageChange
();
44
void
slotImageTypeChanged
(QString imageType);
45
};
46
47
#endif
ExportAllViewsDialog::ExportAllViewsDialog
ExportAllViewsDialog(QWidget *parent=nullptr, const char *name=nullptr)
Definition
exportallviewsdialog.cpp:23
ExportAllViewsDialog::UMLViewImageExporterAll
friend class UMLViewImageExporterAll
Definition
exportallviewsdialog.h:41
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()
Definition
exportallviewsdialog.cpp:50
ImageTypeWidget
Definition
imagetypewidget.h:20
ResolutionWidget
Definition
resolutionwidget.h:17
SinglePageDialogBase::SinglePageDialogBase
SinglePageDialogBase(QWidget *parent, bool withApplyButton=false, bool withSearchButton=false)
Definition
singlepagedialogbase.cpp:23
imagetypewidget.h
resolutionwidget.h
singlepagedialogbase.h
Generated by
1.13.1