LMMS
Loading...
Searching...
No Matches
lmms::gui::GigInstrumentView Class Reference

#include <GigPlayer.h>

Inheritance diagram for lmms::gui::GigInstrumentView:
lmms::gui::InstrumentViewFixedSize lmms::gui::InstrumentView lmms::gui::PluginView lmms::gui::ModelView

Public Member Functions

 GigInstrumentView (Instrument *_instrument, QWidget *_parent)
 ~GigInstrumentView () override=default
Public Member Functions inherited from lmms::gui::InstrumentViewFixedSize
 ~InstrumentViewFixedSize () override=default
 InstrumentView (Instrument *_instrument, QWidget *_parent)
Public Member Functions inherited from lmms::gui::InstrumentView
 InstrumentView (Instrument *_instrument, QWidget *_parent)
 ~InstrumentView () override
Instrumentmodel ()
const Instrumentmodel () const
void setModel (Model *_model, bool=false) override
InstrumentTrackWindowinstrumentTrackWindow ()
Public Member Functions inherited from lmms::gui::PluginView
 PluginView (Plugin *_plugin, QWidget *_parent)
virtual bool isResizable () const
Public Member Functions inherited from lmms::gui::ModelView
 ModelView (Model *model, QWidget *widget)
virtual ~ModelView ()
virtual void unsetModel ()
Modelmodel ()
const Modelmodel () const
template<class T>
T * castModel ()
template<class T>
const T * castModel () const

Protected Slots

void invalidateFile ()
void showFileDialog ()
void showPatchDialog ()
void updateFilename ()
void updatePatchName ()

Private Member Functions

void modelChanged () override

Private Attributes

PixmapButtonm_fileDialogButton
PixmapButtonm_patchDialogButton
LcdSpinBoxm_bankNumLcd
LcdSpinBoxm_patchNumLcd
QLabel * m_filenameLabel
QLabel * m_patchLabel
Knobm_gainKnob

Static Private Attributes

static PatchesDialogs_patchDialog

Additional Inherited Members

Protected Member Functions inherited from lmms::gui::ModelView
QWidget * widget ()
virtual void doConnections ()

Constructor & Destructor Documentation

◆ GigInstrumentView()

lmms::gui::GigInstrumentView::GigInstrumentView ( Instrument * _instrument,
QWidget * _parent )

◆ ~GigInstrumentView()

lmms::gui::GigInstrumentView::~GigInstrumentView ( )
overridedefault

Member Function Documentation

◆ invalidateFile

void lmms::gui::GigInstrumentView::invalidateFile ( )
protectedslot

◆ modelChanged()

void lmms::gui::GigInstrumentView::modelChanged ( )
overrideprivatevirtual

Reimplemented from lmms::gui::ModelView.

◆ showFileDialog

void lmms::gui::GigInstrumentView::showFileDialog ( )
protectedslot

◆ showPatchDialog

void lmms::gui::GigInstrumentView::showPatchDialog ( )
protectedslot

◆ updateFilename

void lmms::gui::GigInstrumentView::updateFilename ( )
protectedslot

◆ updatePatchName

void lmms::gui::GigInstrumentView::updatePatchName ( )
protectedslot

Member Data Documentation

◆ m_bankNumLcd

LcdSpinBox* lmms::gui::GigInstrumentView::m_bankNumLcd
private

◆ m_fileDialogButton

PixmapButton* lmms::gui::GigInstrumentView::m_fileDialogButton
private

◆ m_filenameLabel

QLabel* lmms::gui::GigInstrumentView::m_filenameLabel
private

◆ m_gainKnob

Knob* lmms::gui::GigInstrumentView::m_gainKnob
private

◆ m_patchDialogButton

PixmapButton* lmms::gui::GigInstrumentView::m_patchDialogButton
private

◆ m_patchLabel

QLabel* lmms::gui::GigInstrumentView::m_patchLabel
private

◆ m_patchNumLcd

LcdSpinBox* lmms::gui::GigInstrumentView::m_patchNumLcd
private

◆ s_patchDialog

PatchesDialog* lmms::gui::GigInstrumentView::s_patchDialog
staticprivate

The documentation for this class was generated from the following files: