| 354 | } |
| 355 | |
| 356 | bool |
| 357 | Node::getCurrentSupportTiles() const |
| 358 | { |
| 359 | QMutexLocker k(&_imp->pluginsPropMutex); |
| 360 | |
| 361 | return _imp->currentSupportTiles; |
| 362 | } |
| 363 | |
| 364 | void |
| 365 | Node::setCurrentCanTransform(bool support) |
no outgoing calls
no test coverage detected