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