| 370 | } |
| 371 | |
| 372 | bool |
| 373 | Node::getCurrentCanTransform() const |
| 374 | { |
| 375 | QMutexLocker k(&_imp->pluginsPropMutex); |
| 376 | |
| 377 | return _imp->currentCanTransform; |
| 378 | } |
| 379 | |
| 380 | void |
| 381 | Node::refreshDynamicProperties() |
no outgoing calls
no test coverage detected