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

Method isAutomated

src/core/AutomatableModel.cpp:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87
88
89bool AutomatableModel::isAutomated() const
90{
91 return AutomationPattern::isAutomated( this );
92}
93
94
95void AutomatableModel::saveSettings( QDomDocument& doc, QDomElement& element, const QString& name )

Callers 8

loadSettingsMethod · 0.45
saveSettingsMethod · 0.45
syncPluginMethod · 0.45
displayAutomatedOnlyMethod · 0.45
loadSettingsMethod · 0.45
saveSettingsMethod · 0.45
syncPluginMethod · 0.45
displayAutomatedOnlyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected