#include <MixerChannelLcdSpinBox.h>
|
| | MixerChannelLcdSpinBox (int numDigits, QWidget *parent, const QString &name, TrackView *tv=nullptr) |
| | ~MixerChannelLcdSpinBox () override=default |
| void | setTrackView (TrackView *tv) |
| | LcdSpinBox (int numDigits, QWidget *parent, const QString &name=QString()) |
| | LcdSpinBox (int numDigits, const QString &style, QWidget *parent, const QString &name=QString()) |
| | ~LcdSpinBox () override=default |
| void | modelChanged () override |
| void | setDisplayOffset (int offset) |
| int | displayOffset () const |
| | Returns internal offset for displaying values.
|
| | LcdWidget (QWidget *parent, const QString &name=QString(), bool leadingZero=false) |
| | LcdWidget (int numDigits, QWidget *parent, const QString &name=QString(), bool leadingZero=false) |
| | LcdWidget (int numDigits, const QString &style, QWidget *parent, const QString &name=QString(), bool leadingZero=false) |
| void | setValue (int value) |
| void | setValue (float value) |
| void | setLabel (const QString &label) |
| void | addTextForValue (int value, const QString &text) |
| int | numDigits () const |
| void | setNumDigits (int n) |
| QColor | textColor () const |
| void | setTextColor (const QColor &c) |
| QColor | textShadowColor () const |
| void | setTextShadowColor (const QColor &c) |
| int | cellHeight () const |
| void | setSeamless (bool left, bool right) |
| | TypedModelView (Model *model, QWidget *_this) |
| IntModel * | model () |
| const IntModel * | model () const |
| | AutomatableModelView (Model *model, QWidget *_this) |
| | ~AutomatableModelView () override=default |
| AutomatableModel * | modelUntyped () |
| const AutomatableModel * | modelUntyped () const |
| void | setModel (Model *model, bool isOldModelValid=true) override |
| void | unsetModel () override |
| template<typename T> |
| T | value () const |
| void | setDescription (const QString &desc) |
| void | setUnit (const QString &unit) |
| void | addDefaultActions (QMenu *menu) |
| void | setConversionFactor (float factor) |
| float | getConversionFactor () |
| | ModelView (Model *model, QWidget *widget) |
| virtual | ~ModelView () |
| Model * | model () |
| const Model * | model () const |
| template<class T> |
| T * | castModel () |
| template<class T> |
| const T * | castModel () const |
◆ MixerChannelLcdSpinBox()
| lmms::gui::MixerChannelLcdSpinBox::MixerChannelLcdSpinBox |
( |
int | numDigits, |
|
|
QWidget * | parent, |
|
|
const QString & | name, |
|
|
TrackView * | tv = nullptr ) |
|
inline |
◆ ~MixerChannelLcdSpinBox()
| lmms::gui::MixerChannelLcdSpinBox::~MixerChannelLcdSpinBox |
( |
| ) |
|
|
overridedefault |
◆ contextMenuEvent()
| void lmms::gui::MixerChannelLcdSpinBox::contextMenuEvent |
( |
QContextMenuEvent * | event | ) |
|
|
overrideprotected |
◆ enterValue()
| void lmms::gui::MixerChannelLcdSpinBox::enterValue |
( |
| ) |
|
|
private |
◆ mouseDoubleClickEvent()
| void lmms::gui::MixerChannelLcdSpinBox::mouseDoubleClickEvent |
( |
QMouseEvent * | event | ) |
|
|
overrideprotected |
◆ setTrackView()
| void lmms::gui::MixerChannelLcdSpinBox::setTrackView |
( |
TrackView * | tv | ) |
|
◆ m_tv
| TrackView* lmms::gui::MixerChannelLcdSpinBox::m_tv |
|
private |
The documentation for this class was generated from the following files: