|
ManiVault 1.0.0
A Flexible and Extensible Visual Analytics Framework for High-Dimensional Data
|
#include <DropWidget.h>
Public Member Functions | |
| DropRegionContainerWidget (DropRegion *dropRegion, QWidget *parent) | |
| DropRegion * | getDropRegion () |
Protected Member Functions | |
| void | setHighLight (const bool &highlight=false) |
Protected Attributes | |
| DropRegion * | _dropRegion |
| util::WidgetFader | _widgetFader |
Friends | |
| class | DropWidget |
Drop region container widget class
This class is the widget representation that is added to the layout of the drop widget
| hdps::gui::DropWidget::DropRegionContainerWidget::DropRegionContainerWidget | ( | DropRegion * | dropRegion, |
| QWidget * | parent | ||
| ) |
Constructor
| dropRegion | Drop region |
| parent | Parent widget |
| DropWidget::DropRegion * hdps::gui::DropWidget::DropRegionContainerWidget::getDropRegion | ( | ) |
Get the drop region
|
protected |
Sets the highlight state of the widget
| highlight | Whether to highlight the widget or not |
|
friend |
Fade widget
|
protected |
|
protected |
Drop region