umbrello 2.34.70-5524f40e1
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
15#if QT_VERSION >= 0x050000
16class KComboBox;
17#else
18class KFileFilterCombo;
19#endif
20
30{
31 Q_OBJECT
32
33public:
34
35 explicit ExportAllViewsDialog(QWidget* parent = 0, const char* name = 0);
36
38
39private:
42
43protected slots:
44
46
47 virtual void languageChange();
48 void slotImageTypeChanged(QString imageType);
49};
50
51#endif
Definition: exportallviewsdialog.h:30
void slotImageTypeChanged(QString imageType)
Definition: exportallviewsdialog.cpp:67
ResolutionWidget * m_imageResolution
The image resolution selected.
Definition: exportallviewsdialog.h:41
virtual void languageChange()
Definition: exportallviewsdialog.cpp:56
ImageTypeWidget * m_imageType
The image type selected.
Definition: exportallviewsdialog.h:40
ExportAllViewsDialog(QWidget *parent=0, const char *name=0)
Definition: exportallviewsdialog.cpp:23
~ExportAllViewsDialog()
Definition: exportallviewsdialog.cpp:48
Definition: imagetypewidget.h:24
Definition: resolutionwidget.h:17
Definition: singlepagedialogbase.h:31
Definition: umlviewimageexporterall.h:20
Definition: ui_exportallviewsdialogbase.h:109