umbrello 2.34.70-5524f40e1
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 SPDX-License-Identifier: GPL-2.0-or-later
3 SPDX-FileCopyrightText: 2002-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
4*/
5
6#ifndef OVERWRITEDIALOG_H
7#define OVERWRITEDIALOG_H
8
10
11class QCheckBox;
12
25{
26 Q_OBJECT
27public:
28 OverwriteDialog(const QString& fileName, const QString& outputDirectory,
29 bool applyToAllRemaining, QWidget* parent = 0);
31
33
34private:
36};
37
38#endif
Definition: overwritedialog.h:25
~OverwriteDialog()
Definition: overwritedialog.cpp:49
OverwriteDialog(const QString &fileName, const QString &outputDirectory, bool applyToAllRemaining, QWidget *parent=0)
Definition: overwritedialog.cpp:23
bool applyToAllRemaining()
Definition: overwritedialog.cpp:56
QCheckBox * m_applyToAllRemaining
Definition: overwritedialog.h:35
Definition: singlepagedialogbase.h:31