umbrello
2.35.0
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
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
14
class
DiagramSelectionDialog
:
public
SinglePageDialogBase
15
{
16
Q_OBJECT
17
public
:
18
explicit
DiagramSelectionDialog
(
DiagramPrintPage
*page, QWidget *parent = 0);
19
~DiagramSelectionDialog
();
20
};
21
22
#endif
// DIAGRAMSELECTIONDIALOG_H
DiagramPrintPage
A print dialog page.
Definition:
diagramprintpage.h:33
DiagramSelectionDialog
Definition:
diagramselectiondialog.h:15
DiagramSelectionDialog::DiagramSelectionDialog
DiagramSelectionDialog(DiagramPrintPage *page, QWidget *parent=0)
Definition:
diagramselectiondialog.cpp:11
DiagramSelectionDialog::~DiagramSelectionDialog
~DiagramSelectionDialog()
Definition:
diagramselectiondialog.cpp:17
SinglePageDialogBase
Definition:
singlepagedialogbase.h:31
singlepagedialogbase.h
Generated by
1.9.4