|
ManiVault 1.0.0
A Flexible and Extensible Visual Analytics Framework for High-Dimensional Data
|
#include <WidgetActionViewWidget.h>
Public Member Functions | |
| WidgetActionViewWidget (QWidget *parent, WidgetAction *action) | |
| virtual WidgetAction * | getAction () final |
| virtual void | setAction (WidgetAction *widgetAction) |
Protected Member Functions | |
| void | dragEnterEvent (QDragEnterEvent *dragEnterEvent) override |
| void | dragLeaveEvent (QDragLeaveEvent *dragLeaveEvent) override |
| void | dropEvent (QDropEvent *dropEvent) override |
Widget action view widget class
Base class for widgets that provide a view on an action.
| hdps::gui::WidgetActionViewWidget::WidgetActionViewWidget | ( | QWidget * | parent, |
| WidgetAction * | action | ||
| ) |
Constructor
| parent | Parent widget |
| action | Pointer to the action that will be displayed |
|
overrideprotected |
Invoked when a dragEnterEvent occurs
| dragEnterEvent | Pointer to drag enter event |
|
overrideprotected |
Invoked when a dragLeaveEvent occurs
| dragLeaveEvent | Pointer to drag leave event |
|
overrideprotected |
Invoked when a dropEvent occurs
| dropEvent | Pointer to drop event |
|
finalvirtual |
Get the source action
|
virtual |
Set the source action
| widgetAction | Pointer to source action |
Reimplemented in hdps::gui::WidgetActionCollapsedWidget.