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

Method isSubGraphEditable

Engine/NodeGroup.cpp:1597–1603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1595}
1596
1597bool
1598NodeGroup::isSubGraphEditable() const
1599{
1600 assert( QThread::currentThread() == qApp->thread() );
1601
1602 return _imp->isEditable;
1603}
1604
1605static QString
1606escapeString(const QString& str)

Callers 3

mouseMoveEventMethod · 0.80
paintEventMethod · 0.80
mousePressEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected