![]() |
ImFusion SDK 4.3
|
#include <ImFusion/GUI/DataWidgetMenu.h>
Context menu of the DataWidget. More...
Inheritance diagram for DataWidgetMenu:Context menu of the DataWidget.
Shows actions depending on the selected data, e.g. available algorithms, link options and grouping of data. Actions in the menu will call methods on the DataWidget but otherwise the menu is independent: It does not use the current selection of DataWidget nor does it interact with any UI element of the DataWidget. It's main use case is to provide a right click menu for widgets providing an alternative view (e.g. with different filtering) on the DataModel.
Public Member Functions | |
| DataWidgetMenu (const DataList &selection, DataWidget *dataWidget, QWidget *parent=nullptr) | |
| Create a new menu that shows all algorithm available for the selection (among other things.) | |