15 #ifndef BORNAGAIN_GUI_COREGUI_VIEWS_INFOWIDGETS_OVERLAYLABELCONTROLLER_H
16 #define BORNAGAIN_GUI_COREGUI_VIEWS_INFOWIDGETS_OVERLAYLABELCONTROLLER_H
22 class QAbstractScrollArea;
32 void setText(
const QString& text);
34 void setArea(QAbstractScrollArea* area);
The OverlayLabelController class controlls appearance of InfoLabelWidget (position,...
QAbstractScrollArea * m_area
void setArea(QAbstractScrollArea *area)
bool eventFilter(QObject *obj, QEvent *event)
void updateLabelGeometry()
void setText(const QString &text)
OverlayLabelController(QObject *parent=0)
void setShown(bool shown)
Shows/removes a label from the controlled widget.
OverlayLabelWidget * m_label