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