umbrello
2.31.3
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
umbrello
dialogs
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
23
class
AssociationPropertiesDialog
:
public
MultiPageDialogBase
24
{
25
Q_OBJECT
26
public
:
27
AssociationPropertiesDialog
(QWidget *parent,
AssociationWidget
*
a
,
int
pageNum = 0);
28
~AssociationPropertiesDialog
();
29
30
protected
:
31
void
setupPages
();
32
33
protected
slots:
34
void
slotOk
();
35
void
slotApply
();
36
37
private
:
38
AssociationWidget
*
m_pAssoc
;
39
40
};
41
42
#endif
43
AssociationPropertiesDialog
Definition:
associationpropertiesdialog.h:23
AssociationPropertiesDialog::AssociationPropertiesDialog
AssociationPropertiesDialog(QWidget *parent, AssociationWidget *a, int pageNum=0)
Definition:
associationpropertiesdialog.cpp:42
AssociationPropertiesDialog::slotApply
void slotApply()
Definition:
associationpropertiesdialog.cpp:67
a
QString a
Definition:
petalnode.cpp:18
AssociationPropertiesDialog::~AssociationPropertiesDialog
~AssociationPropertiesDialog()
Definition:
associationpropertiesdialog.cpp:57
AssociationWidget
This class represents an association inside a diagram. Bugs and comments to umbrello-devel@kde.org or https://bugs.kde.org.
Definition:
associationwidget.h:51
AssociationPropertiesDialog::m_pAssoc
AssociationWidget * m_pAssoc
Definition:
associationpropertiesdialog.h:38
MultiPageDialogBase
Definition:
multipagedialogbase.h:51
AssociationPropertiesDialog::slotOk
void slotOk()
Definition:
associationpropertiesdialog.cpp:61
multipagedialogbase.h
AssociationPropertiesDialog::setupPages
void setupPages()
Definition:
associationpropertiesdialog.cpp:76
Generated by
1.8.13