umbrello  2.39.2
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
associationpropertiesdialog.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 ASSOCIATIONPROPERTIESDIALOG_H
7 #define ASSOCIATIONPROPERTIESDIALOG_H
8 
9 #include "multipagedialogbase.h"
10 
11 class AssociationWidget;
12 
19 {
20  Q_OBJECT
21 public:
22  AssociationPropertiesDialog(QWidget *parent, AssociationWidget *a, int pageNum = 0);
24 
25 protected:
26  void setupPages();
27 
28 protected slots:
29  void slotOk();
30  void slotApply();
31 
32 private:
34 
35 };
36 
37 #endif
38 
Definition: associationpropertiesdialog.h:19
AssociationPropertiesDialog(QWidget *parent, AssociationWidget *a, int pageNum=0)
Definition: associationpropertiesdialog.cpp:34
~AssociationPropertiesDialog()
Definition: associationpropertiesdialog.cpp:49
void slotOk()
Definition: associationpropertiesdialog.cpp:53
void slotApply()
Definition: associationpropertiesdialog.cpp:59
void setupPages()
Definition: associationpropertiesdialog.cpp:68
AssociationWidget * m_pAssoc
Definition: associationpropertiesdialog.h:33
This class represents an association inside a diagram. Bugs and comments to umbrello-devel@kde....
Definition: associationwidget.h:47
Definition: multipagedialogbase.h:47
QString a
Definition: petalnode.cpp:13