|
LMMS
|
#include <SendButtonIndicator.h>
Public Member Functions | |
| SendButtonIndicator (QWidget *parent, MixerChannelView *owner, MixerView *mv) | |
| void | mousePressEvent (QMouseEvent *e) override |
| void | updateLightStatus () |
Private Member Functions | |
| FloatModel * | getSendModel () |
Private Attributes | |
| MixerChannelView * | m_parent |
| MixerView * | m_mv |
| QPixmap | m_qpmOff = embed::getIconPixmap("mixer_send_off", 29, 20) |
| QPixmap | m_qpmOn = embed::getIconPixmap("mixer_send_on", 29, 20) |
| lmms::gui::SendButtonIndicator::SendButtonIndicator | ( | QWidget * | parent, |
| MixerChannelView * | owner, | ||
| MixerView * | mv ) |
|
private |
|
override |
| void lmms::gui::SendButtonIndicator::updateLightStatus | ( | ) |
|
private |
|
private |
|
private |
|
private |