ImFusion SDK 4.3
DataWidgetMenu Class Reference

#include <ImFusion/GUI/DataWidgetMenu.h>

Context menu of the DataWidget. More...

+ Inheritance diagram for DataWidgetMenu:

Detailed Description

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.

See also
DataWidget

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.)
 

The documentation for this class was generated from the following file:
Search Tab / S to search, Esc to close