umbrello
2.38.5
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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 = 0,
const
char
* name = 0);
32
33
~ExportAllViewsDialog
();
34
35
private
:
36
ImageTypeWidget
*
m_imageType
;
37
ResolutionWidget
*
m_imageResolution
;
38
39
protected
slots:
40
41
friend
class
UMLViewImageExporterAll
;
42
43
virtual
void
languageChange
();
44
void
slotImageTypeChanged
(QString imageType);
45
};
46
47
#endif
ui_exportallviewsdialogbase.h
ExportAllViewsDialog::~ExportAllViewsDialog
~ExportAllViewsDialog()
Definition:
exportallviewsdialog.cpp:50
ExportAllViewsDialog::slotImageTypeChanged
void slotImageTypeChanged(QString imageType)
Definition:
exportallviewsdialog.cpp:69
ExportAllViewsDialog::m_imageType
ImageTypeWidget * m_imageType
The image type selected.
Definition:
exportallviewsdialog.h:36
ExportAllViewsDialog::ExportAllViewsDialog
ExportAllViewsDialog(QWidget *parent=0, const char *name=0)
Definition:
exportallviewsdialog.cpp:23
ExportAllViewsDialog::languageChange
virtual void languageChange()
Definition:
exportallviewsdialog.cpp:58
singlepagedialogbase.h
ResolutionWidget
Definition:
resolutionwidget.h:16
Ui::ExportAllViewsDialogBase
Definition:
ui_exportallviewsdialogbase.h:109
resolutionwidget.h
SinglePageDialogBase
Definition:
singlepagedialogbase.h:22
ImageTypeWidget
Definition:
imagetypewidget.h:19
UMLViewImageExporterAll
Definition:
umlviewimageexporterall.h:19
ExportAllViewsDialog::m_imageResolution
ResolutionWidget * m_imageResolution
The image resolution selected.
Definition:
exportallviewsdialog.h:37
imagetypewidget.h
ExportAllViewsDialog
Definition:
exportallviewsdialog.h:25
Generated by
1.8.10