umbrello 25.04.1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
associationrolepage.h
Go to the documentation of this file.
1/*
2 SPDX-License-Identifier: GPL-2.0-or-later
3 SPDX-FileCopyrightText: 2003-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
4*/
5
6#ifndef ASSOCIATIONROLEPAGE_H
7#define ASSOCIATIONROLEPAGE_H
8
9#include "dialogpagebase.h"
10
12class KComboBox;
13class QLineEdit;
14class QTextEdit;
15class ObjectWidget;
16class QRadioButton;
17class UMLDoc;
18class UMLObject;
20
30{
31 Q_OBJECT
32public:
33 AssociationRolePage(QWidget *parent, AssociationWidget *a);
35
36 void apply();
37
38private:
39 QLineEdit *m_pRoleALE, *m_pRoleBLE;
41 QTextEdit *m_docA, *m_docB;
48
49 void constructWidget();
50public Q_SLOTS:
51// /**
52// * When the draw as actor check box is toggled, the draw
53// * as multi instance need to be enabled/disabled. They
54// * both can't be available at the same time.
55// */
56// void slotActorToggled(bool state);
57
58};
59
60#endif
Display properties on a UMLObject.
Definition associationrolepage.h:30
QRadioButton * m_AddOnlyBRB
Definition associationrolepage.h:45
QRadioButton * m_FrozenBRB
Definition associationrolepage.h:45
~AssociationRolePage()
Definition associationrolepage.cpp:52
VisibilityEnumWidget * m_visibilityWidgetA
Definition associationrolepage.h:46
void apply()
Definition associationrolepage.cpp:238
VisibilityEnumWidget * m_visibilityWidgetB
Definition associationrolepage.h:47
QRadioButton * m_FrozenARB
Definition associationrolepage.h:44
KComboBox * m_pMultiACB
Definition associationrolepage.h:40
QRadioButton * m_AddOnlyARB
Definition associationrolepage.h:44
AssociationWidget * m_pAssociationWidget
Definition associationrolepage.h:42
QLineEdit * m_pRoleBLE
Definition associationrolepage.h:39
ObjectWidget * m_pWidget
Definition associationrolepage.h:43
void constructWidget()
Definition associationrolepage.cpp:56
KComboBox * m_pMultiBCB
Definition associationrolepage.h:40
QLineEdit * m_pRoleALE
Definition associationrolepage.h:39
QRadioButton * m_ChangeableARB
Definition associationrolepage.h:44
QRadioButton * m_ChangeableBRB
Definition associationrolepage.h:45
QTextEdit * m_docB
Definition associationrolepage.h:41
QTextEdit * m_docA
Definition associationrolepage.h:41
This class represents an association inside a diagram. Bugs and comments to umbrello-devel@kde....
Definition associationwidget.h:47
Definition dialogpagebase.h:20
Displays an instance of a Concept.
Definition objectwidget.h:28
Definition umldoc.h:63
The base class for UML objects.
Definition umlobject.h:70
Definition visibilityenumwidget.h:22
QString a
Definition petalnode.cpp:13