BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
The class which extends QGroupBox with clickable icon next to the label. More...
Public Member Functions | |
GroupInfoBox (const QString &title, QWidget *parent=0) | |
GroupInfoBox (QWidget *parent=0) | |
void | setButtonToolTip (const QString &text) |
Protected Member Functions | |
void | mouseMoveEvent (QMouseEvent *event) |
void | mousePressEvent (QMouseEvent *e) |
void | paintEvent (QPaintEvent *) |
Private Member Functions | |
void | init_box () |
Private Attributes | |
QString | m_title |
QString | m_toolTipText |
int | m_xImage |
int | m_yImage |
The class which extends QGroupBox with clickable icon next to the label.
Definition at line 21 of file GroupInfoBox.h.
GroupInfoBox::GroupInfoBox | ( | QWidget * | parent = 0 | ) |
Definition at line 34 of file GroupInfoBox.cpp.
References init_box().
GroupInfoBox::GroupInfoBox | ( | const QString & | title, |
QWidget * | parent = 0 |
||
) |
Definition at line 39 of file GroupInfoBox.cpp.
References init_box().
|
private |
Definition at line 72 of file GroupInfoBox.cpp.
References m_toolTipText.
Referenced by GroupInfoBox().
|
protected |
|
protected |
Definition at line 50 of file GroupInfoBox.cpp.
|
protected |
Definition at line 78 of file GroupInfoBox.cpp.
References GUI_OS_Utils::HostOsInfo::isLinuxHost(), m_xImage, and m_yImage.
void GroupInfoBox::setButtonToolTip | ( | const QString & | text | ) |
Definition at line 45 of file GroupInfoBox.cpp.
References m_toolTipText.
|
private |
Definition at line 38 of file GroupInfoBox.h.
|
private |
Definition at line 39 of file GroupInfoBox.h.
Referenced by init_box(), mouseMoveEvent(), and setButtonToolTip().
|
private |
Definition at line 40 of file GroupInfoBox.h.
Referenced by mouseMoveEvent(), mousePressEvent(), and paintEvent().
|
private |
Definition at line 41 of file GroupInfoBox.h.
Referenced by mouseMoveEvent(), mousePressEvent(), and paintEvent().