#include <MixerChannelView.h>
◆ MixerChannelView()
| lmms::gui::MixerChannelView::MixerChannelView |
( |
QWidget * | parent, |
|
|
MixerView * | mixerView, |
|
|
int | channelIndex ) |
◆ backgroundActive()
| QBrush lmms::gui::MixerChannelView::backgroundActive |
( |
| ) |
const |
|
inline |
◆ channelIndex()
| int lmms::gui::MixerChannelView::channelIndex |
( |
| ) |
const |
|
inline |
◆ confirmRemoval()
| bool lmms::gui::MixerChannelView::confirmRemoval |
( |
int | index | ) |
|
|
private |
◆ contextMenuEvent()
| void lmms::gui::MixerChannelView::contextMenuEvent |
( |
QContextMenuEvent * | | ) |
|
|
override |
◆ elideName()
| QString lmms::gui::MixerChannelView::elideName |
( |
const QString & | name | ) |
|
|
private |
◆ fader()
| Fader * lmms::gui::MixerChannelView::fader |
( |
| ) |
const |
|
inline |
◆ isMasterChannel()
| auto lmms::gui::MixerChannelView::isMasterChannel |
( |
| ) |
const -> bool |
|
inlineprivate |
◆ keyPressEvent()
| void lmms::gui::MixerChannelView::keyPressEvent |
( |
QKeyEvent * | ke | ) |
|
|
override |
◆ mixerChannel()
| MixerChannel * lmms::gui::MixerChannelView::mixerChannel |
( |
| ) |
const |
|
private |
◆ mouseDoubleClickEvent()
| void lmms::gui::MixerChannelView::mouseDoubleClickEvent |
( |
QMouseEvent * | | ) |
|
|
override |
◆ mousePressEvent()
| void lmms::gui::MixerChannelView::mousePressEvent |
( |
QMouseEvent * | | ) |
|
|
override |
◆ moveChannelLeft
| void lmms::gui::MixerChannelView::moveChannelLeft |
( |
| ) |
|
|
privateslot |
◆ moveChannelRight
| void lmms::gui::MixerChannelView::moveChannelRight |
( |
| ) |
|
|
privateslot |
◆ paintEvent()
| void lmms::gui::MixerChannelView::paintEvent |
( |
QPaintEvent * | event | ) |
|
|
override |
◆ randomizeColor
| void lmms::gui::MixerChannelView::randomizeColor |
( |
| ) |
|
|
slot |
◆ removeChannel
| void lmms::gui::MixerChannelView::removeChannel |
( |
| ) |
|
|
privateslot |
◆ removeUnusedChannels
| void lmms::gui::MixerChannelView::removeUnusedChannels |
( |
| ) |
|
|
privateslot |
◆ renameChannel
| void lmms::gui::MixerChannelView::renameChannel |
( |
| ) |
|
|
slot |
◆ renameFinished
| void lmms::gui::MixerChannelView::renameFinished |
( |
| ) |
|
|
privateslot |
◆ reset()
| void lmms::gui::MixerChannelView::reset |
( |
| ) |
|
◆ resetColor
| void lmms::gui::MixerChannelView::resetColor |
( |
| ) |
|
|
slot |
◆ selectColor
| void lmms::gui::MixerChannelView::selectColor |
( |
| ) |
|
|
slot |
◆ setBackgroundActive()
| void lmms::gui::MixerChannelView::setBackgroundActive |
( |
const QBrush & | c | ) |
|
|
inline |
◆ setChannelIndex()
| void lmms::gui::MixerChannelView::setChannelIndex |
( |
int | index | ) |
|
◆ setStrokeInnerActive()
| void lmms::gui::MixerChannelView::setStrokeInnerActive |
( |
const QColor & | c | ) |
|
|
inline |
◆ setStrokeInnerInactive()
| void lmms::gui::MixerChannelView::setStrokeInnerInactive |
( |
const QColor & | c | ) |
|
|
inline |
◆ setStrokeOuterActive()
| void lmms::gui::MixerChannelView::setStrokeOuterActive |
( |
const QColor & | c | ) |
|
|
inline |
◆ setStrokeOuterInactive()
| void lmms::gui::MixerChannelView::setStrokeOuterInactive |
( |
const QColor & | c | ) |
|
|
inline |
◆ strokeInnerActive()
| QColor lmms::gui::MixerChannelView::strokeInnerActive |
( |
| ) |
const |
|
inline |
◆ strokeInnerInactive()
| QColor lmms::gui::MixerChannelView::strokeInnerInactive |
( |
| ) |
const |
|
inline |
◆ strokeOuterActive()
| QColor lmms::gui::MixerChannelView::strokeOuterActive |
( |
| ) |
const |
|
inline |
◆ strokeOuterInactive()
| QColor lmms::gui::MixerChannelView::strokeOuterInactive |
( |
| ) |
const |
|
inline |
◆ MixerView
◆ m_backgroundActive
| QBrush lmms::gui::MixerChannelView::m_backgroundActive |
|
private |
◆ m_channelIndex
| int lmms::gui::MixerChannelView::m_channelIndex = 0 |
|
private |
◆ m_channelNumberLcd
| LcdWidget* lmms::gui::MixerChannelView::m_channelNumberLcd |
|
private |
◆ m_effectRackView
◆ m_fader
| Fader* lmms::gui::MixerChannelView::m_fader |
|
private |
◆ m_inRename
| bool lmms::gui::MixerChannelView::m_inRename = false |
|
private |
◆ m_mixerView
| MixerView* lmms::gui::MixerChannelView::m_mixerView |
|
private |
◆ m_muteButton
◆ m_peakIndicator
◆ m_receiveArrow
| QLabel* lmms::gui::MixerChannelView::m_receiveArrow |
|
private |
◆ m_receiveArrowOrSendButton
| QStackedWidget* lmms::gui::MixerChannelView::m_receiveArrowOrSendButton |
|
private |
◆ m_receiveArrowStackedIndex
| int lmms::gui::MixerChannelView::m_receiveArrowStackedIndex = -1 |
|
private |
◆ m_renameLineEdit
| QLineEdit* lmms::gui::MixerChannelView::m_renameLineEdit |
|
private |
◆ m_renameLineEditView
| QGraphicsView* lmms::gui::MixerChannelView::m_renameLineEditView |
|
private |
◆ m_sendArrow
| QLabel* lmms::gui::MixerChannelView::m_sendArrow |
|
private |
◆ m_sendButton
◆ m_sendButtonStackedIndex
| int lmms::gui::MixerChannelView::m_sendButtonStackedIndex = -1 |
|
private |
◆ m_sendKnob
| Knob* lmms::gui::MixerChannelView::m_sendKnob |
|
private |
◆ m_soloButton
◆ m_strokeInnerActive
| QColor lmms::gui::MixerChannelView::m_strokeInnerActive |
|
private |
◆ m_strokeInnerInactive
| QColor lmms::gui::MixerChannelView::m_strokeInnerInactive |
|
private |
◆ m_strokeOuterActive
| QColor lmms::gui::MixerChannelView::m_strokeOuterActive |
|
private |
◆ m_strokeOuterInactive
| QColor lmms::gui::MixerChannelView::m_strokeOuterInactive |
|
private |
◆ backgroundActive
| QBrush lmms::gui::MixerChannelView::backgroundActive |
|
readwrite |
◆ strokeInnerActive
| QColor lmms::gui::MixerChannelView::strokeInnerActive |
|
readwrite |
◆ strokeInnerInactive
| QColor lmms::gui::MixerChannelView::strokeInnerInactive |
|
readwrite |
◆ strokeOuterActive
| QColor lmms::gui::MixerChannelView::strokeOuterActive |
|
readwrite |
◆ strokeOuterInactive
| QColor lmms::gui::MixerChannelView::strokeOuterInactive |
|
readwrite |
The documentation for this class was generated from the following files: