umbrello  2.39.2
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"
12 #include "singlepagedialogbase.h"
13 
14 // KDE forward declarations
15 class KComboBox;
16 
26 {
27  Q_OBJECT
28 
29 public:
30 
31  explicit ExportAllViewsDialog(QWidget* parent = 0, const char* name = 0);
32 
34 
35 private:
38 
39 protected 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(QWidget *parent=0, const char *name=0)
Definition: exportallviewsdialog.cpp:23
~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