MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / isSubGraphEditable

Method isSubGraphEditable

Engine/NodeGroup.cpp:1611–1617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1609}
1610
1611bool
1612NodeGroup::isSubGraphEditable() const
1613{
1614 assert( QThread::currentThread() == qApp->thread() );
1615
1616 return _imp->isEditable;
1617}
1618
1619static QString
1620escapeString(const QString& str)

Callers 3

mouseMoveEventMethod · 0.80
paintEventMethod · 0.80
mousePressEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected