umbrello  2.30.90
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
overwritedialog.h
Go to the documentation of this file.
1 /***************************************************************************
2  * This program is free software; you can redistribute it and/or modify *
3  * it under the terms of the GNU General Public License as published by *
4  * the Free Software Foundation; either version 2 of the License, or *
5  * (at your option) any later version. *
6  * *
7  * copyright (C) 2002-2020 *
8  * Umbrello UML Modeller Authors <umbrello-devel@kde.org> *
9  ***************************************************************************/
10 
11 #ifndef OVERWRITEDIALOG_H
12 #define OVERWRITEDIALOG_H
13 
14 #include "singlepagedialogbase.h"
15 
16 class QCheckBox;
17 
30 {
31  Q_OBJECT
32 public:
33  OverwriteDialog(const QString& fileName, const QString& outputDirectory,
34  bool applyToAllRemaining, QWidget* parent = 0);
36 
37  bool applyToAllRemaining();
38 
39 private:
41 };
42 
43 #endif
OverwriteDialog::applyToAllRemaining
bool applyToAllRemaining()
Definition: overwritedialog.cpp:61
SinglePageDialogBase
Definition: singlepagedialogbase.h:34
singlepagedialogbase.h
OverwriteDialog::m_applyToAllRemaining
QCheckBox * m_applyToAllRemaining
Definition: overwritedialog.h:40
i18n
#define i18n
Definition: main.cpp:39
overwritedialog.h
OverwriteDialog::OverwriteDialog
OverwriteDialog(const QString &fileName, const QString &outputDirectory, bool applyToAllRemaining, QWidget *parent=0)
Definition: overwritedialog.cpp:28
OverwriteDialog::~OverwriteDialog
~OverwriteDialog()
Definition: overwritedialog.cpp:54
OverwriteDialog
Definition: overwritedialog.h:29