umbrello 2.39.0
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
#include <associationwidgetpopupmenu.h>
Public Member Functions | |
AssociationWidgetPopupMenu (QWidget *parent, Uml::AssociationType::Enum type, AssociationWidget *widget) | |
![]() | |
ListPopupMenu (QWidget *parent=0) | |
virtual | ~ListPopupMenu () |
QAction * | getAction (MenuType idx) |
void | setActionEnabled (MenuType idx, bool value) |
MenuType | getMenuType (QAction *action) |
void | dumpActions (const QString &title) |
QMenu * | newMenu (const QString &title, QWidget *widget) |
void | addMenu (QMenu *menu) |
Constructs the popup menu for an association widget
AssociationWidgetPopupMenu::AssociationWidgetPopupMenu | ( | QWidget * | parent, |
Uml::AssociationType::Enum | type, | ||
AssociationWidget * | widget ) |
Constructs the popup menu for a scene widget.
parent | The parent to ListPopupMenu. |
type | The type of widget shared by all selected widgets. |
widget | The AssociationWidget to represent a menu for. |
|
protected |
Inserts a sub menu for association layouts.
|
protected |