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

Method loadSettings

src/core/InlineAutomation.cpp:47–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46
47void InlineAutomation::loadSettings( const QDomElement & _this )
48{
49 QDomNode node = _this.namedItem( AutomationPattern::classNodeName() );
50 if( node.isElement() )
51 {
52 node = node.namedItem( nodeName() );
53 if( node.isElement() )
54 {
55 automationPattern()->loadSettings(
56 node.toElement() );
57 }
58 }
59}
60

Callers

nothing calls this directly

Calls 2

classNodeNameFunction · 0.50
nodeNameFunction · 0.50

Tested by

no test coverage detected