MCPcopy Create free account
hub / github.com/LMMS/lmms / saveSettings

Method saveSettings

src/core/Effect.cpp:79–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77
78
79void Effect::saveSettings( QDomDocument & _doc, QDomElement & _this )
80{
81 m_enabledModel.saveSettings( _doc, _this, "on" );
82 m_wetDryModel.saveSettings( _doc, _this, "wet" );
83 m_autoQuitModel.saveSettings( _doc, _this, "autoquit" );
84 m_gateModel.saveSettings( _doc, _this, "gate" );
85 controls()->saveState( _doc, _this );
86}
87
88
89

Callers

nothing calls this directly

Calls 2

controlsFunction · 0.85
saveStateMethod · 0.45

Tested by

no test coverage detected