LMMS
Loading...
Searching...
No Matches
lmms::OscilloscopeControls Class Reference

#include <OscilloscopeControls.h>

Inheritance diagram for lmms::OscilloscopeControls:
lmms::EffectControls lmms::JournallingObject lmms::Model lmms::SerializingObject

Public Member Functions

 OscilloscopeControls (Oscilloscope *effect)
 ~OscilloscopeControls () override=default
void saveSettings (QDomDocument &doc, QDomElement &parent) override
void loadSettings (const QDomElement &parent) override
QString nodeName () const override
gui::EffectControlDialogcreateView () override
int controlCount () override
Public Member Functions inherited from lmms::EffectControls
 EffectControls (Effect *_eff)
 ~EffectControls () override=default
void setViewVisible (bool _visible)
bool isViewVisible () const
Effecteffect ()
Public Member Functions inherited from lmms::JournallingObject
 JournallingObject ()
 ~JournallingObject () override
jo_id_t id () const
void saveJournallingState (const bool newState)
void restoreJournallingState ()
void addJournalCheckPoint ()
QDomElement saveState (QDomDocument &_doc, QDomElement &_parent) override
void restoreState (const QDomElement &_this) override
bool isJournalling () const
void setJournalling (const bool _sr)
bool testAndSetJournalling (const bool newState)
bool isJournallingStateStackEmpty () const
Public Member Functions inherited from lmms::SerializingObject
 SerializingObject ()
virtual ~SerializingObject ()
void setHook (SerializingObjectHook *_hook)
SerializingObjectHookhook ()
Public Member Functions inherited from lmms::Model
 Model (Model *parent, QString displayName=QString(), bool defaultConstructed=false)
 ~Model () override=default
bool isDefaultConstructed () const
ModelparentModel () const
virtual QString displayName () const
virtual void setDisplayName (const QString &displayName)
virtual QString fullDisplayName () const

Private Attributes

FloatModel m_ampModel
FloatModel m_lengthModel
FloatModel m_phaseModel
BoolModel m_pauseModel
BoolModel m_stereoModel
Oscilloscopem_effect

Friends

class gui::OscilloscopeControlDialog
class gui::OscilloscopeGraph
class Oscilloscope

Additional Inherited Members

Signals inherited from lmms::Model
void dataChanged ()
void dataUnchanged ()
void propertiesChanged ()
Protected Member Functions inherited from lmms::JournallingObject
void changeID (jo_id_t _id)

Constructor & Destructor Documentation

◆ OscilloscopeControls()

lmms::OscilloscopeControls::OscilloscopeControls ( Oscilloscope * effect)

◆ ~OscilloscopeControls()

lmms::OscilloscopeControls::~OscilloscopeControls ( )
overridedefault

Member Function Documentation

◆ controlCount()

int lmms::OscilloscopeControls::controlCount ( )
inlineoverridevirtual

Implements lmms::EffectControls.

◆ createView()

gui::EffectControlDialog * lmms::OscilloscopeControls::createView ( )
overridevirtual

Implements lmms::EffectControls.

◆ loadSettings()

void lmms::OscilloscopeControls::loadSettings ( const QDomElement & parent)
overridevirtual

◆ nodeName()

QString lmms::OscilloscopeControls::nodeName ( void ) const
inlineoverridevirtual

◆ saveSettings()

void lmms::OscilloscopeControls::saveSettings ( QDomDocument & doc,
QDomElement & parent )
overridevirtual

◆ gui::OscilloscopeControlDialog

friend class gui::OscilloscopeControlDialog
friend

◆ gui::OscilloscopeGraph

friend class gui::OscilloscopeGraph
friend

◆ Oscilloscope

friend class Oscilloscope
friend

Member Data Documentation

◆ m_ampModel

FloatModel lmms::OscilloscopeControls::m_ampModel
private

◆ m_effect

Oscilloscope* lmms::OscilloscopeControls::m_effect
private

◆ m_lengthModel

FloatModel lmms::OscilloscopeControls::m_lengthModel
private

◆ m_pauseModel

BoolModel lmms::OscilloscopeControls::m_pauseModel
private

◆ m_phaseModel

FloatModel lmms::OscilloscopeControls::m_phaseModel
private

◆ m_stereoModel

BoolModel lmms::OscilloscopeControls::m_stereoModel
private

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