#include <TabWidget.h>
◆ widgetStack
◆ TabWidget()
| lmms::gui::TabWidget::TabWidget |
( |
const QString & | caption, |
|
|
QWidget * | parent, |
|
|
bool | usePixmap = false, |
|
|
bool | resizable = false ) |
- Parameters
-
| resizable | If true, the widget resizes to fit the size of all tabs If false, all child widget will be cut down to the TabWidget's size |
◆ ~TabWidget()
| lmms::gui::TabWidget::~TabWidget |
( |
| ) |
|
|
overridedefault |
◆ activeTab()
| int lmms::gui::TabWidget::activeTab |
( |
| ) |
const |
|
inline |
◆ addTab()
◆ event()
| bool lmms::gui::TabWidget::event |
( |
QEvent * | event | ) |
|
|
overrideprotected |
◆ findTabAtPos()
| int lmms::gui::TabWidget::findTabAtPos |
( |
const QPoint & | pos | ) |
|
◆ minimumSizeHint()
| QSize lmms::gui::TabWidget::minimumSizeHint |
( |
| ) |
const |
|
overrideprotected |
◆ mousePressEvent()
| void lmms::gui::TabWidget::mousePressEvent |
( |
QMouseEvent * | me | ) |
|
|
overrideprotected |
◆ paintEvent()
| void lmms::gui::TabWidget::paintEvent |
( |
QPaintEvent * | pe | ) |
|
|
overrideprotected |
◆ resizeEvent()
| void lmms::gui::TabWidget::resizeEvent |
( |
QResizeEvent * | re | ) |
|
|
overrideprotected |
◆ setActiveTab()
| void lmms::gui::TabWidget::setActiveTab |
( |
int | idx | ) |
|
◆ setTabBackground()
| void lmms::gui::TabWidget::setTabBackground |
( |
const QColor & | c | ) |
|
◆ setTabBorder()
| void lmms::gui::TabWidget::setTabBorder |
( |
const QColor & | c | ) |
|
◆ setTabSelected()
| void lmms::gui::TabWidget::setTabSelected |
( |
const QColor & | c | ) |
|
◆ setTabText()
| void lmms::gui::TabWidget::setTabText |
( |
const QColor & | c | ) |
|
◆ setTabTextSelected()
| void lmms::gui::TabWidget::setTabTextSelected |
( |
const QColor & | c | ) |
|
◆ setTabTitleText()
| void lmms::gui::TabWidget::setTabTitleText |
( |
const QColor & | c | ) |
|
◆ sizeHint()
| QSize lmms::gui::TabWidget::sizeHint |
( |
| ) |
const |
|
overrideprotected |
◆ tabBackground()
| QColor lmms::gui::TabWidget::tabBackground |
( |
| ) |
const |
◆ tabBorder()
| QColor lmms::gui::TabWidget::tabBorder |
( |
| ) |
const |
◆ tabSelected()
| QColor lmms::gui::TabWidget::tabSelected |
( |
| ) |
const |
◆ tabText()
| QColor lmms::gui::TabWidget::tabText |
( |
| ) |
const |
◆ tabTextSelected()
| QColor lmms::gui::TabWidget::tabTextSelected |
( |
| ) |
const |
◆ tabTitleText()
| QColor lmms::gui::TabWidget::tabTitleText |
( |
| ) |
const |
◆ wheelEvent()
| void lmms::gui::TabWidget::wheelEvent |
( |
QWheelEvent * | we | ) |
|
|
overrideprotected |
◆ m_activeTab
| int lmms::gui::TabWidget::m_activeTab |
|
private |
◆ m_caption
| QString lmms::gui::TabWidget::m_caption |
|
private |
◆ m_resizable
| bool lmms::gui::TabWidget::m_resizable |
|
private |
◆ m_tabBackground
| QColor lmms::gui::TabWidget::m_tabBackground |
|
private |
◆ m_tabbarHeight
| quint8 lmms::gui::TabWidget::m_tabbarHeight |
|
private |
◆ m_tabBorder
| QColor lmms::gui::TabWidget::m_tabBorder |
|
private |
◆ m_tabheight
| quint8 lmms::gui::TabWidget::m_tabheight |
|
private |
◆ m_tabSelected
| QColor lmms::gui::TabWidget::m_tabSelected |
|
private |
◆ m_tabText
| QColor lmms::gui::TabWidget::m_tabText |
|
private |
◆ m_tabTextSelected
| QColor lmms::gui::TabWidget::m_tabTextSelected |
|
private |
◆ m_tabTitleText
| QColor lmms::gui::TabWidget::m_tabTitleText |
|
private |
◆ m_usePixmap
| bool lmms::gui::TabWidget::m_usePixmap |
|
private |
◆ m_widgets
◆ tabBackground
| QColor lmms::gui::TabWidget::tabBackground |
|
readwrite |
◆ tabBorder
| QColor lmms::gui::TabWidget::tabBorder |
|
readwrite |
◆ tabSelected
| QColor lmms::gui::TabWidget::tabSelected |
|
readwrite |
◆ tabText
| QColor lmms::gui::TabWidget::tabText |
|
readwrite |
◆ tabTextSelected
| QColor lmms::gui::TabWidget::tabTextSelected |
|
readwrite |
◆ tabTitleText
| QColor lmms::gui::TabWidget::tabTitleText |
|
readwrite |
The documentation for this class was generated from the following files:
- /home/runner/work/lmms-fork/lmms-fork/include/TabWidget.h
- /home/runner/work/lmms-fork/lmms-fork/src/gui/widgets/TabWidget.cpp