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