#include <GroupBox.h>
◆ GroupBox()
| lmms::gui::GroupBox::GroupBox |
( |
const QString & | _caption, |
|
|
QWidget * | _parent = nullptr ) |
◆ ~GroupBox()
| lmms::gui::GroupBox::~GroupBox |
( |
| ) |
|
|
override |
◆ ledButton()
◆ ledButtonShown()
| bool lmms::gui::GroupBox::ledButtonShown |
( |
| ) |
const |
Returns whether the LED button is shown or not.
- Returns
- true LED button is shown
-
false LED button is hidden
◆ modelChanged()
| void lmms::gui::GroupBox::modelChanged |
( |
| ) |
|
|
overridevirtual |
◆ mousePressEvent()
| void lmms::gui::GroupBox::mousePressEvent |
( |
QMouseEvent * | _me | ) |
|
|
overrideprotectedvirtual |
◆ paintEvent()
| void lmms::gui::GroupBox::paintEvent |
( |
QPaintEvent * | _pe | ) |
|
|
overrideprotected |
◆ setLedButtonShown()
| void lmms::gui::GroupBox::setLedButtonShown |
( |
bool | value | ) |
|
Sets if the LED check box is shown or not.
- Parameters
-
| value | Set to true to show the LED check box or to false to hide it. |
◆ titleBarHeight()
| int lmms::gui::GroupBox::titleBarHeight |
( |
| ) |
const |
|
inline |
◆ updatePixmap()
| void lmms::gui::GroupBox::updatePixmap |
( |
| ) |
|
|
private |
◆ m_caption
| QString lmms::gui::GroupBox::m_caption |
|
private |
◆ m_led
◆ m_titleBarHeight
| const int lmms::gui::GroupBox::m_titleBarHeight |
|
private |
The documentation for this class was generated from the following files:
- /home/runner/work/lmms-fork/lmms-fork/include/GroupBox.h
- /home/runner/work/lmms-fork/lmms-fork/src/gui/widgets/GroupBox.cpp