umbrello 2.39.0
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
associationwidgetpopupmenu.h
Go to the documentation of this file.
1/*
2 SPDX-License-Identifier: GPL-2.0-or-later
3 SPDX-FileCopyrightText: 2018-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
4*/
5
6#ifndef ASSOCIATIONWIDGETPOPUPMENU_H
7#define ASSOCIATIONWIDGETPOPUPMENU_H
8
9#include "listpopupmenu.h"
10
11class AssociationLine;
12
17{
18public:
20
21protected:
22 void insertSubMenuLayout(const AssociationLine& associationLine);
24};
25
26#endif // ASSOCIATIONWIDGETPOPUPMENU_H
Definition associationline.h:101
This class represents an association inside a diagram. Bugs and comments to umbrello-devel@kde....
Definition associationwidget.h:47
Definition associationwidgetpopupmenu.h:17
AssociationWidgetPopupMenu(QWidget *parent, Uml::AssociationType::Enum type, AssociationWidget *widget)
Definition associationwidgetpopupmenu.cpp:25
void insertSubMenuLayout(const AssociationLine &associationLine)
Definition associationwidgetpopupmenu.cpp:92
Displays a popup menu.
Definition listpopupmenu.h:33
Enum
Definition basictypes.h:92