umbrello  2.34.3
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 #if QT_VERSION >= 0x050000
16 class KComboBox;
17 #else
18 class KFileFilterCombo;
19 #endif
20 
30 {
31  Q_OBJECT
32 
33 public:
34 
35  explicit ExportAllViewsDialog(QWidget* parent = 0, const char* name = 0);
36 
38 
39 private:
42 
43 protected slots:
44 
46 
47  virtual void languageChange();
48  void slotImageTypeChanged(QString imageType);
49 };
50 
51 #endif
UMLViewImageExporterAll
Definition: umlviewimageexporterall.h:19
ui_exportallviewsdialogbase.h
Ui_ExportAllViewsDialogBase::ui_imageTypeLayout
QHBoxLayout * ui_imageTypeLayout
Definition: ui_exportallviewsdialogbase.h:39
umlviewimageexportermodel.h
imagetypewidget.h
SinglePageDialogBase
Definition: singlepagedialogbase.h:29
singlepagedialogbase.h
Ui::ExportAllViewsDialogBase
Definition: ui_exportallviewsdialogbase.h:109
Ui_ExportAllViewsDialogBase::setupUi
void setupUi(QWidget *ExportAllViewsDialogBase)
Definition: ui_exportallviewsdialogbase.h:43
Ui_ExportAllViewsDialogBase::m_kURL
KUrlRequester * m_kURL
Definition: ui_exportallviewsdialogbase.h:38
ExportAllViewsDialog::slotImageTypeChanged
void slotImageTypeChanged(QString imageType)
Definition: exportallviewsdialog.cpp:67
ExportAllViewsDialog
Definition: exportallviewsdialog.h:29
ExportAllViewsDialog::m_imageType
ImageTypeWidget * m_imageType
The image type selected.
Definition: exportallviewsdialog.h:40
Ui_ExportAllViewsDialogBase::ui_imageResolutionLayout
QHBoxLayout * ui_imageResolutionLayout
Definition: ui_exportallviewsdialogbase.h:40
i18n
#define i18n
Definition: main.cpp:35
ImageTypeWidget
Definition: imagetypewidget.h:23
ImageTypeWidget::currentType
QString currentType()
Definition: imagetypewidget.cpp:54
MyProject\connect
connect()
Definition: namespaces-multiple.php:5
ExportAllViewsDialog::~ExportAllViewsDialog
~ExportAllViewsDialog()
Definition: exportallviewsdialog.cpp:48
ResolutionWidget
Definition: resolutionwidget.h:16
ExportAllViewsDialog::languageChange
virtual void languageChange()
Definition: exportallviewsdialog.cpp:56
exportallviewsdialog.h
resolutionwidget.h
UMLViewImageExporterModel::supportedMimeTypes
static QStringList supportedMimeTypes()
Definition: umlviewimageexportermodel.cpp:91
ExportAllViewsDialog::ExportAllViewsDialog
ExportAllViewsDialog(QWidget *parent=0, const char *name=0)
Definition: exportallviewsdialog.cpp:23
ExportAllViewsDialog::m_imageResolution
ResolutionWidget * m_imageResolution
The image resolution selected.
Definition: exportallviewsdialog.h:41