BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Public Member Functions | |
FadingWidget (QWidget *parent=0) | |
void | fadeTo (qreal value) |
qreal | opacity () |
void | setOpacity (qreal value) |
Protected Attributes | |
QGraphicsOpacityEffect * | m_opacityEffect |
Definition at line 43 of file detailsbutton.h.
FadingWidget::FadingWidget | ( | QWidget * | parent = 0 | ) |
Definition at line 43 of file detailsbutton.cpp.
References m_opacityEffect.
|
virtual |
Implements Utils::FadingPanel.
Definition at line 62 of file detailsbutton.cpp.
References m_opacityEffect.
qreal FadingWidget::opacity | ( | ) |
Definition at line 70 of file detailsbutton.cpp.
References m_opacityEffect.
|
virtual |
Implements Utils::FadingPanel.
Definition at line 57 of file detailsbutton.cpp.
References m_opacityEffect.
|
protected |
Definition at line 52 of file detailsbutton.h.
Referenced by FadingWidget(), fadeTo(), opacity(), and setOpacity().