umbrello  2.39.2
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
diagramselectiondialog.h
Go to the documentation of this file.
1 /*
2  SPDX-FileCopyrightText: 2015 Ralf Habacker <ralf.habacker@freenet.de>
3 
4  SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
5 */
6 
7 #ifndef DIAGRAMSELECTIONDIALOG_H
8 #define DIAGRAMSELECTIONDIALOG_H
9 
10 #include "singlepagedialogbase.h"
11 
12 class DiagramPrintPage;
13 
15 {
16  Q_OBJECT
17 public:
18  explicit DiagramSelectionDialog(DiagramPrintPage *page, QWidget *parent = 0);
20 };
21 
22 #endif // DIAGRAMSELECTIONDIALOG_H
A print dialog page.
Definition: diagramprintpage.h:33
Definition: diagramselectiondialog.h:15
DiagramSelectionDialog(DiagramPrintPage *page, QWidget *parent=0)
Definition: diagramselectiondialog.cpp:11
~DiagramSelectionDialog()
Definition: diagramselectiondialog.cpp:17
Definition: singlepagedialogbase.h:23