ManiVault 1.0.0
A Flexible and Extensible Visual Analytics Framework for High-Dimensional Data
Loading...
Searching...
No Matches
hdps::gui::InfoOverlayWidget Class Reference

#include <InfoOverlayWidget.h>

Inheritance diagram for hdps::gui::InfoOverlayWidget:
hdps::gui::InfoWidget

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::WidgetFadergetWidgetFader ()
 
- 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)
 

Detailed Description

Info overlay widget class

Overlays the parent widget with an info widget (and synchronizes with its geometry) .

Author
Thomas Kroes

Constructor & Destructor Documentation

◆ InfoOverlayWidget() [1/2]

hdps::gui::InfoOverlayWidget::InfoOverlayWidget ( QWidget *  parent)

Construct with parent

Parameters
parentPointer to parent widget

◆ InfoOverlayWidget() [2/2]

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

Parameters
parentPointer to parent widget
iconIcon
titleTitle of the overlay
descriptionOverlay description
foregroundColorForeground color
backgroundColorBackground color

Member Function Documentation

◆ getWidgetFader()

hdps::util::WidgetFader & hdps::gui::InfoOverlayWidget::getWidgetFader ( )

Get widget fader

Returns
Reference to widget fader

The documentation for this class was generated from the following files: