|
ManiVault 1.0.0
A Flexible and Extensible Visual Analytics Framework for High-Dimensional Data
|
#include <InfoOverlayWidget.h>
Public Member Functions | |
| InfoOverlayWidget (QWidget *parent) | |
| InfoOverlayWidget (QWidget *parent, const QIcon &icon, const QString &title, const QString &description="", const QColor foregroundColor=Qt::black, const QColor backgroundColor=Qt::lightGray) | |
| util::WidgetFader & | getWidgetFader () |
Public Member Functions inherited from hdps::gui::InfoWidget | |
| InfoWidget (QWidget *parent) | |
| InfoWidget (QWidget *parent, const QIcon &icon, const QString &title, const QString &description="", const QColor foregroundColor=Qt::black, const QColor backgroundColor=Qt::lightGray) | |
| void | set (const QIcon &icon, const QString &title, const QString &description="") |
| void | setColor (const QColor color) |
| void | setColors (const QColor foregroundColor=Qt::black, const QColor backgroundColor=Qt::lightGray) |
| void | setForegroundColor (const QColor foregroundColor=Qt::black) |
| void | setBackgroundColor (const QColor backgroundColor=Qt::lightGray) |
Info overlay widget class
Overlays the parent widget with an info widget (and synchronizes with its geometry) .
| hdps::gui::InfoOverlayWidget::InfoOverlayWidget | ( | QWidget * | parent | ) |
Construct with parent
| parent | Pointer to parent widget |
| hdps::gui::InfoOverlayWidget::InfoOverlayWidget | ( | QWidget * | parent, |
| const QIcon & | icon, | ||
| const QString & | title, | ||
| const QString & | description = "", |
||
| const QColor | foregroundColor = Qt::black, |
||
| const QColor | backgroundColor = Qt::lightGray |
||
| ) |
Construct with \parent, icon, title, description, backgroundColor and textColor
| parent | Pointer to parent widget |
| icon | Icon |
| title | Title of the overlay |
| description | Overlay description |
| foregroundColor | Foreground color |
| backgroundColor | Background color |
| hdps::util::WidgetFader & hdps::gui::InfoOverlayWidget::getWidgetFader | ( | ) |
Get widget fader