umbrello
2.38.4
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
Main Page
Related Pages
Topics
Namespaces
Classes
Files
File List
File Members
umbrello
menus
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
11
class
AssociationLine
;
12
16
class
AssociationWidgetPopupMenu
:
public
ListPopupMenu
17
{
18
public
:
19
AssociationWidgetPopupMenu
(QWidget *parent,
Uml::AssociationType::Enum
type,
AssociationWidget
*widget);
20
21
protected
:
22
void
insertSubMenuLayout
(
const
AssociationLine
& associationLine);
23
void
insertSubmodelAction
();
24
};
25
26
#endif
// ASSOCIATIONWIDGETPOPUPMENU_H
AssociationLine
Definition
associationline.h:101
AssociationWidget
This class represents an association inside a diagram. Bugs and comments to umbrello-devel@kde....
Definition
associationwidget.h:47
AssociationWidgetPopupMenu
Definition
associationwidgetpopupmenu.h:17
AssociationWidgetPopupMenu::insertSubmodelAction
void insertSubmodelAction()
AssociationWidgetPopupMenu::insertSubMenuLayout
void insertSubMenuLayout(const AssociationLine &associationLine)
Definition
associationwidgetpopupmenu.cpp:92
ListPopupMenu
Displays a popup menu.
Definition
listpopupmenu.h:33
listpopupmenu.h
Uml::AssociationType::Enum
Enum
Definition
basictypes.h:92
Generated by
1.9.8