umbrello  2.32.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  * 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) 2018-2020 *
8  * Umbrello UML Modeller Authors <umbrello-devel@kde.org> *
9  ***************************************************************************/
10 
11 #ifndef ASSOCIATIONWIDGETPOPUPMENU_H
12 #define ASSOCIATIONWIDGETPOPUPMENU_H
13 
14 #include "listpopupmenu.h"
15 
16 class AssociationLine;
17 
22 {
23 public:
25 
26 protected:
27  void insertSubMenuLayout(AssociationLine *associationLine);
28  void insertSubmodelAction();
29 };
30 
31 #endif // ASSOCIATIONWIDGETPOPUPMENU_H
AssociationWidgetPopupMenu(QWidget *parent, Uml::AssociationType::Enum type, AssociationWidget *widget)
Definition: associationwidgetpopupmenu.cpp:30
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
Definition: associationline.h:105
Enum
Definition: basictypes.h:106
void insertSubMenuLayout(AssociationLine *associationLine)
Definition: associationwidgetpopupmenu.cpp:97
Displays a popup menu.
Definition: listpopupmenu.h:37
Definition: associationwidgetpopupmenu.h:21