25#ifndef LMMS_GUI_INSTRUMENT_VIEW_H
26#define LMMS_GUI_INSTRUMENT_VIEW_H
55 void setModel(
Model * _model,
bool =
false )
override;
67 QSize
sizeHint()
const override {
return QSize(250, 250); }
Definition Instrument.h:52
Definition InstrumentTrackWindow.h:63
Instrument view with fixed LMMS-default size.
Definition InstrumentView.h:66
InstrumentView(Instrument *_instrument, QWidget *_parent)
Definition InstrumentView.cpp:34
QSize sizeHint() const override
Definition InstrumentView.h:67
~InstrumentViewFixedSize() override=default
QSize minimumSizeHint() const override
Definition InstrumentView.h:68
const Instrument * model() const
Definition InstrumentView.h:50
Instrument * model()
Definition InstrumentView.h:45
InstrumentView(Instrument *_instrument, QWidget *_parent)
Definition InstrumentView.cpp:34
T * castModel()
Definition ModelView.h:54
PluginView(Plugin *_plugin, QWidget *_parent)
Definition PluginView.h:38
Definition AudioPortAudio.cpp:223