umbrello  2.32.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  * 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 ASSOCIATIONPROPERTIESDIALOG_H
12 #define ASSOCIATIONPROPERTIESDIALOG_H
13 
14 #include "multipagedialogbase.h"
15 
16 class AssociationWidget;
17 
24 {
25  Q_OBJECT
26 public:
27  AssociationPropertiesDialog(QWidget *parent, AssociationWidget *a, int pageNum = 0);
29 
30 protected:
31  void setupPages();
32 
33 protected slots:
34  void slotOk();
35  void slotApply();
36 
37 private:
39 
40 };
41 
42 #endif
43 
Definition: associationpropertiesdialog.h:24
AssociationPropertiesDialog(QWidget *parent, AssociationWidget *a, int pageNum=0)
Definition: associationpropertiesdialog.cpp:42
~AssociationPropertiesDialog()
Definition: associationpropertiesdialog.cpp:57
void slotOk()
Definition: associationpropertiesdialog.cpp:61
void slotApply()
Definition: associationpropertiesdialog.cpp:67
void setupPages()
Definition: associationpropertiesdialog.cpp:76
AssociationWidget * m_pAssoc
Definition: associationpropertiesdialog.h:38
This class represents an association inside a diagram. Bugs and comments to umbrello-devel@kde....
Definition: associationwidget.h:52
Definition: multipagedialogbase.h:52
QString a
Definition: petalnode.cpp:18