| umbrello 25.04.1
    Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology | 
#include <umllistviewpopupmenu.h>
 
  
| Public Member Functions | |
| UMLListViewPopupMenu (QWidget *parent, UMLListViewItem *item) | |
|  Public Member Functions inherited from ListPopupMenu | |
| ListPopupMenu (QWidget *parent=nullptr) | |
| 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) | 
| Protected Member Functions | |
| void | insertSubMenuNew (UMLListViewItem::ListViewType type) | 
| void | insertStdItems (bool insertLeadingSeparator=true) | 
| void | insertSubmodelAction () | 
|  Protected Member Functions inherited from ListPopupMenu | |
| void | insert (MenuType m) | 
| void | insertFromActionKey (const MenuType m, QMenu *menu, const QString &action) | 
| void | insert (const MenuType m, QMenu *menu) | 
| void | insert (const MenuType m, QMenu *menu, const QIcon &icon, const QString &text) | 
| void | insert (const MenuType m, QMenu *menu, const QString &text, const bool checkable=false) | 
| void | insert (const MenuType m, const QIcon &icon, const QString &text) | 
| void | insert (const MenuType m, const QString &text, const bool checkable=false) | 
| void | insertContainerItems (bool folders, bool diagrams, bool packages) | 
| void | insertContainerItems (QMenu *menu, bool folders, bool diagrams, bool packages) | 
| void | insertAssociationTextItem (const QString &label, MenuType mt) | 
| QMenu * | makeNewMenu () | 
| void | insertSubMenuCategoryType (UMLCategory *category) | 
| void | setActionChecked (MenuType idx, bool value) | 
| void | setupActionsData () | 
| UMLListViewPopupMenu::UMLListViewPopupMenu | ( | QWidget * | parent, | 
| UMLListViewItem * | item ) | 
| 
 | protected | 
| 
 | protected | 
Override of related method from class ListPopupMenu
| type | list view type | 
| 
 | protected | 
Inserts a menu item for externalization/de-externalization of a folder.