|
ManiVault 1.0.0
A Flexible and Extensible Visual Analytics Framework for High-Dimensional Data
|
#include <ActionsWidget.h>
Public Member Functions | |
| ActionsWidget (QWidget *parent, AbstractActionsModel &actionsModel, const QString &itemTypeName="Parameter") | |
| ActionsFilterModel & | getFilterModel () |
| HierarchyWidget & | getHierarchyWidget () |
| void | setRequestContextMenuCallback (RequestContextMenuFN requestContextMenu) |
Actions widget class
Widget class for viewing the contents of an actions model (e.g. list or hierarchy)
| hdps::gui::ActionsWidget::ActionsWidget | ( | QWidget * | parent, |
| AbstractActionsModel & | actionsModel, | ||
| const QString & | itemTypeName = "Parameter" |
||
| ) |
Constructor
| parent | Parent widget |
| actionsModel | Reference to actions input model |
| itemTypeName | Name of the action in the hierarchy widget |
| hdps::ActionsFilterModel & hdps::gui::ActionsWidget::getFilterModel | ( | ) |
Get filter model
| HierarchyWidget & hdps::gui::ActionsWidget::getHierarchyWidget | ( | ) |
Get hierarchy widget
| void hdps::gui::ActionsWidget::setRequestContextMenuCallback | ( | RequestContextMenuFN | requestContextMenu | ) |
Sets the callback function which is called when the widget asks for a context menu
| requestContextMenu | Callback function which is called when the widget asks for a context menu |