#include <ComboBox.h>
◆ ComboBox()
| lmms::gui::ComboBox::ComboBox |
( |
QWidget * | parent = nullptr, |
|
|
const QString & | name = QString() ) |
◆ ~ComboBox()
| lmms::gui::ComboBox::~ComboBox |
( |
| ) |
|
|
overridedefault |
◆ contextMenuEvent()
| void lmms::gui::ComboBox::contextMenuEvent |
( |
QContextMenuEvent * | event | ) |
|
|
overrideprotected |
◆ model() [1/2]
◆ model() [2/2]
◆ mousePressEvent()
| void lmms::gui::ComboBox::mousePressEvent |
( |
QMouseEvent * | event | ) |
|
|
overrideprotectedvirtual |
◆ paintEvent()
| void lmms::gui::ComboBox::paintEvent |
( |
QPaintEvent * | event | ) |
|
|
overrideprotected |
◆ selectNext
| void lmms::gui::ComboBox::selectNext |
( |
| ) |
|
|
slot |
◆ selectPrevious
| void lmms::gui::ComboBox::selectPrevious |
( |
| ) |
|
|
slot |
◆ setItem
| void lmms::gui::ComboBox::setItem |
( |
QAction * | item | ) |
|
|
privateslot |
◆ wheelEvent()
| void lmms::gui::ComboBox::wheelEvent |
( |
QWheelEvent * | event | ) |
|
|
overrideprotected |
◆ DEFAULT_HEIGHT
| int lmms::gui::ComboBox::DEFAULT_HEIGHT = 22 |
|
staticconstexpr |
◆ m_arrow
◆ m_arrowSelected
◆ m_background
◆ m_menu
| QMenu lmms::gui::ComboBox::m_menu |
|
private |
◆ m_pressed
| bool lmms::gui::ComboBox::m_pressed |
|
private |
The documentation for this class was generated from the following files:
- /home/runner/work/lmms-fork/lmms-fork/include/ComboBox.h
- /home/runner/work/lmms-fork/lmms-fork/src/gui/widgets/ComboBox.cpp